-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.34 KB
/
Copy pathDESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.34 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: autor
Type: Package
Title: Companion Tools for Work Automation with R
Version: 0.1.0
Authors@R:
person(
given = "Tiger",
family = "Tang",
email = "tigerloveslobsters@gmail.com",
role = c("aut", "cre")
)
Description: Provides datasets, helper functions, and examples that accompany
the book "Work Automation with R". The package supports practical workflows
for data processing, reporting, visualization, document generation, and
interactive applications, helping readers reproduce examples from the book
and adapt them to their own automation projects.
License: MIT + file LICENSE
URL: https://github.com/CodingTigerTang/autor,
https://tigertang.org/book/
BugReports: https://github.com/CodingTigerTang/autor/issues
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
furrr,
ggplot2,
magrittr,
officer,
png,
purrr,
readr,
rlang,
shiny,
tibble,
tidyr,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'app_examples.R'
'utilis.R'
'auto_check.R'
'autor-package.R'
'create_data_files.R'
'data.R'
'data_split.R'
'merger.R'
'plot_helpers.R'
'reports_helpers.R'
'str_after.R'
'str_before.R'
'utils-pipe.R'