-
Notifications
You must be signed in to change notification settings - Fork 0
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
17 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,20 +1,31 @@ | ||
|
||
## Test environments | ||
|
||
* local Windows 11 Pro 22H2, 64 bit, R 4.4.2 | ||
|
||
* R Under development (unstable) (2024-12-10 r87437 ucrt) | ||
|
||
* R-devel on Ubuntu 22.05.5 LTS, with `rhub::rhub_check()` | ||
|
||
* R-devel on Microsoft Windows Server 2022, R-devel, 64 bit, with `rhub::rhub_check()` | ||
|
||
## R CMD check results | ||
There were no ERRORS or WARNINGS. | ||
|
||
There is one note on `devtools::check()`: | ||
* local Windows 11 Pro 22H2: | ||
``` | ||
checking for non-standard things in the check directory ... NOTE | ||
checking for non-standard things in the check directory ... NOTE | ||
Found the following files/directories: | ||
''NULL'' | ||
0 errors ✔ | 0 warnings ✔ | 1 note ✖ | ||
``` | ||
|
||
As stated in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be a bug/crash in MiKTeX and can likely be ignored. | ||
|
||
There is one note in `devtools::check_win_devel()`: | ||
* Rest of testing environments: | ||
|
||
``` | ||
checking CRAN incoming feasibility ... [17s] NOTE | ||
Maintainer: 'Adrián Cidre González <[email protected]>' | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
``` | ||
|
||
## Version note | ||
|