From 2046df1787bd6c737069b72c318956dc099504b1 Mon Sep 17 00:00:00 2001
From: "arsenij.ustjanzew" <arsenij.ustjanzew@mpi-bn.mpg.de>
Date: Tue, 14 Apr 2020 12:31:10 +0200
Subject: [PATCH] checked package with rhub; results of rhub copied in
 cran-comments.md

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

diff --git a/.Rbuildignore b/.Rbuildignore
index 3a72934..3bb18d3 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -5,3 +5,4 @@
 ^README\.md
 ^doc$
 ^Meta$
+^cran-comments\.md$
diff --git a/cran-comments.md b/cran-comments.md
new file mode 100644
index 0000000..dc7d198
--- /dev/null
+++ b/cran-comments.md
@@ -0,0 +1,46 @@
+## Test environments
+- R-hub windows-x86_64-devel (r-devel)
+- R-hub ubuntu-gcc-release (r-release)
+- R-hub fedora-clang-devel (r-devel)
+
+## R CMD check results
+> On windows-x86_64-devel (r-devel), ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel)
+  checking CRAN incoming feasibility ... NOTE
+  Maintainer: 'Arsenij Ustjanzew <arsenij.ustjanzew@mpi-bn.mpg.de>'
+  
+  New submission
+  License components with restrictions and base license permitting such:
+    MIT + file LICENSE
+  
+  File 'LICENSE':
+    MIT License
+    
+    Copyright (c) 2019 Mario Looso, Jens Preussner and Arsenij Ustjanzew
+    
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+    
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+    
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+> On windows-x86_64-devel (r-devel), ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel)
+  checking installed package size ... NOTE
+    installed size is  5.6Mb
+    sub-directories of 1Mb or more:
+      doc   5.3Mb
+
+0 errors √ | 0 warnings √ | 2 notes x
+
+* This is a new release.
-- 
GitLab