forked from guhjy/SPSStoR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 867 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
Package: SPSStoR
Version: 0.3.0
Author@R: person("Brandon", "LeBeau", email = "lebebr01+SPSStoR@gmail.com",
role = c("aut", "cre"))
Title: Convert SPSS Syntax to R Syntax
Description: It is common for users to have syntax or inherit syntax from different
statistical programming languages. If a user is not proficient in that language,
it is helpful to convert the syntax into a syntax that is more familiar. The benefits
are that the user can better understand the syntax to implement. Another advantage is
for new users of R that have working SPSS code to compare the converted syntax.
Depends:
R (>= 3.3.0),
stats,
stringr
Suggests:
shiny,
testthat
Imports:
utils
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 5.0.1
Author: Brandon LeBeau [aut, cre]
Maintainer: Brandon LeBeau <lebebr01+SPSStoR@gmail.com>