-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
58 lines (58 loc) · 1.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: atrrr
Title: Wrapper for the 'AT' Protocol Behind 'Bluesky'
Version: 0.0.3.9000
Authors@R:
c(person(given = "Johannes B.",
family = "Gruber",
email = "JohannesB.Gruber@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9177-1772")),
person(given = "Benjamin",
family = "Guinaudeau",
email = "benjamin.guinaudeau@uni-konstanz.de",
role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-7206-6875")),
person(given = "Fabio",
family = "Votta",
email = "fabio.votta@gmail.com",
role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-3143-5942")))
Description: Wraps the 'AT' Protocol (Authenticated Transfer Protocol) behind
'Bluesky' <https://bsky.social>. Functions can be used for, among others,
retrieving posts and followers from the network or posting content.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
glue,
httr2 (>= 1.0.0),
methods,
purrr,
rlang,
stringr,
snakecase,
tibble,
utils
Depends:
R (>= 4.1)
LazyData: true
Suggests:
askpass,
curl,
dplyr,
forcats,
ggplot2,
ggraph,
igraph,
jsonlite,
knitr,
magick,
rmarkdown,
testthat (>= 3.0.0),
tidygraph,
webshot2
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://jbgruber.github.io/atrrr/, https://github.com/JBGruber/atrrr