Skip to contents

Pack packages

Pack package(s) into a text file

pack()
Pack packages into a text file

Unpack packages

Unpack package(s) from a text file

unpack()
Unpack packages from a text file

File specifications

Specifies the files to include in a package

file_spec()
Create a file specification
file_auto()
File specification (automatic guess)
file_default()
File specification (default combination)
file_ectd()
File specification (eCTD submission)
file_root_core() file_root_all() file_r() file_man() file_src() file_vignettes() file_data() file_tests()
File specification templates
is_file_spec()
Is this a file specification object?
print(<file_spec>)
Print a file specification

File collections

Evaluated file specifications

collate()
Evaluate a list of file specifications
is_file_collection()
Is this a file collection object?
print(<file_collection>)
Print a file collection
merge(<file_collection>)
Merge file collections
prune()
Remove files from a file collection
sanitize()
Sanitize file collection

Utilities

Utility functions

verify_ascii()
Check if a file contains only ASCII characters
remove_content()
Remove content lines from a pkglite file

Dictionaries

Standard file extensions and patterns

ext_text()
Common file extensions (text)
ext_binary()
Common file extensions (binary)
pattern_file_root_core() pattern_file_root_all() pattern_file_sanitize()
Common File name patterns

Deprecated

Deprecated functions that will be removed

sanitize_file_collection()
Sanitize file collection (deprecated)