file 'ReviewR/man/ReviewR.Rd' with \docType{package}, likely intended as a package overview help file, but without the appropriate PKGNAME-package \alias as per "Documenting packages" in R-exts.
This seems to be the consequence of the breaking change
Using @doctype package no longer automatically adds a -package alias.
Instead document _PACKAGE to get all the defaults for package
documentation.
in roxygen2 7.0.0 (2019-11-12) having gone unnoticed, see
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fr-lib%2Froxygen2%2Fissues%2F1491&data=05%7C01%7Cdavid.mayer%40cuanschutz.edu%7Cbfb5d5046ed44ff2e6a908dba08faa46%7C563337caa517421aaae01aa5b414fd7f%7C0%7C0%7C638280311137676416%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=iAQ%2FuF9RLl31U7OLuZSTzpg1QLSnwcq0OnHL93s0Aws%3D&reserved=0.
As explained in the issue, to get the desired PKGNAME-package \alias back, you should either change to the new approach and document the new special sentinel
"_PACKAGE"
or manually add
@Aliases ReviewR-package
if remaining with the old approach.
file 'ReviewR/man/ReviewR.Rd' with \docType{package}, likely intended as a package overview help file, but without the appropriate PKGNAME-package \alias as per "Documenting packages" in R-exts.
This seems to be the consequence of the breaking change
Using @doctype package no longer automatically adds a -package alias.
Instead document _PACKAGE to get all the defaults for package
documentation.
in roxygen2 7.0.0 (2019-11-12) having gone unnoticed, see
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fr-lib%2Froxygen2%2Fissues%2F1491&data=05%7C01%7Cdavid.mayer%40cuanschutz.edu%7Cbfb5d5046ed44ff2e6a908dba08faa46%7C563337caa517421aaae01aa5b414fd7f%7C0%7C0%7C638280311137676416%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=iAQ%2FuF9RLl31U7OLuZSTzpg1QLSnwcq0OnHL93s0Aws%3D&reserved=0.
As explained in the issue, to get the desired PKGNAME-package \alias back, you should either change to the new approach and document the new special sentinel
"_PACKAGE"
or manually add
@Aliases ReviewR-package
if remaining with the old approach.