pbiecek / PISA2009lite

2 stars 1 forks source link

Strange warning while installing from github #1

Open BERENZ opened 10 years ago

BERENZ commented 10 years ago

Here is the error:

> install_github('pbiecek/PISA2009lite')
Downloading github repo pbiecek/PISA2009lite@master
Installing PISA2009lite
Installing dependencies for PISA2009lite:

'/Library/Frameworks/R.framework/Resources/bin/R' --vanilla CMD INSTALL  \
  '/private/var/folders/zv/md_yv0r16q7btfjq3frjjscc0000gn/T/RtmpBkATOU/devtools19e81f6f2a29/pbiecek-PISA2009lite-7d593b1'  \
  --library='/Library/Frameworks/R.framework/Versions/3.1/Resources/library' --install-tests 

* installing *source* package ‘PISA2009lite’ ...
** data
*** moving datasets to lazyload DB
** demo
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (PISA2009lite)
Warning message:
package ‘’ is not available (for R version 3.1.1) 

The package works fine but this warning is strange ;)

pbiecek commented 10 years ago

Thanks, last two lines in DESCRIPTION were superfluous

Fixed with de1b2af