Skip to content

Commit

Permalink
cran-comments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nacnudus committed Jan 2, 2019
1 parent cc03299 commit 2bae7cf
Showing 1 changed file with 34 additions and 11 deletions.
45 changes: 34 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,50 @@
## Test environments

### Local
* Arch Linux 4.16.9-1-ARCH R-release 3.5.0
* Arch Linux 4.19.8-arch1-1-ARCH R-release 3.5.1

### Win-builder
* Windows Server 2008 (64-bit) R-devel 2018-06-15 r74904
* Windows Server 2008 (64-bit) R-devel 2018-12-28 r75917

### Travis
* Ubuntu Linux 12.04 LTS R-devel 2018-06-18 r74911
* Ubuntu Linux 12.04 LTS R-release 3.5.0
* Ubuntu Linux 12.04 LTS R-oldrel 3.4.4
* Ubuntu Linux 14.04.5 LTS x64 R-devel 2018-12-30 r75926
* Ubuntu Linux 14.04.5 LTS x64 R-release 3.5.0
* Ubuntu Linux 14.04.5 LTS x64 R-oldrel 3.4.4

### AppVeyor
* Windows Server 2012 R2 (x64) x64 GCC R-release 3.5.0
* Windows Server 2012 R2 (x64) i386 GCC R-stable 3.5.0
* Windows Server 2012 R2 (x64) i386 GCC R-patched 3.5.0 2018-06-15 r74904
* Windows Server 2012 R2 (x64) i386 GCC R-oldrel 3.4.4
* Windows Server 2012 R2 (x64) x64 R-release 3.5.2
* Windows Server 2012 R2 (x64) i386 R-stable 3.5.2
* Windows Server 2012 R2 (x64) i386 R-patched 2018-12-29 r75924
* Windows Server 2012 R2 (x64) i386 R-oldrel 3.4.4

### Rhub
* Ubuntu Linux 16.04 LTS GCC R-release 3.4.4
* Ubuntu Linux 16.04 LTS GCC R-release 3.4.4
* Fedora Linux, clang, gfortran R-devel 2018-12-22 r75884
* Windows Server 2008 R2 SP1 R-devel 2018-12-26 r75909
* Debian Linux, GCC ASAN/UBSAN R-devel 2018-06-20 r74924

## R CMD check results
0 errors | 0 warnings | 0 notes
0 errors | 1 warnings | 2 notes

> * checking compiled code ... WARNING
> File ‘tidyxl/libs/tidyxl.so’:
> Found ‘abort’, possibly from ‘abort’ (C)
> Object: ‘xlex.o’
This is a false positive. There is no `abort`. This warning only appears on
Fedora Linux with R-devel, clang and gfortran.

> Possibly mis-spelled words in DESCRIPTION:
> Tokenizes (13:5)
Tokenizes is not a mis-spelled word.

> * checking installed package size ... NOTE
> installed size is 11.8Mb
> sub-directories of 1Mb or more:
> libs 10.8Mb
The `libs` directory is compiled code.

## Downstream dependencies

Expand Down

0 comments on commit 2bae7cf

Please sign in to comment.