-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 977 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
37
38
39
40
41
Package: sasctl
Title: The sasctl package enables easy communication between the SAS Viya platform APIs and the R runtime
Version: 0.7.5
Author: Eduardo Hellas
Authors@R: c(
person(given = "Eduardo",
family = "Hellas",
role = c("aut", "cre"),
email = "[email protected]"),
person("SAS", role = c("cph", "fnd"))
)
Maintainer: Eduardo Hellas <[email protected]>
Description: The sasctl package enables easy communication between the SAS Viya platform APIs and the R runtime.
License: file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
pmml,
future,
testthat (>= 3.0.0),
knitr,
rmarkdown,
tidymodels,
xgboost
Config/testthat/edition: 3
Imports:
jsonlite,
httr,
uuid,
furrr,
ROCR,
utils,
reshape2,
methods,
base64enc,
dplyr,
glue
URL: https://sassoftware.github.io/r-sasctl/
VignetteBuilder: knitr