-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
### Test Environments | ||
|
||
Tested on all avaialable `rhub` platforms | ||
|
||
* debian-gcc-devel: | ||
Debian Linux, R-devel, GCC | ||
* debian-gcc-patched: | ||
Debian Linux, R-patched, GCC | ||
* debian-gcc-release: | ||
Debian Linux, R-release, GCC | ||
* fedora-clang-devel: | ||
Fedora Linux, R-devel, clang, gfortran | ||
* fedora-gcc-devel: | ||
Fedora Linux, R-devel, GCC | ||
* linux-x86_64-centos6-epel: | ||
CentOS 6, stock R from EPEL | ||
* linux-x86_64-centos6-epel-rdt: | ||
CentOS 6 with Redhat Developer Toolset, R from EPEL | ||
* linux-x86_64-rocker-gcc-san: | ||
Debian Linux, R-devel, GCC ASAN/UBSAN | ||
* macos-elcapitan-release: | ||
macOS 10.11 El Capitan, R-release (experimental) | ||
* macos-mavericks-oldrel: | ||
macOS 10.9 Mavericks, R-oldrel (experimental) | ||
* solaris-x86-patched: | ||
Oracle Solaris 10, x86, 32 bit, R-patched (experimental) | ||
* ubuntu-gcc-devel: | ||
Ubuntu Linux 16.04 LTS, R-devel, GCC | ||
* ubuntu-gcc-release: | ||
Ubuntu Linux 16.04 LTS, R-release, GCC | ||
* ubuntu-rchk: | ||
Ubuntu Linux 16.04 LTS, R-devel with rchk | ||
* windows-x86_64-devel: | ||
Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
* windows-x86_64-oldrel: | ||
Windows Server 2008 R2 SP1, R-oldrel, 32/64 bit | ||
* windows-x86_64-patched: | ||
Windows Server 2008 R2 SP1, R-patched, 32/64 bit | ||
* windows-x86_64-release: | ||
Windows Server 2008 R2 SP1, R-release, 32/64 bit | ||
|
||
### R CMD check results | ||
|
||
There were no ERRORS or WARNINGS |