Skip to content

Commit

Permalink
Package with roxygen2
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Aug 13, 2022
1 parent 610c22a commit 61f64f2
Showing 1 changed file with 2 additions and 74 deletions.
76 changes: 2 additions & 74 deletions R/mapSpain-package.R
Original file line number Diff line number Diff line change
@@ -1,77 +1,5 @@
#' mapSpain package
#'
#' @name mapSpain-package
#'
#' @aliases mapSpain
#'
#' @docType package
#'
#' @details
#'
#' | | |
#' | :--- | :-- |
#' | **Package** | mapSpain |
#' | **Type** | Package |
#' | **Version** | `r packageVersion("mapSpain")` |
#' | **Date** | `r format(Sys.Date(), "%Y")` |
#' | **License** | GPL-3 |
#' | **LazyLoad** | yes |
#

#' @description \if{html}{\figure{logo.png}{options: width=120 alt="mapSpain logo" align='right'}}
#' This package provides Administrative Boundaries of Spain based on
#' the GISCO (Geographic Information System of the Commission) Eurostat
#' database and CartoBase SIANE from
#' Instituto Geográfico Nacional.
#'
#'
#' @source
#' [GISCO webpage](https://ec.europa.eu/eurostat/web/gisco/geodata)
#'
#' @references See `citation("mapSpain")`.
#'
#' @seealso
#' Useful links:
#' * <https://ropenspain.github.io/mapSpain/>
#' * <https://github.com/rOpenSpain/mapSpain>
#' * Report bugs at <https://github.com/rOpenSpain/mapSpain/issues>
#'
#' @keywords package
#'
#' @details
#'
#' # COPYRIGHT NOTICE (IGN)
#'
#' This package uses data from CartoBase SIANE, provided by Instituto
#' Geografico Nacional (IGN):
#'
#' Atlas Nacional de España (ANE)
#' [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
#' [ign.es](https://www.ign.es/)
#'
#' # COPYRIGHT NOTICE (GISCO)
#'
#' When data downloaded from GISCO
#' is used in any printed or electronic publication,
#' in addition to any other provisions
#' applicable to the whole Eurostat website,
#' data source will have to be acknowledged
#' in the legend of the map and
#' in the introductory page of the publication
#' with the following copyright notice:
#' * EN: (C) EuroGeographics for the administrative boundaries
#' * FR: (C) EuroGeographics pour les limites administratives
#' * DE: (C) EuroGeographics bezüglich der Verwaltungsgrenzen
#'
#' For publications in languages other than
#' English, French or German,
#' the translation of the copyright notice
#' in the language of the publication shall be used.
#'
#' If you intend to use the data commercially,
#' please contact EuroGeographics for
#' information regarding their license agreements.
NULL
#' @keywords internal
"_PACKAGE"

# import stuffs
#' @importFrom utils download.file unzip
Expand Down

0 comments on commit 61f64f2

Please sign in to comment.