-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.12 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
Package: sassy
Type: Package
Title: Makes 'R' Easier for Everyone
Version: 1.2.5
Author: David J. Bosak
Maintainer: David Bosak <dbosak01@gmail.com>
Description: A meta-package that aims to make 'R' easier for everyone,
especially programmers who have a background in 'SAS®' software.
This set of packages brings many useful concepts to 'R', including
data libraries, data dictionaries, formats
and format catalogs, a data step, and a traceable log. The 'flagship'
package is a reporting package that can output in text, rich text, 'PDF',
'HTML', and 'DOCX' file formats.
License: CC0
Encoding: UTF-8
Depends: R (>= 3.6.0)
URL: https://r-sassy.org, https://github.com/dbosak01/sassy
BugReports: https://github.com/dbosak01/sassy/issues
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
tidylog,
magrittr,
covr
Imports: fmtr(>= 1.6.4),
common(>= 1.1.3),
logr(>= 1.3.8),
libr(>= 1.3.3),
reporter(>= 1.4.4),
procs(>= 1.0.6),
datasets,
tools,
utils
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3