Closed ddsjoberg closed 2 years ago
Thanks for creating this awesome project!
I was using the mappers recently in a package, and noticed a few things that will remove notes in R CMD Check.
stats::
terms()
.default
map_chr()
map_int()
map()
docs
Speed review! Thank you! 🔥
Thanks for creating this awesome project!
I was using the mappers recently in a package, and noticed a few things that will remove notes in R CMD Check.
stats::
prefixterms()
calls..default
argument to the mapper helpers,map_chr()
,map_int()
, etc. The argument was already in place formap()
.docs
folder to the build ignore file.