Skip to content

Commit

Permalink
(geography/R-rosm) Updated 0.2.6 to 0.3.0
Browse files Browse the repository at this point in the history
# rosm 0.3.0

* Silent deprecation the entire previous API (#20).
* Drop rgdal dependency (#21).
* Add new API based on wk and the curl package's multi
  download interface (#23).
* Update test and CI infrastructure (#27).
* Added NEWS.md to track changes in this package.

# rosm 0.2.5

* Updates to ensure compliance with CRAN policies.
  • Loading branch information
mef committed Nov 29, 2024
1 parent 20dcbb9 commit 0f9368a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions geography/R-rosm/Makefile
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
# $NetBSD: Makefile,v 1.2 2023/06/10 12:43:39 mef Exp $
# $NetBSD: Makefile,v 1.3 2024/11/29 23:35:40 mef Exp $

R_PKGNAME= rosm
R_PKGVER= 0.2.6
R_PKGVER= 0.3.0
CATEGORIES= geography

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Plot Raster Map Tiles from Open Street Map and Other Sources
LICENSE= gnu-gpl-v2

DEPENDS+= R-prettymapr>=0.2.2:../../geography/R-prettymapr
DEPENDS+= R-rgdal>=1.4.8:../../geography/R-rgdal
DEPENDS+= R-jpeg>=0.1.8.1:../../graphics/R-jpeg
DEPENDS+= R-png>=0.1.7:../../graphics/R-png
DEPENDS+= R-abind>=1.4.5:../../math/R-abind
DEPENDS+= R-plyr>=1.8.6:../../math/R-plyr
DEPENDS+= R-rjson>=0.2.20:../../textproc/R-rjson
DEPENDS+= R-curl>=4.3:../../www/R-curl
DEPENDS+= R-glue-[0-9]*:../../devel/R-glue
DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
DEPENDS+= R-wk-[0-9]*:../../geography/R-wk

# Package suggested but not available: 'cartography'
# Packages suggested but not available: 'tiff', 'vdiffr'

TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
TEST_DEPENDS+= R-cartography-[0-9]*:../../geography/R-cartography

USE_LANGUAGES= # none

Expand Down
8 changes: 4 additions & 4 deletions geography/R-rosm/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2023/06/10 12:43:39 mef Exp $
$NetBSD: distinfo,v 1.5 2024/11/29 23:35:40 mef Exp $

BLAKE2s (R/rosm_0.2.6.tar.gz) = b9038b826a7fef657afe0479d302976b2c8721ed94d1bff150d286be276e0a7d
SHA512 (R/rosm_0.2.6.tar.gz) = 3636e0faae3777c6782fe5b3146dcc5b342ef5c6329e3c4777d6e77f8aafa46ead8c424cd5e9125e34ba199c82f018287821e34ef1584ffda3f7703c2b5bac57
Size (R/rosm_0.2.6.tar.gz) = 442336 bytes
BLAKE2s (R/rosm_0.3.0.tar.gz) = 41d45fe23b44a42b460939b872b25b5982f51fce327776cf4f231838d485ac77
SHA512 (R/rosm_0.3.0.tar.gz) = 13a7234ecab48c548bf27f56ca86530caa8fa47405b023e05365f31c8608842895c93f70db22f58d0b24427b1313da5d7786e9b65a2901d974f025fa95900881
Size (R/rosm_0.3.0.tar.gz) = 707998 bytes

0 comments on commit 0f9368a

Please sign in to comment.