-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
42 lines (42 loc) · 1.03 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: tongfen
Type: Package
Title: Make Data Based on Different Geographies Comparable
Version: 0.3.5
Authors@R: c(
person("Jens", "von Bergmann", email = "jens@mountainmath.ca", role = c("aut", "cre"), comment = "creator and maintainer"))
Description: Several functions to allow comparisons of data across different geographies, in particular for Canadian census data from different censuses.
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: yes
LazyData: true
NeedsCompilation: no
Imports:
dplyr (>= 1.0),
tidyr (>= 1.0),
sf,
tibble,
rlang,
purrr,
stringr,
readr,
utils,
lifecycle
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
RColorBrewer,
ggplot2,
geojsonsf,
cancensus,
tidycensus,
spelling,
readxl,
scales
VignetteBuilder: knitr, rmarkdown
URL: https://github.com/mountainMath/tongfen, https://mountainmath.github.io/tongfen/
BugReports: https://github.com/mountainMath/tongfen/issues
Language: en-US
RdMacros: lifecycle
Depends:
R (>= 2.10)