Skip to content

Clarify output path logic for unpack in vignettes #32

@nanxstats

Description

@nanxstats

pkglite follows a simple rule when unpacking packages:

  • It will create directory(s) under the output directory named after the parsed package name(s) from each DESCRIPTION file of the package(s), and put the content of each package under them.
  • This design implies that the simplest way to avoid unnecessary confusions is to keep package names and folder names an identical mapping.
  • Users can adjust the directory names and hierarchy in userland easily, but that would belong to individual business logic.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions