Build a Windows Binary Package
Build a Windows Binary Package
winbuild(path, outdir = ".", verbose = TRUE)
path |
path to a source or already installed package |
outdir |
output directory |
verbose |
logical or numeric that indicates the verbosity level |
Invisibly returns the full path to the generated zip file.
## Not run: # from source directory winbuild('path/to/package/source/dir/') # from tar ball winbuild('PKG_1.0.tar.gz') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.