-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update cran-comments with check results
- Loading branch information
1 parent
d714e52
commit 5a08137
Showing
1 changed file
with
23 additions
and
28 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,40 +1,35 @@ | ||
# New submission | ||
|
||
|
||
|
||
# Previous CRAN comments | ||
|
||
Since our previous submission, we have added many new functions and changed the way most pre-existing functions work. We have change http to https. | ||
|
||
## Test environments | ||
- R-hub windows-x86_64-devel (r-devel) | ||
- R-hub ubuntu-gcc-release (r-release) | ||
- R-hub fedora-clang-devel (r-devel) | ||
|
||
## R CMD check results | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
GitHub Actions checks on Windows, MacOS, and Linux also return no errors, warnings, or notes. | ||
0 errors ✔ | 0 warnings ✔ | 6 notes ✖ | ||
|
||
## R CMD check results | ||
> On windows-x86_64-devel (r-devel), ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel) | ||
checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Francisco de Lima Cavalcanti <francisco.lima.cavalcanti@gmail.com>' | ||
There are four distinct notes across the platforms: | ||
|
||
* Our maintainer has changed | ||
|
||
New submission | ||
* 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' | ||
|
||
Package was archived on CRAN | ||
* checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
|
||
CRAN repository db overrides: | ||
X-CRAN-Comment: Archived on 2022-01-23 for policy violation. | ||
Seem to be common and harmless, not sure of the cause. | ||
|
||
Maintainer is a not a single person. Also, reauires flaky packages | ||
sidrdr and geobr. | ||
* Found the following (possibly) invalid URLs: | ||
URL: https://dadosabertos.aneel.gov.br/dataset/relacao-de-empreendimentos-de-geracao-distribuida | ||
From: inst/doc/ANEEL.html | ||
README.md | ||
Status: 403 | ||
Message: Forbidden | ||
|
||
* Maintainer has been changed and package is no longer dependent on the (now archived) package 'geobr'. | ||
The URL works for us. | ||
|
||
> On windows-x86_64-devel (r-devel) | ||
checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
|
||
* Seems to be a common note, but it doesn't appear on other checks besides `devtools::check_win_devel()` and `rhub::check_for_cran()`. | ||
* GitHub Actions checks and local `devtools::check()` display no errors, warnings, or notes. |