From c1f6619b3e7c52db357e2075492de867a0aa84a7 Mon Sep 17 00:00:00 2001 From: "arsenij.ustjanzew" <arsenij.ustjanzew@mpi-bn.mpg.de> Date: Wed, 22 Apr 2020 09:16:35 +0200 Subject: [PATCH] resolved all notes of devtool::check() ; one note left: package zize is 7.9Mb duo to git directory --- .Rbuildignore | 1 + cran-comments.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 2d8c4b7..314d291 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ ^_pkgdown\.yml$ ^docs$ ^pkgdown$ +^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