-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
41 lines (41 loc) · 868 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
Package: tidywebverse
Title: Easily Install and Load Select Packages
Version: 0.0.1
Authors@R: c(
person("Michael Wayne", "Kearney", , email = "[email protected]", role = c("aut", "cre"))
)
Description: The 'tidywebverse' is selection of packages designed to be loaded
in concert. The purpose of this package is to make it easy to install and
subsequently load those packages.
Depends:
R (>= 3.1)
Imports:
cli (>= 1.0.0),
crayon (>= 1.3.4),
dplyr,
purrr,
rstudioapi (>= 0.7),
tibble (>= 1.4.2),
curl,
jsonlite,
httr,
xml2,
rvest,
stringi,
gdns,
urltools,
iptools,
seleniumPipes,
webdriver,
HARtools,
xslt,
V8,
webreadr,
openssl,
splashr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Suggests:
testthat
License: MIT + file LICENSE