Clarify output path logic for unpack in vignettes
Open
@nanxstats is already working on this.
Since Mar 24, 2022.
documentation
- Dominant language
- R
- Stars
- 31
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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
DESCRIPTIONfile 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.