Entering edit mode
I am having difficulty installing DESeq2 to my mac laptop. This is what it shows on my screen.
When I type in library(DESeq2), it also gives me this warning.
Please help.
Code should be placed in three backticks as shown below
* installing *source* package ‘tibble’ ...
** package ‘tibble’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
ERROR: compilation failed for package ‘tibble’
* removing ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/tibble’
* restoring previous ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/tibble’
The downloaded source packages are in
‘/private/var/folders/vf/shs8_w890gx95j99b1drs79w0000gn/T/RtmpYVFBjX/downloaded_packages’
Warning messages:
1: package(s) not installed when version(s) same as current; use `force = TRUE`
to re-install: 'DESeq2'
2: In install.packages(update[instlib == l, "Package"], l, repos = repos, :
installation of package ‘tibble’ had non-zero exit status
# library(DESeq2)
Error: package or namespace load failed for ‘DESeq2’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘RSQLite’