-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I'm trying to install subSeq using R 3.1.1 on OS X Yosemite. I get a few warnings during installation, and then I can't run the unit tests. They fail with the following error: "Error in library(testthat) : there is no package called ‘testthat’"
Here's my full session:
R version 3.1.1 (2014-07-10) -- "Sock it to Me"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.1.0 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[R.app GUI 1.65 (6784) x86_64-apple-darwin13.1.0]
[Workspace restored from /Users/jrvalcourt/.RData]
[History restored from /Users/jrvalcourt/.Rapp.history]
> source("http://bioconductor.org/biocLite.R")
Bioconductor version 2.14 (BiocInstaller 1.14.2), ?biocLite for help
> biocLite(c("limma", "edgeR", "DESeq2", "DEXSeq", "pasilla"))
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.14 (BiocInstaller 1.14.2), R version 3.1.1.
Installing package(s) 'limma' 'edgeR' 'DESeq2' 'DEXSeq' 'pasilla'
trying URL 'http://bioconductor.org/packages/2.14/bioc/bin/macosx/mavericks/contrib/3.1/limma_3.20.9.tgz'
Content type 'application/x-gzip' length 1770784 bytes (1.7 Mb)
opened URL
==================================================
downloaded 1.7 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/bin/macosx/mavericks/contrib/3.1/edgeR_3.6.8.tgz'
Content type 'application/x-gzip' length 1170654 bytes (1.1 Mb)
opened URL
==================================================
downloaded 1.1 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/bin/macosx/mavericks/contrib/3.1/DESeq2_1.4.5.tgz'
Content type 'application/x-gzip' length 1261239 bytes (1.2 Mb)
opened URL
==================================================
downloaded 1.2 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/bin/macosx/mavericks/contrib/3.1/DEXSeq_1.10.8.tgz'
Content type 'application/x-gzip' length 525971 bytes (513 Kb)
opened URL
==================================================
downloaded 513 Kb
trying URL 'http://bioconductor.org/packages/2.14/data/experiment/bin/macosx/mavericks/contrib/3.1/pasilla_0.4.0.tgz'
Content type 'application/x-gzip' length 4015543 bytes (3.8 Mb)
opened URL
==================================================
downloaded 3.8 Mb
The downloaded binary packages are in
/var/folders/37/7yxlz2lx3jqbrvf_z5cf4v080000gn/T//RtmpKOSHKJ/downloaded_packages
> install.packages("devtools")
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://cran.mirrors.hoobly.com/bin/macosx/mavericks/contrib/3.1/devtools_1.6.tgz'
Content type 'application/x-gzip' length 271197 bytes (264 Kb)
opened URL
==================================================
downloaded 264 Kb
The downloaded binary packages are in
/var/folders/37/7yxlz2lx3jqbrvf_z5cf4v080000gn/T//RtmpKOSHKJ/downloaded_packages
> library(devtools)
> install_github("qvalue", "jdstorey")
Downloading github repo jdstorey/qvalue@master
Installing qvalue
'/Library/Frameworks/R.framework/Resources/bin/R' --vanilla CMD INSTALL '/private/var/folders/37/7yxlz2lx3jqbrvf_z5cf4v080000gn/T/RtmpKOSHKJ/devtools10ee6f92257/jdstorey-qvalue-7608f5e' \
--library='/Library/Frameworks/R.framework/Versions/3.1/Resources/library' --install-tests
* installing *source* package ‘qvalue’ ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (qvalue)
Warning message:
Username parameter is deprecated. Please use jdstorey/qvalue
> install_github("subSeq", "StoreyLab")
Downloading github repo StoreyLab/subSeq@master
Installing subSeq
'/Library/Frameworks/R.framework/Resources/bin/R' --vanilla CMD INSTALL '/private/var/folders/37/7yxlz2lx3jqbrvf_z5cf4v080000gn/T/RtmpKOSHKJ/devtools10ee27f5d9ed/StoreyLab-subSeq-0fadc9e' \
--library='/Library/Frameworks/R.framework/Versions/3.1/Resources/library' --install-tests
* installing *source* package ‘subSeq’ ...
** R
** data
** inst
** tests
** preparing package for lazy loading
Warning: replacing previous import by ‘dplyr::last’ when loading ‘subSeq’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning: replacing previous import by ‘dplyr::last’ when loading ‘subSeq’
* DONE (subSeq)
Warning message:
Username parameter is deprecated. Please use StoreyLab/subSeq
> library(testthat)
Error in library(testthat) : there is no package called ‘testthat’
> test_package("subSeq")
Error: could not find function "test_package"
Any idea where I'm going wrong? Thanks for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels