R-package missing functions, but has documentation -
my problem when build bundle using devtools, or r cmd install -build bundle builds, when install resulting .zip (when i've tried binary builds) or .tar.gz functions in bundle don't show up. can see functions in .tar.gz when unzip , files sufficiently big not empty. help appreciated.
what i'm using: rstudio, r v 3.1.0
>install.packages("e:/r/rpackage_meadq/meadq_1.0.4.tar.gz", repos = null, type = "source") '\\aa.ad.epa.gov\ord\rtp\users\a-d\dhall05\net mydocuments' cmd.exe started above path current directory. unc paths not supported. defaulting windows directory. * installing *source* bundle 'meadq' ... ** r ** info ** inst ** preparing bundle lazy loading ** help *** installing help indices ** building bundle indices ** testing if installed bundle can loaded *** arch - i386 *** arch - x64 * done (meadq) >installed.packages() ... meadq "3.1.0" > library('meadq') >ls('package:meadq') character(0) ## take illustration function within bundle > create_ont_csv() error: not find function "create_ont_csv" >?create_ont_csv
this pulls function documentation create_ont_csv
that's in package
when @ "meadq_1.0.4.tar.gz" using winzip, can see functions. i've tried building in binary , same thing happens functions missing, documentation there.
i've tried re-building lot code , r cmd install -build ...
:
> library('devtools') attaching package: ‘devtools’ next objects masked ‘package:utils’: ?, help next object masked ‘package:base’: system.file > build("e:/r/rpackage_meadq/meadq") "c:/progra~1/r/r-31~1.0/bin/x64/r" --vanilla cmd build "e:\r\rpackage_meadq\meadq" \ --no-manual --no-resave-data * checking file 'e:\r\rpackage_meadq\meadq/description' ... ok * preparing 'meadq': * checking description meta-information ... ok * checking lf line-endings in source , create files * checking empty or unneeded directories * looking see if 'data/datalist' file should added * building 'meadq_1.0.4.tar.gz' [1] "e:/r/rpackage_meadq/meadq_1.0.4.tar.gz"
r
No comments:
Post a Comment