Generate report from ssr
tags.
Arguments
- path
Path to package for which report is to be generated
- branch
By default a report will be generated from the current branch as set on the local git repository; this parameter can be used to specify any alternative branch.
- view
If
TRUE
(default), a html-formatted version of the report is opened in default system browser. IfFALSE
, the return object includes the name of ahtml
-rendered version of the report in an attribute named 'file'.- roxygenise
If
TRUE
(default), documentation will first be updated with the roxygen2 package. This requires local installation of the package, which may take some time if the package has not previously been installed. If this parameter isFALSE
, theroxygen2
package is not used, documentation is not updated, and reports are generally generated faster.
Examples
if (FALSE) { # \dontrun{
path <- srr_stats_pkg_skeleton ()
srr_report (path)
} # }