The NetBSD Project

CVS log for pkgsrc/geography/R-rnaturalearthdata/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / geography / R-rnaturalearthdata

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 28 14:09:12 2024 UTC (3 months, 2 weeks ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
(geography/R-rnaturalearthdata) Updated 0.1.0 to 1.0.0

# rnaturalearthdata 1.0.0

## Breaking changes

This release introduces breaking changes by discontinuing support for
the `sp` object in favor of `sf`. Although the `sp` object is still
available on CRAN, it is no longer being actively developed
(https://geocompx.org/post/2023/rgdal-retirement/). This is the main
reason that prompted the decision to transition to `sf`.

Here is the list of affected objects that are now returned as Spatial Feature (`sf`):

| coastline110      | world coastlines from Natural Earth               |
| ----------------- | ------------------------------------------------- |
| coastline50       | world coastlines from Natural Earth               |
| countries110      | world country polygons from Natural Earth         |
| countries50       | world country polygons from Natural Earth         |
| map_units110      | world map_unit polygons from Natural Earth        |
| map_units50       | world map_unit polygons from Natural Earth        |
| sovereignty110    | world sovereignty polygons from Natural Earth     |
| sovereignty50     | world sovereignty polygons from Natural Earth     |
| states50          | state (admin level 1) polygons from Natural Earth |
| tiny_countries110 | tiny countries points from Natural Earth          |
| tiny_countries50  | tiny countries points from Natural Earth          |

If changing the return type to `sf` causes too many issues with your
existing code, you can still convert it back to `sp`.

```
# option 1
sf::as_Spatial(x)


# option 2
as(x, "Spatial")
```

More information about the retirement of `rgdal`, `rgeos` and
`maptools`: https://r-spatial.org/r/2022/04/12/evolution.html

# rnaturalearthdata 0.2.1 2023-03-06

- update data to [Natural Earth
  v5.1.2](https://github.com/nvkelso/natural-earth-vector/blob/master/CHANGELOG).

- add github action to automate data updates

# rnaturalearthdata 0.2.0

- update data to new version [Natural Earth
  v4.1](https://www.naturalearthdata.com/blog/miscellaneous/natural-earth-v4-1-0-release-notes/)
  released May 2018.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:45:06 2021 UTC (3 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
geography: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:09:21 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
geography: Remove SHA1 hashes for distfiles

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 9 15:28:57 2020 UTC (4 years, 7 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
geography/R-rnaturalearthdata: import R-rnaturalearthdata-0.1.0

Vector map data from <http://www.naturalearthdata.com/>. Access
functions are provided in the accompanying package 'rnaturalearth'.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>