Skip to content

Commit

Permalink
Prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 12, 2024
1 parent a973af9 commit ab3d309
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658"))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rasterpic (development version)
# rasterpic 0.2.5

- Update documentation.
- Title and Description of the package are more specific.
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
34 changes: 17 additions & 17 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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 | |

Expand Down

0 comments on commit ab3d309

Please sign in to comment.