forked from sassoftware/R-swat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.3 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
45
46
47
48
49
Package: swat
Type: Package
Title: SAS Scripting Wrapper for Analytics Transfer (SWAT)
Version: 1.9.0.9000
TKVersion: none
Date: 06JUN2020
Authors@R: c(person("Jared", "Dean", role = c("aut", "cre"),
email = "[email protected]"),
person("Tom", "Weber", role = "aut", email = "[email protected]"),
person("Kevin", "Smith", role = "aut", email = "[email protected]"))
Author: Jared Dean [aut, cre],
Tom Weber [aut, cre],
Kevin Smith [aut]
Maintainer: Kevin Smith <[email protected]>
Description: SWAT provides an R scripting interface to SAS Cloud Analytic Services (CAS).
This enables R programmers to perform analytical functions provided by SAS.
License: file LICENSE
Copyright: Copyright 2017 SAS Institute Inc. All Rights Reserved.
Issues: Enter issues at https://github.com/sassoftware/r-swat/issues.
Depends:
R (>= 3.1.0)
Suggests:
testthat,
xlsx,
knitr
Imports:
httr,
jsonlite,
tools,
methods
Collate:
'datetime.R'
'rswat.R'
'authinfo.R'
'rswat_rest.R'
'swat.R'
'helper.R'
'CAStab.R'
'table_functions.R'
'descriptive_stats.R'
'action.R'
'CASdf.R'
'read_write.R'
'analytical_functions.R'
'graphics.R'
'Ops.R'
'connection_viewer.R'
RoxygenNote: 6.0.1
VignetteBuilder: knitr