-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
46 lines (45 loc) · 1.27 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
Package: rhousehunter
Title: Simplify House-Hunting
Version: 0.0.0.9000
Authors@R: c(person(given = "Ela",
family = "Bandari",
role = "aut"),
person(given = "Junting",
family = "He",
role = "aut"),
person(given = "Elina",
family = "Lin",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Alex",
family = "Truong",
role = "aut"))
Description: This R package includes four functions that simplify rental searching on Craigslist: scrape rental websites on Craiglist, clean the data, filter the data by user inputs, and email users with the organized information.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/UBC-MDS/rhousehunter
BugReports: https://github.com/UBC-MDS/rhousehunter/issues
Config/testthat/edition: 3
Imports:
polite,
rvest,
tibble,
xml2,
testthat,
dplyr,
stringr,
httr,
readr,
rlang,
emayili,
qpdf
Suggests:
covr,
knitr,
rmarkdown
Depends:
R (>= 2.10)
VignetteBuilder: knitr