Updates reference to ggplot2::theme() in 6e5ecffc5ff2e0b20cc488c383e0c9168a6e8346
R CMD check has trouble matching argument names when multiple arguments are documented with a single @param. Maybe this is an upstream issue. Worked around it in dbe3792e13c95de0ac9f149c517136adc1466d87. See section below for details.
Rd \usage issue
W checking Rd \usage sections (595ms)
Undocumented arguments in Rd file 'ggsurvtable.Rd'
'xlim' 'xlab' 'ylab'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Closes #664
Notes
ggplot2::theme()
in 6e5ecffc5ff2e0b20cc488c383e0c9168a6e8346@param
. Maybe this is an upstream issue. Worked around it in dbe3792e13c95de0ac9f149c517136adc1466d87. See section below for details.Rd \usage issue