Displaying 1 result from an estimated 1 matches for "buildmanu".
Did you mean:
buildm3u
2012 Apr 13
0
Creating a reference manual during R CMD build
...manuals during R CMD build
(and have them go in the build/ directory of the resulting package
tarball), whether or not any of my Rd files have \Sexpr macros in
them.
It seems like there are a couple of ways to suppress the building of
manuals during R CMD build: 1) using --no-manual and 2) putting
BuildManual: no in DESCRIPTION, but there are no corresponding ways to
force a reference manual to be built during R CMD build.
I know the manual is produced during R CMD check, but for the purposes
of putting together the Bioconductor website, it is simpler if the
manual is creating during build and then e...