-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (27 loc) · 1.06 KB
/
DESCRIPTION
File metadata and controls
28 lines (27 loc) · 1.06 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
Package: suncats
Type: Package
Title: Sunshine Coast Cat Registry
Version: 0.1.0
Authors@R:
c(person("Sung Bum (Simon)",
"Ahn",
role = c("aut", "cre"),
email = "ahns@reed.edu"),
person("Wolfgang",
"Brigtenburg",
role = c("aut"),
email = "wolbright@reed.edu"),
person("Queensland",
"Sunshine Coast Council",
role = c("cph"),
email = "mail@sunshinecoast.qld.gov.au"))
Maintainer: Sung Bum (Simon) Ahn <ahns@reed.edu>
Description:
Sunshine Coast is a local government in Australia that instituted a legal requirement since 2011 to register all domesticated dogs and cats in the region. In this package, we look at cats of Sunshine Coast to see domesticated cats name, breed, color, desexing and gender to assess and track these domestic cats. The council decided to make the data public from 2016, and since the dataset has been monthly updated.
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: tidyverse(>= 1.3.0)
Depends:
R (>= 2.10)