rdatsci / rtcl

R tools for the command line
65 stars 3 forks source link

rmake --deps does not work #16

Closed berndbischl closed 8 years ago

berndbischl commented 8 years ago
di68kay@lxa191:~/cos/BatchJobs> rmake
Updating documentation for 'BatchJobs'
Updating BatchJobs documentation
Loading BatchJobs
Loading required package: BBmisc
Error: Dependency package DBI not available.

di68kay@lxa191:~/cos/BatchJobs> rmake --help
Usage:
  rmake [--deps] [<path>]
Options:
  --deps  Also install all dependencies, including suggests 

di68kay@lxa191:~/cos/BatchJobs> rmake --deps
Updating documentation for 'BatchJobs'
Updating BatchJobs documentation
Loading BatchJobs
Loading required package: BBmisc
Error: Dependency package DBI not available.

di68kay@lxa191:~/cos/BatchJobs> R
Work dir: /home/hpc/ua341/di68kay/cos/BatchJobs
> install.packages("DBI")
Installing package into ‘/home/hpc/ua341/di68kay/R/x86_64-unknown-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
trying URL 'http://ftp5.gwdg.de/pub/misc/cran/src/contrib/DBI_0.3.1.tar.gz'
Content type 'application/x-gzip' length 30106 bytes (29 Kb)
opened URL
==================================================
downloaded 29 Kb

* installing *source* package ‘DBI’ ...
** package ‘DBI’ successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (DBI)

The downloaded source packages are in
    ‘/tmp/di68kay/RtmpohcIev/downloaded_packages’
mllg commented 8 years ago

Should be fixed.