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.
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.