You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,19 @@
2
2
3
3
***Datasets**
4
4
* 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
7
8
8
9
***Function fixes**
10
+
* Fix re-sampling issue in `pf_simplify()`
9
11
* Fix and refine calculations in `get_detection_days()`
10
12
* Fixes to functions after dependencies update, including:
11
13
-`get_detection_clumps()`
12
14
-`lcp_over_surface()`
13
15
14
16
***Function improvements**
17
+
* Update `.acs_pl()` and `.acs()` internals to check for centroid overlap (to prevent unclear error messages)
15
18
* Update `get_mvt_mobility_from_archival()` with `step_check` argument to check for regular time series
16
19
* Update `dist_btw_receivers()` to handle lon/lat and planar coordinates and return dataframes or matrices
17
20
* Update `check_*()` functions with internal improvements
0 commit comments