tests/testthat/_snaps/gisco-attributions.md

Testing attributions

Code
  gisco_attributions(copyright = TRUE)
Message
  i COPYRIGHT NOTICE

  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: © EuroGeographics for the administrative boundaries
  - FR: © EuroGeographics pour les limites administratives
  - DE: © 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 licence agreements.

Output
  [1] "© EuroGeographics for the administrative boundaries"
Code
  gisco_attributions("da")
Output
  [1] "© EuroGeographics for administrative grænser"
Code
  gisco_attributions("de")
Output
  [1] "© EuroGeographics bezüglich der Verwaltungsgrenzen"
Code
  gisco_attributions("es")
Output
  [1] "© Eurogeographics para los límites administrativos"
Code
  gisco_attributions("FR")
Output
  [1] "© EuroGeographics pour les limites administratives"
Code
  gisco_attributions("fi")
Output
  [1] "© EuroGeographics Association hallinnollisille rajoille"
Code
  gisco_attributions("no")
Output
  [1] "© EuroGeographics for administrative grenser"
Code
  gisco_attributions("sv")
Output
  [1] "© EuroGeographics för administrativa gränser"
Code
  gisco_attributions("xx")
Message
  ! Language xx not supported. Switching to English.
  i Consider contributing: <https://github.com/rOpenGov/giscoR/issues>
Output
  [1] "© EuroGeographics for the administrative boundaries"


Try the giscoR package in your browser

Any scripts or data that you put into this service are public.

giscoR documentation built on Dec. 10, 2025, 9:08 a.m.