-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Broadly speaking, I prefer to work in a git repository where the R package is one level deep as in the example below. Would you consider adding an argument for the package folder (defaulting to "."
) to atime_versions()
.
Apologies if handling this setup is already possible and I've missed it in the docs.
├── Makefile
├── pkg
│ ├── compile_commands.json
│ ├── DESCRIPTION
│ ├── inst
│ ├── LICENSE.md
│ ├── man
│ ├── NAMESPACE
│ ├── NEWS.md
│ ├── R
│ ├── README.md
│ ├── README.Rmd
│ ├── src
│ ├── tests
│ └── vignettes
├── README.md
└── site
├── articles.Rmd
├── _footer.Rmd
├── index.Rmd
├── _litedown.yml
├── manual.Rmd
└── news.Rmd
Metadata
Metadata
Assignees
Labels
No labels