-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.14 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
Package: hackeRnews
Title: Wrapper for the 'Official Hacker News' API
Version: 0.2.1
Authors@R: c(
person(given = "Ryszard",
family = "Szymanski",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Piotr", family = "Janus", role = c("aut")),
person(given = "Zuzanna", family = "Magierska", role = c("aut")),
person(given = "Rafal", family = "Muszynski", role = c("aut")),
person(given = "Andrzej", family = "Nowikowski", role = c("aut"))
)
Maintainer: Ryszard Szymanski <[email protected]>
Description: Use the <https://hacker-news.firebaseio.com/v0/> API through R. Retrieve
posts, articles and other items in form of convenient R objects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
covr,
testthat (>= 2.1.0),
httptest,
knitr,
rmarkdown,
spelling
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
utils,
httr,
jsonlite,
tibble,
future.apply
VignetteBuilder: knitr
URL: https://github.com/szymanskir/hackeRnews
BugReports: https://github.com/szymanskir/hackeRnews/issues
Language: en-US