-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from r-spatialecology/master
Update 0.2
- Loading branch information
Showing
59 changed files
with
808 additions
and
430 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,7 +1,7 @@ | ||
Type: Package | ||
Package: shar | ||
Title: Species-Habitat Associations | ||
Version: 0.1 | ||
Version: 0.2 | ||
Authors@R: c(person("Maximillian H.K.", "Hesselbarth", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1125-9918")), | ||
person("Marco", "Sciaini", email = "[email protected]", | ||
|
@@ -19,12 +19,15 @@ BugReports: https://github.com/r-spatialecology/shar/issues | |
Depends: R (>= 3.1) | ||
Imports: | ||
classInt, | ||
dplyr, | ||
graphics, | ||
raster, | ||
spatstat | ||
spatstat, | ||
stats, | ||
utils | ||
RoxygenNote: 6.1.1 | ||
Suggests: | ||
covr, | ||
dplyr, | ||
testthat, | ||
knitr, | ||
rmarkdown | ||
|
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,2 +1,14 @@ | ||
# shar 0.2 | ||
* Improvements | ||
* Replaced `cat()` with `message()` for all printing to console | ||
* All defaults set to `n_random = 1` | ||
* `comp_fast` argument equals TRUE if number of points exceed threshold | ||
* `reconstruct_pattern()` stops if energy did not decrease for n iterations | ||
* `reconstruct_marks()` stops if energy did not decrease for n iterations | ||
* `plot_randomized_pattern()` can also plot point patterns | ||
* Bugfixes | ||
* Bug in `fit_point_process()` that more points as present could be removed from simulated pattern | ||
* Bug in `reconstruct_pattern()` that more points as present could be removed from simulated pattern | ||
|
||
# shar 0.1 | ||
* First submission to CRAN |
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
Oops, something went wrong.