-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.46 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
Type: Package
Package: sasr
Title: 'SAS' Interface
Version: 0.1.2.9009
Date: 2024-09-16
Authors@R: c(
person("Liming", "Li", , "liming.li@roche.com", role = c("aut", "cre")),
person("Daniel", "Sabanes Bove", , "daniel.sabanes_bove@roche.com", role = "aut"),
person("Isaac", "Gravestock", , "isaac.gravestock@roche.com", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Provides a 'SAS' interface, through
'SASPy'(<https://sassoftware.github.io/saspy/>) and
'reticulate'(<https://rstudio.github.io/reticulate/>). This package
helps you create 'SAS' sessions, execute 'SAS' code in remote 'SAS'
servers, retrieve execution results and log, and exchange datasets
between 'SAS' and 'R'. It also helps you to install 'SASPy' and
create a configuration file for the connection. Please review the
'SASPy' license file as instructed so that you comply with its
separate and independent license.
License: Apache License 2.0
URL: https://github.com/insightsengineering/sasr/,
https://insightsengineering.github.io/sasr/latest-tag/
BugReports: https://github.com/insightsengineering/sasr/issues
Depends:
R (>= 3.6)
Imports:
checkmate,
lifecycle,
reticulate
Suggests:
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
biocViews:
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2