Skip to content

working git repositories with package not at the top level #79

@TimTaylor

Description

@TimTaylor

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions