-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
1 parent
ec3ff23
commit cc941d7
Showing
2 changed files
with
6 additions
and
21 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,20 +1,5 @@ | ||
## Test environments | ||
|
||
* Linux Mint 20 (Ubuntu 20.04), R 4.1.2 with g++ | ||
* Windows Server 2009 via github CI | ||
* Ubuntu 20.04 R-release via github CI | ||
* Ubuntu 20.04 R-devel via github CI | ||
* Windows Server 2008 R-release via win-builder | ||
* Windows Server 2008 R-devel via win-builder | ||
* MacOS r-release via win-builder | ||
|
||
## R CMD check results | ||
|
||
0 ERRORs | 0 WARNINGs | 1 NOTE | ||
- checking installed package size ... NOTE | ||
This is compiled code in the libs/ directory. | ||
|
||
## Downstream dependencies | ||
|
||
We checked 5 reverse dependencies by running R CMD check with this version installed. | ||
We did not see any new problems. | ||
- Remove the use of some `boost` tools to fix LLVM 19 | ||
- Remove some features to fix non-API calls | ||
- Fix C++20 compilation with gcc12 additional issue | ||
- Fix noSuggests additional issue | ||
- Fix Intel additional issue by changing std::stable_sort to std::sort. |
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