From ab3d30995c2e30e62362a332d557e4a746d74ef8 Mon Sep 17 00:00:00 2001 From: Diego H Date: Fri, 12 Apr 2024 16:48:44 +0200 Subject: [PATCH] Prepare for CRAN --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- README.Rmd | 1 + revdep/README.md | 34 +++++++++++++++++----------------- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 964c4f8..c944d9f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rasterpic Title: Convert Digital Images into 'SpatRaster' Objects -Version: 0.2.4.9000 +Version: 0.2.5 Authors@R: person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8457-4658")) @@ -28,7 +28,7 @@ VignetteBuilder: Config/Needs/check: curl Config/Needs/coverage: curl Config/Needs/website: dieghernan/gitdevr, tmap, mapsf, maptiles, devtools, - curl + curl, remotes, cpp11 Config/testthat/edition: 3 Config/testthat/parallel: false Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index d018aa2..7ce259a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rasterpic (development version) +# rasterpic 0.2.5 - Update documentation. - Title and Description of the package are more specific. diff --git a/README.Rmd b/README.Rmd index 9830457..167b084 100644 --- a/README.Rmd +++ b/README.Rmd @@ -27,6 +27,7 @@ status](https://www.r-pkg.org/badges/version/rasterpic)](https://CRAN.R-project. [![CRAN results](https://badges.cranchecks.info/worst/rasterpic.svg)](https://cran.r-project.org/web/checks/check_results_rasterpic.html) [![R-CMD-check](https://github.com/dieghernan/rasterpic/actions/workflows/check-full.yaml/badge.svg)](https://github.com/dieghernan/rasterpic/actions/workflows/check-full.yaml) +[![R-hub](https://github.com/dieghernan/rasterpic/actions/workflows/rhub.yaml/badge.svg)](https://github.com/dieghernan/rasterpic/actions/workflows/rhub.yaml) [![codecov](https://codecov.io/gh/dieghernan/rasterpic/branch/main/graph/badge.svg?token=jSZ4RIsj91)](https://app.codecov.io/gh/dieghernan/rasterpic) [![r-universe](https://dieghernan.r-universe.dev/badges/rasterpic)](https://dieghernan.r-universe.dev/rasterpic) [![CodeFactor](https://www.codefactor.io/repository/github/dieghernan/rasterpic/badge)](https://www.codefactor.io/repository/github/dieghernan/rasterpic) diff --git a/revdep/README.md b/revdep/README.md index 48dac19..e6c2809 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,34 +1,34 @@ # Platform -|field |value | -|:--------|:--------------------------------------| -|version |R version 4.3.2 (2023-10-31 ucrt) | -|os |Windows 11 x64 (build 22621) | -|system |x86_64, mingw32 | -|ui |RStudio | -|language |(EN) | -|collate |Spanish_Spain.utf8 | -|ctype |Spanish_Spain.utf8 | -|tz |Europe/Madrid | -|date |2024-01-18 | -|rstudio |2023.12.0+369 Ocean Storm (desktop) | -|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | +|field |value | +|:--------|:----------------------------------------| +|version |R version 4.3.3 (2024-02-29 ucrt) | +|os |Windows 11 x64 (build 22631) | +|system |x86_64, mingw32 | +|ui |RStudio | +|language |(EN) | +|collate |Spanish_Spain.utf8 | +|ctype |Spanish_Spain.utf8 | +|tz |Europe/Madrid | +|date |2024-04-12 | +|rstudio |2023.12.1+402 Ocean Storm (desktop) | +|pandoc |3.1.12.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | # Dependencies |package |old |new |Δ | |:---------|:------|:------|:--| -|rasterpic |0.2.3 |0.2.4 |* | +|rasterpic |0.2.4 |0.2.5 |* | |classInt |0.4-10 |0.4-10 | | -|DBI |1.2.1 |1.2.1 | | +|DBI |1.2.2 |1.2.2 | | |e1071 |1.7-14 |1.7-14 | | |magrittr |2.0.3 |2.0.3 | | |png |0.1-8 |0.1-8 | | |proxy |0.4-27 |0.4-27 | | |Rcpp |1.0.12 |1.0.12 | | |s2 |1.1.6 |1.1.6 | | -|sf |1.0-15 |1.0-15 | | -|terra |1.7-65 |1.7-65 | | +|sf |1.0-16 |1.0-16 | | +|terra |1.7-71 |1.7-71 | | |units |0.8-5 |0.8-5 | | |wk |0.9.1 |0.9.1 | |