From 751868252a113fb1ef121bcec043f496ba95449b Mon Sep 17 00:00:00 2001 From: Tomasz Kalinowski Date: Tue, 13 Jul 2021 20:36:57 -0400 Subject: [PATCH] submit to CRAN --- .Rbuildignore | 2 ++ CRAN-RELEASE | 2 ++ cran-comments.md | 9 +++++++++ 3 files changed, 13 insertions(+) create mode 100644 CRAN-RELEASE create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 4997a34..b448c32 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,5 @@ ^pkgdown$ vignettes ^\.travis\.yml$ +^CRAN-RELEASE$ +^cran-comments\.md$ diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 0000000..8845a4d --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2021-07-13. +Once it is accepted, delete this file and tag the release (commit 976231c). diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..74b9066 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,9 @@ +Minor update, improves compatibility with Tensorflow + +## Test environments +* local R installation, R 4.1.0 +* ubuntu 16.04 (on travis-ci), R 4.1.0 +* win-builder (devel) + +## R CMD check results +0 errors | 0 warnings | 0 notes