-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
36 lines (36 loc) · 828 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
Package: ngramr
Type: Package
Title: Retrieve and Plot Google n-Gram Data
Version: 1.10.0
Date: 2025-01-10
Authors@R: c(
person("Sean", "Carmody", email = "seancarmody@gmail.com", role = c("aut", "cre", "cph"))
)
Maintainer: Sean Carmody <seancarmody@gmail.com>
Description: Retrieve and plot word frequencies through time from the "Google
Ngram Viewer" <https://books.google.com/ngrams>.
Depends:
R (>= 4.0.0)
Imports:
httr,
rlang,
curl,
dplyr (>= 1.0.3),
cli,
tibble,
tidyr,
rjson,
stringr,
ggplot2,
scales,
xml2,
textutils
URL: https://github.com/seancarmody/ngramr
BugReports: https://github.com/seancarmody/ngramr/issues
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Suggests:
testthat
Language: en-AU