-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 997 Bytes
/
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
43
44
45
46
Type: Package
Package: anthonyverse
Title: Various Helper Functions for Data Analysis
Version: 0.2.0
Date: 2023-07-05
Authors@R: person("anthonyokc", , , "anthonyokc@example.com", role = c("aut", "cre"))
Description: A collection of functions that I use for data analysis. This package is a work in progress and will be updated frequently.
License: MIT + file LICENSE
URL: https://github.com/anthonyokc/anthonyverse/
BugReports: https://github.com/anthonyokc/anthonyverse/issues
Depends: R (>= 4.3.1)
Imports:
dplyr,
geojsonsf,
ggplot2,
graphics,
grDevices,
highcharter,
htmltools,
htmlwidgets,
janitor,
jsonlite,
lifecycle,
lubridate,
ojodb,
purrr,
rlang,
scales,
snakecase,
stats,
stringr,
tidycensus,
tidyr,
tigris,
viridis
Suggests:
knitr,
desc,
testthat (>= 2.0),
pkgndep
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3