From a80d84c6f43c1f76c5849c63aa3525599a501342 Mon Sep 17 00:00:00 2001 From: David Blodgett Date: Tue, 8 Nov 2022 12:57:26 -0600 Subject: [PATCH] cran comments --- .Rbuildignore | 5 ++++- cran-comments.md | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 701c4bf..05019a3 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,4 +7,7 @@ DISCLAIMER.md code.json appveyor.yml .github -.gitlab-ci.yml \ No newline at end of file +.gitlab-ci.yml +Dockerfile +^CRAN-SUBMISSION$ +cran-comments.md \ No newline at end of file diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..bb69a74 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,8 @@ +## Test environments +* rhub::check_for_cran w/ defaults +* r_win_builder devel +* local windows + +## Comment +* sf bug has been fixed. +* addresses failing M1 mac test: builder here https://mac.r-project.org/macbuilder/results/1667741785-c6949eb7ff801ac7/ \ No newline at end of file