Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dupree_package should assert R package structure #57

Closed
russHyde opened this issue Jan 20, 2020 · 0 comments
Closed

dupree_package should assert R package structure #57

russHyde opened this issue Jan 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@russHyde
Copy link
Owner

If I call dupree_package on the repo for {rscala}, dupree_package runs fine. But, the rscala package code resides in the subdirectory {repo_root}/R/rscala rather than in the repo-root.

When a directory is passed to dupree::dupree_package, it should check that NAMESPACE, DESCRIPTION and R/ are present in that directory.

@russHyde russHyde added the enhancement New feature or request label Jan 20, 2020
@russHyde russHyde mentioned this issue Jan 20, 2020
11 tasks
russHyde added a commit that referenced this issue Jan 21, 2020
`dupree_package` now checks that a given path contains

- a DESCRIPTION
- an R/ subdirectory

Utility functions were added to `utils.R` and integration tests on
package structure were added.
russHyde added a commit that referenced this issue Jan 21, 2020
fix #57: assert R pkg structure in `dupree_package`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant