-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.72 KB
/
DESCRIPTION
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
42
Package: ratdat
Type: Package
Title: Portal Project Teaching Database
Version: 1.1.0
Authors@R: c(person(given = c("S.K.", "Morgan"),
family = "Ernest",
role = "aut",
comment = c(ORCID = "0000-0002-6026-8530")),
person(given = c("James", "H."),
family = "Brown",
email = "jhbrown@unm.edu",
role = c("aut")),
person(given = c("Thomas", "J."),
family = "Valone",
email = "thomas.valone@slu.edu",
role = c("aut")),
person(given = c("Michael", "J."),
family = "Culshaw-Maurer",
role = "aut",
comment = c(ORCID = "0000-0003-2205-8679"),
email = "culshawmaurer@arizona.edu"),
person(given = c("Ethan", "P."),
family = "White",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6728-7745"),
email = "ethan@weecology.org"))
Description: A simplified version of the Portal Project Database designed for
teaching. It provides a real world example of life-history, population, and
ecological data, with sufficient complexity to teach many aspects of data
analysis and management, but with many complexities removed to allow
students to focus on the core ideas and skills being taught. The full
database (which should be used for research) is available at
<https://github.com/weecology/PortalData>.
Depends:
R (>= 3.5.0)
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3