cedadev / ceda-jaspy-envs

Conda (Jaspy) environments for CEDA/JASMIN
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

R package "maps" #48

Closed agstephens closed 1 year ago

agstephens commented 4 years ago

Can we install "maps" for R, see:

https://secure.helpscout.net/conversation/1287931402/38435?folderId=3874196

Test with:

library(maps)
​
​# test with
​map.cities
alaniwi commented 2 years ago

conda package r-maps. Environment resolves but test needs to be added per above.

alaniwi commented 2 years ago

Above test just prints the function. Testing with map.cities() by itself gives blank map. Can test with

map("world", "UK")
map.cities()

(Slightly messy because it also shows cities outside the UK within the plot area, but not worth refining.)

alaniwi commented 1 year ago

Done.