-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 986 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: grocerycart
Title: Collect, Clean & Analyze Grocery Data from elGrocer & Ocado
Version: 0.0.0.9000
Authors@R:
person("Mo", "Amiri", , "[email protected]", role = c("aut", "cre"))
Description: Scraper functions that collect data from 2 online grocery
services, wrangling functions to clean the data collected, and helper
functions to analyze the data.
License: MIT + file LICENSE
Imports:
beepr,
crayon,
dplyr,
magrittr,
netstat,
purrr,
readr,
rlang,
RSelenium,
rvest,
stats,
stringr,
tibble,
tidyr,
wdman
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/moamiristat/grocerycart
BugReports: https://github.com/moamiristat/grocerycart/issues
Suggests:
rmarkdown,
knitr,
prettydoc,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
LazyDataCompression: xz
VignetteBuilder:
knitr,
rmarkdown