Package: geodimension
Type: Package
Title: Definition of Geographic Dimensions
Version: 1.0.0
Authors@R: 
    person(given = "Jose",
           family = "Samos",
           role = c("aut", "cre", "cph"),
           email = "jsamos@ugr.es",
           comment = c(ORCID = "0000-0002-4457-3439"))
Description: The geographic dimension plays a fundamental role 
    in multidimensional systems. To define a geographic dimension 
    in a star schema, we need a table with attributes corresponding 
    to the levels of the dimension. Additionally, we will also need 
    one or more geographic layers to represent the data using this 
    dimension. The goal of this package is to support the definition 
    of geographic dimensions from layers of geographic information 
    related to each other. It makes it easy to define relationships 
    between layers and obtain the necessary data from them.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.1.1
Imports: dplyr, readr, tibble, tidyr, tidyselect, generics, sf,
        magrittr, rlang, pander
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2020-11-26 16:10:46 UTC; jsamos
Author: Jose Samos [aut, cre, cph] (<https://orcid.org/0000-0002-4457-3439>)
Maintainer: Jose Samos <jsamos@ugr.es>
Repository: CRAN
Date/Publication: 2020-11-27 11:40:06 UTC
Built: R 4.1.0; ; 2021-05-27 19:58:46 UTC; unix
