Skip to content

Fixing a CRAN note

3 messages · Terry Therneau, Kurt Hornik, Ivan Krylov

#
I am trying to clear up all the "NOTE"s before a CRAN submission, but am a bit confused 
about this one.?? What is it complaining about -- that it doesn't like my name?

...
* checking for file ?deming/DESCRIPTION? ... OK
* this is package ?deming? version ?1.4-1?
* checking CRAN incoming feasibility ... [7s/18s] NOTE
Maintainer: ?Terry Therneau <therneau.terry at mayo.edu>?

Found the following \keyword or \concept entries
which likely give several index terms:
 ? File ?deming.Rd?:
 ??? \keyword{models, regression}
* checking package namespace information ... OK
* checking package dependencies ... OK
...
#
Use

  \keyword{models}
  \keyword{regression}

Hth
-k

        
#
26 ???? 2024 ?. 16:42:39 GMT+03:00, "Therneau, Terry M., Ph.D. via R-devel" <r-devel at r-project.org> ?????:
I think that the check points out that in order to specify multiple keywords, you need to use \keyword{models} and \keyword{regression} separately, not \keyword{models, regression} in one Rd command.