r - "The DESCRIPTION file: This package was not yet installed at build time." -


in manual of created package, find under "details" sentences:

the description file: package not yet installed @ build time." index: package not yet installed @ build time. 

this not sound good. of course, package has build @ first, can installed. don't understand message means , how can rid of it. when type message in google other pdf manuals same message. there cran packages message. message not tragedy?

my built workflow (hope understood meant, @thomas) is:

system("r cmd check path_to_package/pname") system("r cmd build path_to_package/pname") system("r cmd check --as-cran c:/r-3.2.2/pname_version.tar.gz") 

with option --as-cran got same messages here. deleted automatically generated commands e.g. \packagedescription{} in .rd files. notes thread these notes not appear more.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -