Package: blaise
Type: Package
Title: Read and Write FWF Files in the 'Blaise' Format
Version: 1.3.11
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.
    Blaise is the software suite built by Statistics Netherlands (CBS). It is essentially a 
    way to write and collect surveys and perform statistical analysis on the data. It stores its data in 
    fixed width format with an accompanying metadata file, this is the Blaise format. The package automatically 
    interprets this metadata and reads the file into an R dataframe.
    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.
    For more information about 'Blaise', see <https://blaise.com/products/general-information>. 
License: GPL-3
Encoding: UTF-8
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: 7.2.3
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: 2023-12-08 10:40:26 UTC; rstudio
Author: Sjoerd Ophof [aut, cre]
Maintainer: Sjoerd Ophof <sjoerd.ophof@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-08 11:00:09 UTC
Built: R 4.3.1; ; 2023-12-08 12:16:46 UTC; unix
