From f801c89da7e28a5562ba7fb3616b2003d0470aea Mon Sep 17 00:00:00 2001 From: DominikRafacz Date: Fri, 2 Apr 2021 13:05:35 +0200 Subject: [PATCH] some release files --- .Rbuildignore | 3 ++- DESCRIPTION | 2 +- cran-comments.md | 7 +++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index fb76919..2b87442 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -11,4 +11,5 @@ docs ^\.github$ ^CRAN-RELEASE$ ^cran-comments.md$ -^README.Rmd$ \ No newline at end of file +^README.Rmd$ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 919b724..1365e61 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: tidysq Type: Package Title: Tidy Processing and Analysis of Biological Sequences Version: 1.1.1 -Date: 2021-02-26 +Date: 2021-03-02 Authors@R: c(person("Dominik", "Rafacz", email = "dominikrafacz@gmail.com", comment = c(ORCID = "0000-0003-0925-1909"), diff --git a/cran-comments.md b/cran-comments.md index 9777eb9..2badbd0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,12 +2,11 @@ * local R installation, R 4.0.4 * ubuntu 16.04 (on travis-ci), R 4.0.4 * win-builder (devel) -https://github.com/BioGenies/tidysq/actions ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 notes -* This is a new release. +Updated tests to be compliant with testthat release 3. -The package contains a large amount of Cpp code which extends the building time. We weren't able to find any guidelines regarding the compilation time so we hope it is fine to submit the package as is. \ No newline at end of file +Removed explicit declarations of default move constructors, copy constructors, move assignment operators and copy assignment operators which may cause problems on some platforms. \ No newline at end of file