-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
29 additions
and
6 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,4 +1,27 @@ | ||
## CHANGES | ||
* fixed issue with tar gzip compression on Solaris systems | ||
* fixed rare sorting issue on MACOS system (different file order compared to other systems) | ||
* fixed rounding issue in tests on ATLAS system | ||
* fixed a test issue incorrectly detecting two paths as different under Windows (due to different lower/upper cases in the returned paths) | ||
* changed default cachetype from "rev" to "def" (shared cache folder instead of separate cache folders) | ||
* added limited caching support for terra objects | ||
|
||
## Test environments | ||
* local R installation, R 4.1.2 | ||
* rhub Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
* rhub Windows Server 2022, R-devel, 64 bit | ||
* rhub Fedora Linux, R-devel, clang, gfortran | ||
|
||
## R CMD check results | ||
|
||
Rhub Windows devel: | ||
* checking for non-standard things in the check directory ... NOTE | ||
Found the following files/directories: | ||
''NULL'' | ||
* checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
|
||
Rhub Fedora and Ubuntu Linux: | ||
|
||
* checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
|
||
To my understanding the issue on Rhub Windows devel seems to be a problem with the local MikTex installation on the server as it does not occur on other test machines and as I could not reproduce the problem myself. In addition, there are no direct calls to miktex so that the temporary directory seems to be created by some other tools. Similarly, the issue on Linux seems to be a problem of the test machines unrelated to the package. |
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