Skip to content

Commit 234f0fb

Browse files
author
Edward Lavender
committed
Update NEWS with recent changes
1 parent 21a1ecc commit 234f0fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

33
* **Datasets**
44
* Rebuild (`RasterLayer`) datasets to fix `no slot of name "srs" for this object of class "RasterLayer"` warning for `dat_gebco` (and downstream errors)
5-
* Replace non-ASCII characters in the `comment` attributes of Coordinate Reference System (CRS) objects to fix
6-
warning for these during R CMD check (`Warning: found non-ASCII strings PROJCRS...`)
5+
* Replace non-ASCII characters in the `comment` attributes of Coordinate Reference System (CRS) objects to fix the
6+
warnings for these during R CMD check (`Warning: found non-ASCII strings PROJCRS...`)
7+
* Set `flapper_run_slow` and `flapper_run_parallel` to `FALSE` on remote
78

89
* **Function fixes**
10+
* Fix re-sampling issue in `pf_simplify()`
911
* Fix and refine calculations in `get_detection_days()`
1012
* Fixes to functions after dependencies update, including:
1113
- `get_detection_clumps()`
1214
- `lcp_over_surface()`
1315

1416
* **Function improvements**
17+
* Update `.acs_pl()` and `.acs()` internals to check for centroid overlap (to prevent unclear error messages)
1518
* Update `get_mvt_mobility_from_archival()` with `step_check` argument to check for regular time series
1619
* Update `dist_btw_receivers()` to handle lon/lat and planar coordinates and return dataframes or matrices
1720
* Update `check_*()` functions with internal improvements

0 commit comments

Comments
 (0)