-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enrico R. Crema
committed
Jul 20, 2022
1 parent
cf70837
commit 2003d0d
Showing
1 changed file
with
10 additions
and
4 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 |
---|---|---|
@@ -1,19 +1,25 @@ | ||
## Test environments | ||
* Local ubuntu 18.04 install, R 4.0.2 | ||
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (via rhub) | ||
* Ubuntu Linux 16.04 LTS, R-release, GCC (via rhub) | ||
* Local Manjaro Linux 21.3.3 install, R 4.2.1 | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC (via rhub) | ||
* Fedora Linux, R-devel, clang, gfortran (via rhub) | ||
* Windows Server 2022, R-devel, 64 bit (via rhub) | ||
|
||
|
||
## R CMD check results | ||
|
||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE: | ||
There were 2 NOTEs: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
|
||
Uses the superseded packages: ‘doSNOW’, ‘snow’ | ||
|
||
*Use of the 'doSNOW' package as opposed to the 'doParallel' package is required due to the support of the printed txtProgressBar in the 'doSNOW' package.* | ||
|
||
* checking for detritus in the temp directory ... NOTE | ||
|
||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
|
||
* As noted in R-hub issue #503[https://github.com/r-hub/rhub/issues/503], this could be due to a bug/crash in MiKTeX and can likely be ignored. |