Display of maps. Projection code and larger maps are in separate
2024-11-28 23:39:36 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(geography/R-maps) Updated 3.4.1 to 3.4.2.1, NEWS.md unknown, make test passed
Following files are changed:
% diff -urN maps* |& grep ^diff
diff -urN maps/DESCRIPTION maps-3.4.2.1/DESCRIPTION
diff -urN maps/MD5 maps-3.4.2.1/MD5
diff -urN maps/R/polygon.r maps-3.4.2.1/R/polygon.r
diff -urN maps/man/Spatial2map.Rd maps-3.4.2.1/man/Spatial2map.Rd
diff -urN maps/man/internal2.Rd maps-3.4.2.1/man/internal2.Rd
diff -urN maps/man/map.scale.Rd maps-3.4.2.1/man/map.scale.Rd
diff -urN maps/man/smooth.map.Rd maps-3.4.2.1/man/smooth.map.Rd
diff -urN maps/src/mapget.c maps-3.4.2.1/src/mapget.c
|
2023-06-03 15:04:06 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(gegraphy/R-maps) Updated 3.4.0 to 3.4.1
(R CMD Rdconv -t txt /tmp/geography/R-maps/work/maps/inst/NEWS.Rd)
Changes in maps version 3.4.0 (2021-09-24):
* 'legacy_world' and 'world.legacy()', which were deprecated
for some years, have been removed from the package. The old
database is now available from the companion package
'mapdata' (as of version 2.3.0) where it is called
"worldLores".
* Minor code changes (removal of deprecated macro, small
bugfixes)
* Some corrections to country, island and city names.
|
2022-05-02 12:57:53 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
+TEST_DEPENDS+= (x4) make test passed
|
2022-04-25 14:53:58 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(geography/R-maps) Updated 3.3.0 to 3.4.0, fix build against R-4.2.0
explicit ChangeLog or NEWS.md not found
|
2021-10-26 12:45:18 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:09:33 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Remove SHA1 hashes for distfiles
|
2020-08-09 19:11:46 by Brook Milligan | Files touched by this commit (1) |
Log message:
geography/R-maps: remove MASTER_SITES
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages. Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
|
2020-08-07 15:50:41 by Brook Milligan | Files touched by this commit (3) |
Log message:
geographcy/R-maps: use gmake and remove the patch.
The patch made it possible to comple R-maps with bmake. However, the
intent of upstream is to use gmake, which requires no patches. Therefore,
add USE_TOOLS=gmake and remove the patch.
|