-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.02 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
Package: fmtr
Type: Package
Title: Easily Apply Formats to Data
Version: 1.6.5
Author: David Bosak
Maintainer: David Bosak <[email protected]>
Description: Contains a set of functions that can be used to apply
formats to data frames or vectors. The package aims to provide
functionality similar to that of SAS® formats. Formats are assigned to
the format attribute on data frame columns. Then when the fdata()
function is called, a new data frame is created with the column data
formatted as specified. The package also contains a value() function
to create a user-defined format, similar to a SAS® user-defined format.
License: CC0
Encoding: UTF-8
URL: https://fmtr.r-sassy.org, https://github.com/dbosak01/fmtr
BugReports: https://github.com/dbosak01/fmtr/issues
Depends:
R (>= 4.0.0),
common
Suggests:
testthat,
knitr,
rmarkdown,
covr,
logr,
utils,
dplyr,
libr
Imports:
tibble,
stats,
crayon,
Rcpp
RoxygenNote: 7.3.1
VignetteBuilder: knitr
LinkingTo:
Rcpp