forked from r-spark/sparknlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 827 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
Package: sparknlp
Type: Package
Title: R Interface to John Snow Labs Spark NLP
Version: 0.16.0
Authors@R: c(
person("Dave", "Kincaid", email = "[email protected]", role = c("aut")),
person("Kevin", "Kuo", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7803-7901")),
person(family = "RStudio", role = c("cph"))
)
Maintainer: Dave Kincaid <[email protected]>
Description: This package implements functions to use John Snow Labs Spark NLP with sparklyr.
License: Apache License (>= 2.0)
BugReports: https://github.com/rstudio/sparknlp/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.2),
sparklyr (>= 1.2.0.9000)
Imports:
forge
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3