-
Notifications
You must be signed in to change notification settings - Fork 5
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
3 changed files
with
29 additions
and
27 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
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
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,10 +1,11 @@ | ||
# restez v2.1.3 | ||
# restez v2.1.4 | ||
|
||
This update includes a small but important bug fix that otherwise would break the main functionality of the package (https://github.com/ropensci/restez/issues/47). | ||
This update includes a bug fix to account for an update to | ||
one of the main dependencies, duckdb ([#55](https://github.com/ropensci/restez/issues/55)) | ||
|
||
## Test environments | ||
|
||
* local OS X install, R 4.2.1 | ||
* local OS X install, R 4.3.1 | ||
* Windows Server 2022, R-devel, 64 bit (rhub) | ||
* Windows x86_64-w64-mingw32, R-devel, 64 bit (winbuilder) | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC (rhub) | ||
|
@@ -14,41 +15,34 @@ This update includes a small but important bug fix that otherwise would break th | |
|
||
There were no ERRORs or WARNINGs. | ||
|
||
The following NOTE was found on Windows (winbuilder), ubuntu-gcc-release (r-release) and fedora-clang-devel (r-devel): | ||
The following NOTE was found on ubuntu-gcc-release (r-release) and fedora-clang-devel (r-devel): | ||
|
||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Joel H. Nitta <[email protected]>’ | ||
New maintainer: | ||
Joel H. Nitta <[email protected]> | ||
Old maintainer(s): | ||
Joel Nitta <[email protected]> | ||
On fedora-clang-devel (r-devel) | ||
checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
``` | ||
|
||
This is correct; I fixed the Maintainer in DESCRIPTION to match the author (it was previously missing my middle initial by mistake). | ||
It seems this warning could be suppressed by setting `_R_CHECK_RD_VALIDATE_RD2HTML_` to false, but [apparently that just turns off HTML validation](https://developer.r-project.org/blosxom.cgi/R-devel/2022/04/28), which happens anyways. | ||
|
||
The following NOTE was found on fedora-clang-devel (r-devel): | ||
The following NOTE was found on Windows: | ||
|
||
``` | ||
On fedora-clang-devel (r-devel) | ||
checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
* 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' | ||
``` | ||
|
||
It seems this warning could be suppressed by setting `_R_CHECK_RD_VALIDATE_RD2HTML_` to false, but [apparently that just turns off HTML validation](https://developer.r-project.org/blosxom.cgi/R-devel/2022/04/28), which happens anyways. | ||
These are both R-hub bugs that have not yet been resolved (https://github.com/r-hub/rhub/issues/560, https://github.com/r-hub/rhub/issues/503) | ||
|
||
## Reverse dependencies | ||
|
||
There are no reverse dependencies currently on CRAN. | ||
|
||
There is one reverse dependency currently on github, [phylotaR](https://github.com/ropensci/phylotaR). | ||
|
||
I have run R CMD CHECK (via `devtools::check()`, local OS X install, R 4.2.1) and found no ERRORs or WARNINGs, and one note: | ||
|
||
``` | ||
❯ checking package dependencies ... NOTE | ||
Packages suggested but not available for checking: | ||
'outsider', 'outsider.base' | ||
``` | ||
[`outsider`](https://github.com/ropensci-archive/outsider) and [`outsider.base`](https://github.com/ropensci-archive/outsider.base) have also been archived and are not CRAN. | ||
I have run R CMD CHECK (via `devtools::check()`, local OS X install, R 4.2.1) and found no ERRORs or WARNINGs, and one note about sub-directories of 1Mb or more for phylotaR (not restez) |