Closed LiNk-NY closed 1 year ago
If the package has an Rdpack dependency, the call to tools::parse_Rd should include the Rdpack macros location. For example, the macros argument should be:
Rdpack
tools::parse_Rd
tools::parse_Rd("man/run_mash.Rd", macros= file.path(system.file(package = "Rdpack"), "help", "macros", "refmacros.Rd"))
See example at https://github.com/Bioconductor/Contributions/issues/2955
Warning in tools::parse_Rd(manpage) : /Users/user/bioc/package/man/run_mash.Rd:21: unknown macro '\insertCite'
If the package has an
Rdpack
dependency, the call totools::parse_Rd
should include theRdpack
macros location. For example, the macros argument should be: