From 3ea28c2b3e21babf255a229d1d3aea9bc2974b5b Mon Sep 17 00:00:00 2001
From: Sebastian Henz <sebastian.henz@ufz.de>
Date: Tue, 28 Jul 2020 16:46:45 +0200
Subject: [PATCH] Ad cran-comments.md

---
 .Rbuildignore    |  1 +
 cran-comments.md | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 cran-comments.md

diff --git a/.Rbuildignore b/.Rbuildignore
index a8d197a..e328b33 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -9,3 +9,4 @@
 ^\.gitlab-ci\.yml$
 ^data-raw$
 ^images$
+^cran-comments\.md$
diff --git a/cran-comments.md b/cran-comments.md
new file mode 100644
index 0000000..c071eca
--- /dev/null
+++ b/cran-comments.md
@@ -0,0 +1,14 @@
+## Test environments
+* local Windows 10 install, R 4.0.2
+* Debian GNU/Linux 9 on GitLab CI, R 3.5.1
+* Debian GNU/Linux 10 on GitLab CI, R 3.6.3
+* Ubuntu 20.04 on GitLab CI, R 4.0.2
+* Ubuntu 20.04 on GitLab CI, R devel (2020-07-21 r78893)
+
+
+## R CMD check results
+There were no ERRORs, WARNINGs, or NOTEs. 
+
+
+## Downstream dependencies
+There are no downstream dependencies yet.
-- 
GitLab