Brooke Anderson
Brooke Anderson
Date, authors info (any new emails?)
This is a good resource for addressing this: https://library.wmo.int/doc_num.php?explnum_id=290
From the main function (`get_grid_winds`), output an array with the wind at each grid point at each time step. Then have separate functions to summarize or slice, to get out...
This is in `create_full_track`. Currently, it includes some parts that are to convert track data to a common standard before running the wind model: - Convert the max. winds from...
Can GitHub Actions be used for CI testing for R packages?
See example from Daniel's code
Possibly this will be fixed automatically with using `pkgdown`? (Does CRAN check code in `pkgdown` documentation? May have something to do with using `sf` for mapping in the vignettes. When...