-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into make_pkgdown
- Loading branch information
Showing
11 changed files
with
46 additions
and
31 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 |
---|---|---|
|
@@ -2,31 +2,27 @@ Package: Distance | |
License: GPL (>= 2) | ||
Title: Distance Sampling Detection Function and Abundance Estimation | ||
LazyLoad: yes | ||
Authors@R: | ||
c(person(given="David Laurence", | ||
family="Miller", | ||
role="aut"), | ||
person(given="T.J.", | ||
family="Clark-Wolf", | ||
role="aut"), | ||
person(given="Laura", | ||
family="Marshall", | ||
role="cre", | ||
email="[email protected]")) | ||
Authors@R: c( | ||
person("Laura", "Marshall", email = "[email protected]" , role = "cre"), | ||
person("David", "Miller", email = "[email protected]", role = "aut"), | ||
person("T.J.", "Clark-Wolf", role = "aut"), | ||
person("Len", "Thomas", email = "[email protected]", role = "ctb"), | ||
person("Jeff", "Laake", role = "ctb"), | ||
person("Eric", "Rexstad", email = "[email protected]", role = "rev")) | ||
Description: A simple way of fitting detection functions to distance sampling | ||
data for both line and point transects. Adjustment term selection, left and | ||
right truncation as well as monotonicity constraints and binning are | ||
supported. Abundance and density estimates can also be calculated (via a | ||
Horvitz-Thompson-like estimator) if survey area information is provided. See | ||
Miller et al. (2019) <doi:10.18637/jss.v089.i01> for more information on | ||
methods and <https://examples.distancesampling.org/> for example analyses. | ||
Version: 1.0.9 | ||
Version: 2.0.0 | ||
URL: https://github.com/DistanceDevelopment/Distance/ | ||
BugReports: https://github.com/DistanceDevelopment/Distance/issues | ||
Language: en-GB | ||
Depends: | ||
R (>= 3.5.0), | ||
mrds (>= 2.3.0) | ||
mrds (>= 3.0.0) | ||
Imports: | ||
dplyr, | ||
methods, | ||
|
@@ -44,4 +40,4 @@ Suggests: | |
readxl | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
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