Package: starschemar
Title: Obtaining Stars from Flat Tables
Version: 1.2.3
Authors@R: 
    person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-4457-3439"))
Description: Data in multidimensional systems is obtained from operational
    systems and is transformed to adapt it to the new structure.
    Frequently, the operations to be performed aim to transform a flat
    table into a star schema. Transformations can be carried out using
    professional extract, transform and load tools or tools intended for
    data transformation for end users. With the tools mentioned, this
    transformation can be carried out, but it requires a lot of work. The
    main objective of this package is to define transformations that allow
    obtaining stars from flat tables easily. In addition, it includes
    basic data cleaning, dimension enrichment, incremental data refresh
    and query operations, adapted to this context.
License: MIT + file LICENSE
URL: https://josesamos.github.io/starschemar/,
        https://github.com/josesamos/starschemar
BugReports: https://github.com/josesamos/starschemar/issues
Depends: R (>= 2.10)
Imports: dplyr, generics, methods, purrr, rlang, snakecase, stats,
        tibble, tidyr
Suggests: knitr, pander, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-11-11 10:44:43 UTC; joses
Author: Jose Samos [aut, cre, cph] (<https://orcid.org/0000-0002-4457-3439>)
Maintainer: Jose Samos <jsamos@ugr.es>
Repository: CRAN
Date/Publication: 2023-11-11 11:10:02 UTC
