powered by
Build a Windows Binary Package
winbuild(path, outdir = ".", verbose = TRUE)
path to a source or already installed package
output directory
logical or numeric that indicates the verbosity level
Invisibly returns the full path to the generated zip file.
# NOT RUN { # } # NOT RUN { # from source directory winbuild('path/to/package/source/dir/') # from tar ball winbuild('PKG_1.0.tar.gz') # }
Run the code above in your browser using DataLab