pkg_build | R Documentation |
The built package will be in the current working directory.
pkg_build(
pkg,
library = .libPaths()[1],
flavor = Sys.getenv("PKG_BUILD_FLAVOR"),
build_number = 1L
)
pkg |
Package name. |
library |
Library path. |
flavor |
Platform flavor. Defaults to the |
build_number |
An integer number that is added to the file name, after the version number, to be able to have multiple builds for the same package version. |
This function is currently experimental.
Path to the built package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.