Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.32 KB

File metadata and controls

51 lines (39 loc) · 2.32 KB

Test environments

OK on devtools::check(): 0 errors ✔ | 0 warnings ✔ | 0 notes ✔

OK on devtools::check_win_devel() see here: https://win-builder.r-project.org/Ib8Ob5Zfm4KB/00check.log

OK on R-hub see here: https://github.com/ccamlr/CCAMLRGIS/actions/runs/22611909725

Notes about CRAN edits

V4.3.1

  • Improved DensifyData(), assign_areas() and create_PolyGrids().

Previous versions

  • Improved create_Arrow(), fixed crs for Coast and load_Coastline().
  • Added create_Ellipse() and create_CircularArrow(). Improved get_iso_polys().
  • Optimized create_Arrow().
  • Modified add_Legend() behavior. Updated add_Cscale(), get_iso_polys() and Basemaps.
  • Added create_Hashes() and add_Legend() functions. Modified get_iso_polys().
  • Updated SmallBathy() and coastline accessed by load_Coastline().
  • Added Rotate_obj() function.
  • Added create_Arrow() function. Fixed bug in seabed_area(). SmallBathy is now a function, not an object.
  • Improved add_Cscale() and updated SmallBathy.
  • Improved create_Pies().
  • Improved DensifyData().
  • Added get_iso_polys() function.
  • Moved all operations from sp/raster to sf/terra. Added get_C_intersection() function.
  • Now the vignette links to the GitHub README to avoid CRAN Checks issues.
  • Added create_Pies() and add_PieLegend() functions.
  • Added load_Bathy() function.
  • Shortened Vignette to pass CRAN tests.
  • Added area and centroid for each cell created using create_PolyGrids().
  • Moved to using EPSG codes in spatial operations.
  • Added NamesIn parameter in create_x functions.
  • Changed handling of packages dependencies.
  • Changed crs argument to accommodate rgdal and sp updates.
  • Modified create_PolyGrids() function to avoid locations falling on edges between cells.
  • Added p4s argument in load functions to force the Lambert azimuthal equal-area projection when loading via GEOJSON.
  • replaced T by TRUE and F by FALSE.
  • on.exit() was used in the get_depths function (option call is needed to produce acurate contours).
  • cat() was replaced by either warning() or message() when needed.
  • replaced dontrun{} by donttest{} (necessary because some example are slow, because they use a call to load a GEOJSON file from an online source - and this seems slow during checks()).
  • modified par() calls as requested.
  • directed save() calls to temp directory.
  • added more details in description file.