Skip to content
Prev 1764 / 12125 Next

[R-pkg-devel] \Sexpr{} expressions but no 'build/partial.rdb' file

On 26/07/2017 9:05 AM, Phil Chalmers wrote:
Sounds like a bug somewhere.  Does the file you submitted to CRAN 
contain the build/partial.rdb file?  If so, the bug is in the check code 
being run by CRAN.  If not, the bug is in the build code that you ran.

You can get a listing of the contents from within R using

untar("mirtCAT_1.6.tar.gz", list = TRUE)

When I do that, the partial.rdb file is entry 28.

Duncan Murdoch