Package: geouy
Type: Package
Title: Geographic Information of Uruguay
Version: 0.2.4
Authors@R: c(
	      person(given = "Richard", 
	      family = "Detomasi", 
	      email = "richard.detomasi@gmail.com",
	      role = c("aut", "cre"), 
	      comment = c(ORCID = "0000-0002-6725-0261")),
        person(family = "Ministerio de Desarrollo Social, Uruguay (MIDES)", role = "dtc"),
        person(family = "Infraestrutura de Datos Espaciales, Uruguay (IDE)", role = "dtc"),
        person(family = "Servicio Geográfico Militar, Uruguay (SGM)", role = "dtc"),
        person(family = "Ministerio de Transporte y Obras Públicas, Uruguay (MTOP)", role = "dtc"),
        person(family = "Instituto Nacional de Estadística, Uruguay (INE)", role = "dtc"),
        person(family = "Instituto Geográfico Militar, Uruguay (IGM)", role = "dtc"),
        person(family = "Ministerio de Vivienda, Ordenamiento Territorial y Medio Ambiente, Uruguay (MVOTMA)", role = "dtc")
	      )
Maintainer: Richard Detomasi <richard.detomasi@gmail.com>
Description: The toolbox have functions to load and process geographic information for Uruguay. 
        And extra-function to get address coordinates and orthophotos through the uruguayan 'IDE' API <https://www.gub.uy/infraestructura-datos-espaciales/tramites-y-servicios/servicios/servicio-direcciones-geograficas>.
BugReports: https://github.com/RichDeto/geouy/issues
License: GPL-3
Depends: R (>= 3.4.0)
Language: en, es
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1
SystemRequirements: C++11, GDAL (>= 3.0.2), GEOS (>= 3.8.0), PROJ (>= 6.2.1)
Imports:
	rlang,
	RCurl, curl,
	dplyr,
	glue,
	stringr,
	ggplot2,
	ggthemes,
	ggspatial,
	methods,
	magrittr,
	fs, 
	sf,
	assertthat,
  viridis, 
  raster, 
  rgdal, 
  sp, 
  knitr
Suggests:
    rmarkdown,
    covr,
    learnr
VignetteBuilder: knitr
