Skip to content

Commit 827848a

Browse files
committed
update CRAN comments
1 parent 8ef724c commit 827848a

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

cran-comments.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Test environments
22
* local
3-
* ubuntu 18.04.3 LTS, R 3.6.1
4-
* travis-ci
5-
* trusty, oldrel
6-
* xenial, release and devel
7-
* osx, release
8-
* AppVeyor
9-
* Windows Server 2012 R2 x64, R 3.6.1 Patched
3+
* ubuntu 18.04.5 LTS, R 4.0.3
4+
* github actions
5+
* macOS-latest, release
6+
* windows-latest, release
7+
* ubuntu 20.04, devel
8+
* ubuntu 16.04, oldrel
9+
* checklist package: ubuntu 20.04.1, R 4.0.3
1010
* r-hub
1111
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
1212
* Ubuntu Linux 16.04 LTS, R-release, GCC
@@ -15,3 +15,24 @@
1515
## R CMD check results
1616

1717
0 errors | 0 warnings | 0 note
18+
19+
r-hub gave a few false positive notes
20+
21+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
22+
23+
```
24+
Possibly mis-spelled words in DESCRIPTION:
25+
rdata (28:22, 31:33, 36:20, 40:48, 41:20, 43:24, 44:62, 45:62)
26+
workflow (41:37, 44:15, 44:36)
27+
```
28+
29+
* Fedora Linux, R-devel, clang, gfortran
30+
31+
```
32+
Possibly mis-spelled words in DESCRIPTION:
33+
rdata (28:22, 31:33, 36:20, 40:48, 41:20, 43:24, 44:62, 45:62)
34+
```
35+
36+
Ubuntu Linux 16.04 LTS, R-release, GCC failed on r-hub because ICU is not
37+
available on that build.
38+

vignettes/split_by.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ We add an `index.tsv` containing the combinations of the `split_by` variables an
136136
This hash becomes the base name of the partial data files.
137137

138138
Splitting the dataframe into smaller files makes them easier to handle in version control system.
139-
The overall size depends on the amount of replication in the dataframe.
139+
The total size depends on the amount of replication in the dataframe.
140140
More on that in the next section.
141141

142142
## When to Split the Dataframe

0 commit comments

Comments
 (0)