Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Oct 16, 2023
1 parent 5c59088 commit 2158c27
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: restez
Type: Package
Title: Create and Query a Local Copy of 'GenBank' in R
Version: 2.1.3.9000
Version: 2.1.4
Authors@R: c(
person(
given = "Joel H.",
Expand Down Expand Up @@ -49,5 +49,5 @@ Suggests:
R.utils,
rmarkdown,
mockery
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
restez 2.1.4
=========================

### BUG FIXES

* Fix bug in test due to update to duckdb ([#55](https://github.com/ropensci/restez/issues/55))


restez 2.1.3 (2022-11-09)
=========================

Expand Down
44 changes: 19 additions & 25 deletions cran-comments.md
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)
Expand All @@ -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)

0 comments on commit 2158c27

Please sign in to comment.