You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
`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.
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 thatNAMESPACE
,DESCRIPTION
andR/
are present in that directory.The text was updated successfully, but these errors were encountered: