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 ... -- Terry M Therneau, PhD Department of Quantitative Health Sciences Mayo Clinic therneau at mayo.edu "TERR-ree THUR-noh" [[alternative HTML version deleted]]
>>>>> Therneau, Terry M , Ph D via R-devel writes:> 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}Use \keyword{models} \keyword{regression} Hth -k> * checking package namespace information ... OK > * checking package dependencies ... OK > ...> -- > Terry M Therneau, PhD > Department of Quantitative Health Sciences > Mayo Clinic > therneau at mayo.edu> "TERR-ree THUR-noh"> [[alternative HTML version deleted]]> ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
26 ???? 2024 ?. 16:42:39 GMT+03:00, "Therneau, Terry M., Ph.D. via R-devel" <r-devel at r-project.org> ?????:>What is it complaining about -- that it doesn't like my name?>* 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}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. -- Best regards, Ivan