Package: rolap Title: Obtaining Star Databases from Flat Tables Version: 2.5.2.9000 Authors@R: c( person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4457-3439")), person("Universidad de Granada", role = "cph") ) 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 ROLAP (Relational On-Line Analytical Processing) star database. The main objective of the package is to allow the definition of these transformations easily. The implementation of the multidimensional database obtained can be exported to work with multidimensional analysis tools on spreadsheets or relational databases. License: MIT + file LICENSE URL: https://josesamos.github.io/rolap/, https://github.com/josesamos/rolap BugReports: https://github.com/josesamos/rolap/issues Depends: R (>= 4.1.0) Imports: dm, dplyr, methods, purrr, readr, rlang, sf, snakecase, tibble, tidyr, tidyselect, tools, utils, when, xlsx Suggests: DBI, dbplyr, DiagrammeR, DiagrammeRsvg, knitr, lubridate, magrittr, maps, pander, pivottabler, RMariaDB, rmarkdown, RSQLite, stringr, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make default-jdk libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://josesamos.r-universe.dev Date/Publication: 2025-05-22 06:10:00 UTC RemoteUrl: https://github.com/josesamos/rolap RemoteRef: HEAD RemoteSha: 065b0e5904d15e6b393a96cc642b11a7da188b01 NeedsCompilation: no Packaged: 2026-06-16 09:45:37 UTC; root Author: Jose Samos [aut, cre] (ORCID: ), Universidad de Granada [cph] Maintainer: Jose Samos