-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
51 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
Type: Package | ||
Package: GeoThinneR | ||
Title: Simple Spatial Thinning for Ecological and Spatial Analysis | ||
Version: 1.0.0 | ||
Version: 1.1.0 | ||
Authors@R: | ||
person("Jorge", "Mestre-Tomás", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-8983-3417")) | ||
Description: Provides efficient geospatial thinning algorithms to reduce | ||
the density of coordinate data while maintaining spatial | ||
relationships. Implements K-D Tree Approximate Nearest Neighbors | ||
(ANN), R-Tree, and brute force thinning methods. It uses a modified version | ||
of the R-tree structure from the 'rtree' package | ||
<https://github.com/akoyabio/rtree>. The modified version can be downloaded | ||
from <https://github.com/jmestret/rtree>. | ||
For more information on the methods, see | ||
Elseberg et al. (2012) <https://hdl.handle.net/10446/86202>. | ||
relationships. Implements K-D Tree and brute-force distance-based | ||
thinning, as well as grid-based and precision-based thinning methods. | ||
For more information on the methods, see Elseberg et al. (2012) | ||
<https://hdl.handle.net/10446/86202>. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/jmestret/GeoThinneR, | ||
https://jmestret.github.io/GeoThinneR/ | ||
|
@@ -32,14 +29,11 @@ Suggests: | |
ggplot2, | ||
knitr, | ||
rmarkdown, | ||
rtree, | ||
sf, | ||
testthat (>= 3.0.0), | ||
tibble | ||
LinkingTo: | ||
Rcpp | ||
Remotes: | ||
jmestret/rtree | ||
VignetteBuilder: | ||
knitr | ||
BuildVignettes: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# GeoThinneR (development version) | ||
|
||
# GeoThinneR 1.1.0 | ||
|
||
* Removed non-CRAN dependency (`rtree`) and associated functions related to R-Trees structure thinning method (`r_tree_thinning()`). | ||
* Minor improvements to documentation. | ||
|
||
# GeoThinneR 1.0.0 | ||
|
||
* Initial release! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.