-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.11 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
Package: pangoling
Type: Package
Title: Access to Large Language Model Predictions
Version: 0.0.0.9010
Authors@R: c(
person("Bruno", "Nicenboim",
email = "[email protected]",
role = c( "aut","cre"),
comment = c(ORCID = "0000-0002-5176-3943")),
person("Chris", "Emmerly", role = "ctb"),
person("Giovanni", "Cassani", role = "ctb"),
person("Lisa", "Levinson", role = "rev"),
person("Utku", "Turk", role = "rev")
)
Description: Access to word predictability using large language (transformer) models.
URL: https://bruno.nicenboim.me/pangoling, https://github.com/bnicenboim/pangoling
BugReports: https://github.com/bnicenboim/pangoling/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Imports:
data.table,
memoise,
reticulate,
tidyselect,
tidytable (>= 0.7.2),
utils,
cachem
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
tictoc,
covr,
spelling,
rstudioapi
Config/testthat/edition: 3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr
StagedInstall: yes
Language: en-US