Package: blaise
Type: Package
Title: Read and Write FWF Files in the Blaise Format
Version: 1.3.4
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 compatibility.
  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), 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
NeedsCompilation: no
Packaged: 2019-05-11 12:02:33 UTC; kingmob
Author: Sjoerd Ophof [aut, cre]
Maintainer: Sjoerd Ophof <sjoerd.ophof@gmail.com>
Repository: CRAN
Date/Publication: 2019-05-15 13:00:03 UTC
