A tool, grammar, and standard to represent and exchange R package source code as text files. Converts one or more source packages to a text file and restores the package structures from the file.
vignette("pkglite")
.vignette("filespec")
.vignette("filecollection")
.vignette("format")
.You can install the package via CRAN:
Or, install from GitHub:
Pack one R package:
Pack multiple R packages:
pack(
"/path/to/pkg1/" %>% collate(file_default()),
"/path/to/pkg2/" %>% collate(file_default()),
output = "/path/to/pkglite.txt"
)
Unpack one or more packages: