Closed dicook closed 3 years ago
Thanks @dicook, I think that's a good idea. I recently implemented that approach in the strayr
package (see here https://github.com/runapp-aus/strayr/blob/master/R/read_absmaps.R), allowing users to download files from the absmapsdata repo, eg:
strayr::read_absmaps("sa42021")
strayr::read_absmaps(area = "sa4", year = "2021")
It might be better to keep absmapsdata
as is (big, heavy and off CRAN), but try to get strayr
on CRAN. What do you think?
I think its good to get strayr on CRAN as a priority, but it doesn't provide maps, right? so there is some benefit of having absmapsdata on CRAN too.
strayr does (now) provide access to maps via the strayr::read_absmaps
function
Oh, that’s all that is needed then!
Sent from my iPhone
On 9 Oct 2021, at 8:27 pm, Will Mackey @.***> wrote:
strayr does (now) provide access to maps via the strayr::read_absmaps function
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Will, you could follow the style of https://github.com/kevinwang09/learningtower to get the package on CRAN. We elected to provide a small data set in the package, and functions to download the full data from GitHub.