Skip to content

Commit 9058aa1

Browse files
committed
Merge branch 'devel'
2 parents b0421ca + d8a368d commit 9058aa1

File tree

6 files changed

+165
-173
lines changed

6 files changed

+165
-173
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* `write_fasta()` and `find_motifs()` accept `data.frame` arguments now; sequences and their names are taken from specified two columns
1010
* more descriptive error messages for non-existing generics that print out classes of the first parameter
1111

12-
## Fixed-ish:
13-
* return to autoexported `Rcpp` catch declaration
12+
## Fixed:
13+
* return to automatically exported `Rcpp` catch declaration
1414

1515
## Quality of code stuff:
1616
* added tests and adjusted vignettes for the changes

README.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ knitr::opts_chunk$set(
1717
<!-- badges: start -->
1818
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidysq)](https://cran.r-project.org/package=tidysq)
1919
[![Github Actions Build Status](https://github.com/BioGenies/tidysq/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/BioGenies/tidysq/actions)
20-
[![codecov.io](https://codecov.io/github/BioGenies/tidysq/coverage.svg?branch=master)](https://codecov.io/github/BioGenies/tidysq?branch=master)
2120
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
2221
<!-- badges: end -->
2322

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidysq)](https://cran.r-project.org/package=tidysq)
77
[![Github Actions Build
88
Status](https://github.com/BioGenies/tidysq/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/BioGenies/tidysq/actions)
9-
[![codecov.io](https://codecov.io/github/BioGenies/tidysq/coverage.svg?branch=master)](https://codecov.io/github/BioGenies/tidysq?branch=master)
109
[![Lifecycle:
1110
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
1211
<!-- badges: end -->
@@ -17,11 +16,11 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
1716
sequences (including amino acid and nucleic acid – e.g. RNA, DNA –
1817
sequences). Two major features of this package are:
1918

20-
- effective compression of sequence data, allowing to fit larger
21-
datasets in **R**,
19+
- effective compression of sequence data, allowing to fit larger
20+
datasets in **R**,
2221

23-
- compatibility with most of `tidyverse` universe, especially `dplyr`
24-
and `vctrs` packages, making analyses *tidier*.
22+
- compatibility with most of `tidyverse` universe, especially `dplyr`
23+
and `vctrs` packages, making analyses *tidier*.
2524

2625
## Getting started
2726

@@ -70,7 +69,7 @@ sqibble
7069
#> 8 VHPQKLVFF <15> AMY24|HABP2|Amyloid beta A4 peptide
7170
#> 9 VHHPKLVFF <15> AMY25|HABP3|Amyloid beta A4 peptide
7271
#> 10 VHHQPLVFF <15> AMY26|HABP4|Amyloid beta A4 peptide
73-
#> # … with 411 more rows
72+
#> # 411 more rows
7473

7574
sq_ami <- sqibble$sq
7675
sq_ami
@@ -156,7 +155,7 @@ sqibble %>%
156155
#> 8 VHHQEKLVF <16> AMY35|HABP13|Amyloid beta A4 peptide 16
157156
#> 9 VHHQEKLVF <16> AMY36|HABP14|Amyloid beta A4 peptide 16
158157
#> 10 KKLVFFAED  <9> AMY37|HABP15|Amyloid beta A4 peptide 9
159-
#> # … with 14 more rows
158+
#> # 14 more rows
160159
```
161160

162161
## Citation

cran-comments.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
## Test environments
2-
* local R installation, R 4.1.0
3-
* ubuntu 16.04 (on travis-ci), R 4.1.0
4-
* win-builder (devel)
5-
61
## R CMD check results
72

8-
0 errors | 0 warnings | 1 note
3+
0 errors | 0 warnings | 0 notes
94

105
* This is a resubmission.
11-
* Fixed the problem with deprecated usage of iterator
6+
* Fixed issues related to new implementations of set operations on R-devel

docs/index.html

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)