Description Usage Arguments Details Author(s) See Also Examples
View source: R/winUniMrBuild.R
This function was specifically designed to build a package from local source files manually, i.e., without using the package building functionality offered e.g. by RStudio.
1 2 | winUniMrBuild(dsn = getwd(), pkgDir = "H:/Dokumente", document = TRUE,
...)
|
dsn |
'character'. Target folder containing source files; defaults to the current working directory. |
pkgDir |
'character'. Target folder containing the result ing package of the invoked build process. According to Marburg University pools the default is set to pkgDir="H:/Dokumente". If you want to use it in a different setting you may set pkgDir to whatever you want. |
document |
'logical'. Determines whether or not to invoke
|
... |
Further arguments passed on to |
NOTE the default setting are focussing HRZ environment at Marburg University
Florian Detsch, Chris Reudenbach
roxygenize
, build
,install.packages
.
1 2 3 4 5 | ## Not run:
## when in a package directory, e.g. '~/satellite'
winUniMrBuild()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.