-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 1.02 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
Package: TARDIS
Title: Temporal Analysis of Reproduction Distributed in Space
Version: 0.0.0.9000
Authors@R:
person(given = "Jeremy B.",
family = "Yoder",
email = "jeremy.b.yoder@pm.me",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5630-0921")
)
Description: TARDIS is a pipeline to model demographic processes in natural populations using observations dispersed in time and space. This package includes functions to acquire and manage suitable training data from the iNaturalist crowdsourcing database, match training records to environmental predictor layers, train and evaluate models, predict from new data, and summarize and analyze predicted trends over time and space.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
dplyr,
rinat,
utils
URL: https://github.com/JBYoderLab/TARDIS
BugReports: https://github.com/JBYoderLab/TARDIS/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3