-
Notifications
You must be signed in to change notification settings - Fork 1
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
11 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -15,7 +15,17 @@ | |
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
0 errors | 0 warnings | 1 note | ||
|
||
N checking CRAN incoming feasibility (1m 17.5s) | ||
Maintainer: ‘Hugo Gruson <[email protected]>’ | ||
|
||
Days since last update: 0 | ||
|
||
## Comments | ||
|
||
This update comes right after the last one as CRAN checks caught a problem | ||
with a test that was skipped locally and on my CI system (which is also a bug | ||
in itself. It should have been tested there.) | ||
|
||
The test has been fixed and my CI system has been updated to not skip this test. |