-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 891 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
Package: allhomes
Title: Extract Past Sales Data from Allhomes.com.au
Version: 0.3.0
Authors@R:
person("Maurits", "Evers", , "maurits.evers@gmail.com", role = c("aut", "cre"))
Description: Extract past sales data for specific suburb(s) and year(s) from the Australian property website <https://www.allhomes.com.au>. Allhomes data include the address and property details, date and price of the sale, block size and unimproved value of properties mainly in the ACT and NSW.
Language: en-AU
License: MIT + file LICENSE
Depends: R (>= 4.0)
Imports:
dplyr,
htmltab,
httr,
jsonlite,
magrittr,
purrr,
readr,
rlang,
tibble,
tidyr,
stringr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://mevers.github.io/allhomes/