-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.35 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.35 KB
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
50
51
52
53
54
55
Package: blaise
Type: Package
Title: Read and Write FWF Files in the Blaise Format
Version: 1.3.3
Authors@R: person("Sjoerd", "Ophof", email = "sjoerd.ophof@gmail.com",
role = c("aut", "cre"))
Description: Can be used to read and write a fwf with an accompanying blaise datamodel.
When supplying a datamodel for writing, the dataframe will be automatically converted
to that format and checked for compatability.
Supports dataframes, tibbles and LaF objects.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 0.7.2),
readr (>= 1.1.1),
stringr (>= 1.2.0),
utils (>= 3.4.1),
lubridate (>= 1.6.0),
tibble (>= 1.3.3),
tools (>= 3.4.1),
methods (>= 3.4.1),
stats (>= 3.4.1)
Suggests:
testthat,
LaF (>= 0.6.3),
knitr,
rmarkdown
RoxygenNote: 6.1.1
Collate:
'clean_model.R'
'generics.R'
'utils.R'
'variable.R'
'model.R'
'convert_df.R'
'convert_type.R'
'get_model.R'
'read_custom_types.R'
'read_data.R'
'read_data_laf.R'
'read_fwf_blaise.R'
'read_model.R'
'variable_custom.R'
'variable_date.R'
'variable_dummy.R'
'variable_enum.R'
'variable_integer.R'
'variable_real.R'
'variable_string.R'
'write_data.R'
'write_datamodel.R'
'write_fwf_blaise.R'
'write_fwf_blaise_with_model.R'
VignetteBuilder: knitr