Skip to content

Commit

Permalink
prepare for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidree committed Dec 15, 2024
1 parent 5427913 commit 068b7b6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.3.0
Date: 2024-12-08 16:02:46 UTC
SHA: fbefd4ea718c8e33349664d12faef0b93c99881b
Date: 2024-12-13 15:27:49 UTC
SHA: 5427913639d69c98acf66d605d0dc1985d4f8e79
11 changes: 7 additions & 4 deletions R/forest-inventory.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@
#'
#' @examples
#' \dontrun{
#' # Download MFE50 for Canary Islands
#' canarias_ifn4_lst <- fd_inventory_spain("Canarias")
#'
#' cantabria_ifn3_gis_lst <- fd_inventory_spain("cantabria", ifn = 3, database = "gis")
#' library(odbc)
#' if ("Microsoft Access Driver (*.mdb, *.accdb)" %in% odbc::odbcListDrivers()$name) {
#' # Download MFE50 for Canary Islands
#' canarias_ifn4_lst <- fd_inventory_spain("Canarias")
#' } else {
#' message("Skipping example as <Microsoft Access Driver (*.mdb, *.accdb)> is not available.")
#' }
#' }
fd_inventory_spain <- function(province,
ifn = 4,
Expand Down
11 changes: 10 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

* local Windows 11 Pro 22H2, 64 bit, R 4.4.2

* R Under development (unstable) (2024-12-10 r87437 ucrt)
* R Under development (unstable) x86_64-w64-mingw32

* R-devel on Ubuntu 22.05.5 LTS, with `rhub::rhub_check()`

Expand All @@ -22,6 +22,15 @@

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.

* R Under development (unstable) x86_64-w64-mingw32:

```
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Adrián Cidre González <[email protected]>'
0 errors ✔ | 0 warnings ✔ | 1 note ✖
```

* Rest of testing environments:

```
Expand Down
11 changes: 7 additions & 4 deletions man/fd_inventory_spain.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 068b7b6

Please sign in to comment.