Cannot install DESeq2 to R 4.2 version
3
0
Entering edit mode
Jae Woong • 0
@d719f7f7
Last seen 23 months ago
United States

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’
DESeq2 • 2.5k views
ADD COMMENT
0
Entering edit mode
Basti ▴ 770
@7d45153c
Last seen 1 day ago
France

Have you tried installing RSQLite? (install.packages("RSQLite")

ADD COMMENT
0
Entering edit mode
JAcky • 0
@d6b8183e
Last seen 18 months ago
Israel

Had the same problem once. Try running R as administrator.

ADD COMMENT
0
Entering edit mode
shepherl 3.8k
@lshep
Last seen 11 minutes ago
United States

Please see this: post and this stackoverflow post . You need additional system requirements for tibble to install.

ADD COMMENT

Login before adding your answer.

Traffic: 689 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6