Display-Lab / bit-stomach

Data ingest and performer annotation
1 stars 1 forks source link

Install dependencies using devtools returns immediately #16

Closed grosscol closed 5 years ago

grosscol commented 5 years ago

The expected behavior from the command line is to install the packages listed in the NAMESPACE file.

Rscript -e 'library(devtools); devtools::install_deps("./bit-stomach", repos="https://cloud.r-project.org/")'

Apparently packages to be installed need to be listed in the DESCRIPTION file as well.

Update DESCRIPTION file with packages required as is listed in the NAMESPACE file.