Package: pkglite 0.2.6

Dickson Wanjau

pkglite: Compact Package Representations

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.

Authors:Nan Xiao [aut], Yilong Zhang [aut], Keaven Anderson [aut], Amin Shirazi [ctb], Jeff Cheng [ctb], Danfeng Fu [ctb], Benjamin Wang [aut], Dickson Wanjau [aut, cre], Merck & Co., Inc., Rahway, NJ, USA and its affiliates [cph]

pkglite_0.2.6.tar.gz
pkglite_0.2.6.zip(r-4.7)pkglite_0.2.6.zip(r-4.6)pkglite_0.2.6.zip(r-4.5)
pkglite_0.2.6.tgz(r-4.6-any)pkglite_0.2.6.tgz(r-4.5-any)
pkglite_0.2.6.tar.gz(r-4.7-any)pkglite_0.2.6.tar.gz(r-4.6-any)
pkglite_0.2.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
pkglite/json (API)

# Install 'pkglite' in R:
install.packages('pkglite', repos = c('https://merck.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/merck/pkglite/issues

Pkgdown/docs site:https://merck.github.io

On CRAN:

Conda:

clinical-trialsectdpackaging-toolpharmaverse

6.80 score 30 stars 13 scripts 799 downloads 29 exports 3 dependencies

Last updated from:f4860d624c. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK140
source / vignettesOK213
linux-release-x86_64OK159
macos-release-arm64OK133
macos-oldrel-arm64OK124
windows-develOK77
windows-releaseOK79
windows-oldrelOK73
wasm-releaseOK103

Exports:%>%collateext_binaryext_textfile_autofile_datafile_defaultfile_ectdfile_manfile_rfile_root_allfile_root_corefile_specfile_srcfile_testsfile_vignettesis_file_collectionis_file_specpackpattern_file_root_allpattern_file_root_corepattern_file_sanitizepattern_file_srcpruneremove_contentsanitizesanitize_file_collectionunpackverify_ascii

Dependencies:crayonmagrittrremotes

Compact Package Representations
Introduction | Example workflow | Pack one package | Unpack one package | Pack multiple packages | Unpack multiple packages | Helper functions

Last update: 2021-12-08
Started: 2021-02-24

Curate File Collections
Merge file collections | Prune file collections | Sanitize file collections

Last update: 2021-12-08
Started: 2021-04-29

Generate File Specifications
File specification | File collection | File specification templates | File specification usage patterns | Default file specification | Automatic file specification

Last update: 2021-12-08
Started: 2021-02-24

Represent Packages with pkglite.txt
Filename and extension | File format | File structure | Field names and values | Package | File | Format | Content

Last update: 2021-12-08
Started: 2021-02-24

Readme and manuals

Help Manual

Help pageTopics
Evaluate a list of file specificationscollate
Common file extensions (binary)ext_binary
Common file extensions (text)ext_text
File specification (automatic guess)file_auto
File specification (default combination)file_default
File specification (eCTD submission)file_ectd
Common File name patternsfile_name_patterns pattern_file_root_all pattern_file_root_core pattern_file_sanitize pattern_file_src
Create a file specificationfile_spec
File specification templatesfile_data file_man file_r file_root_all file_root_core file_spec_templates file_src file_tests file_vignettes
Is this a file collection object?is_file_collection
Is this a file specification object?is_file_spec
Merge file collectionsmerge.file_collection
Pack packages into a text filepack
Print a file collectionprint.file_collection
Print a file specificationprint.file_spec
Remove files from a file collectionprune prune.file_collection
Remove content lines from a pkglite fileremove_content
Sanitize file collectionsanitize sanitize.file_collection
Sanitize file collection (deprecated)sanitize_file_collection
Unpack packages from a text fileunpack
Check if a file contains only ASCII charactersverify_ascii