-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1000 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
Package: amcat4r
Type: Package
Title: Controlling amcat4 from R
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
Version: 4.0.14.9000
Authors@R:
c(person(given = "Wouter",
family = "van Atteveldt",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1237-538X")),
person(given = "Johannes B.",
family = "Gruber",
email = "[email protected]",
role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-9177-1772")))
Imports:
cli,
dplyr,
glue,
httr2,
jsonlite,
methods,
pillar,
purrr,
rappdirs,
remotes,
rlang,
tibble,
utils,
lubridate
Suggests:
covr,
dockr,
rstudioapi,
testthat,
withr
Remotes:
JBGruber/dockr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1