Skip to content

Commit

Permalink
some release files
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikRafacz committed Apr 2, 2021
1 parent 9a17cce commit f801c89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ docs
^\.github$
^CRAN-RELEASE$
^cran-comments.md$
^README.Rmd$
^README.Rmd$
^cran-comments\.md$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
comment = c(ORCID = "0000-0003-0925-1909"),
Expand Down
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Removed explicit declarations of default move constructors, copy constructors, move assignment operators and copy assignment operators which may cause problems on some platforms.

0 comments on commit f801c89

Please sign in to comment.