You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install the JunctionSeq by using "BiocManager::install("JunctionSeq")" in R current version 3.5.3, and it gave me as the following error messages. Can the "JunctionSeq" not be run on the R 3.5.3? Thanks,
installing the source packages ‘backports’, ‘nlme’
For whatever reason these packages have source versions that are newer than the binary versions, so it's trying to compile from source and failing. Probably because you don't have a compiler hooked up (many people don't, and unless you develop R packages you don't really need to).
And each time when it asks you "Do you want to install from sources the package which needs compilation?" type "N" to install the most recent binary version instead.
When I install the JunctionSeq by using "BiocManager::install("JunctionSeq")" in R current version 3.5.3, and it gave me as the following error messages. Can the "JunctionSeq" not be run on the R 3.5.3? Thanks,
installing the source packages ‘backports’, ‘nlme’
trying URL 'https://cran.rstudio.com/src/contrib/backports_1.1.4.tar.gz'
Content type 'application/x-gzip' length 13859 bytes (13 KB)
downloaded 13 KB
trying URL 'https://cran.rstudio.com/src/contrib/nlme_3.1-139.tar.gz'
Content type 'application/x-gzip' length 793473 bytes (774 KB)
downloaded 774 KB
** package ‘backports’ successfully unpacked and MD5 sums checked
** libs
Users/.R/Makevars:4: *** missing separator. Stop.
ERROR: compilation failed for package ‘backports’
** package ‘nlme’ successfully unpacked and MD5 sums checked
** libs
/Users/.R/Makevars:4: *** missing separator. Stop.
ERROR: compilation failed for package ‘nlme’
The text was updated successfully, but these errors were encountered: