-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.26 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: GenEst
Title: Generalized Mortality Estimator
Version: 1.4.9
Date: 2023-05-25
Authors@R: c(
person("Daniel", "Dalthorp", , "ddalthorp@protonmail.com", c("aut", "cre")),
person("Juniper", "Simonis", , "simonis@dapperstats.com", "aut"),
person("Lisa", "Madsen", , "madsenl@oregonstate.edu", "aut"),
person("Manuela", "Huso", , "mhuso@usgs.gov", "aut"),
person("Paul", "Rabie", , "prabie@west-inc.com", "aut"),
person("Jeffrey", "Mintz", , "mintzj@oregonstate.edu", "aut"),
person("Robert", "Wolpert", , "wolpert@stat.duke.edu", "aut"),
person("Jared", "Studyvin", , "jstudyvin@west-inc.com", "aut"),
person("Franzi", "Korner-Nievergelt", , "fraenzi.korner@oikostat.ch", "aut"))
Description: Command-line and 'shiny' GUI implementation of the GenEst models for estimating bird and bat mortality at wind and solar power facilities, following Dalthorp, et al. (2018) <doi:10.3133/tm7A2>.
Depends: R (>= 3.5.0)
License: CC0
Encoding: UTF-8
LazyData: true
Imports:
DT,
gsl,
gtools,
hellno,
htmltools,
lubridate,
MASS,
matrixStats,
mvtnorm,
Rcpp,
shiny (>= 1.4.0),
shinyjs,
survival
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
LinkingTo: Rcpp