diff --git a/Makefile b/Makefile index 7fb9ba0..d8e564a 100644 --- a/Makefile +++ b/Makefile @@ -46,3 +46,6 @@ build_src: build_bin: Rscript -e 'devtools::build(binary = TRUE, args = c("--preclean"))' +# submit: +# Rscript -e 'devtools::submit_cran()' + diff --git a/cran-comments.md b/cran-comments.md deleted file mode 100644 index f732f00..0000000 --- a/cran-comments.md +++ /dev/null @@ -1,13 +0,0 @@ - -This was a quick fix for the breaking roxygen2 change - -## Test environments -* local Debian 11 (bookworm) install, R 4.3.0 -* macos-latest -* ubuntu devel and release -* win-builder (release, and old_release) - -## R CMD check results - -There were no ERRORs, WARNINGs, or NOTEs -