pharmaverse / pharmaverse/logrx
Feature Request: List approved packages and functions in yaml file
Open
enhancement
- Dominant language
- HTML
- Stars
- 48
- Forks
- 12
- Avg merge
- 20d 8h
- Merged PRs (30d)
- 1
Description
Feature Idea
I really like the feature of logging use of Unapproved Packages and Functions. Rather than creating a list within R and saving it as a .rds file, though, I'd like to store this information in something like a yaml file, e.g.
base: "all"
dplyr: ["mutate", "filter", "summarize"]
ggplot2: "all"
Then you could have the option point to that yaml file instead. The existing functionality could stay as is. This would just be another option of specifying the same information.
Relevant Input
No response
Relevant Output
No response
Reproducible Example/Pseudo Code
No response
Contributor guide
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.