Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

.gitignore 265 B

123456789101112131415161718
  1. # ---> R
  2. # History files
  3. .Rhistory
  4. .Rapp.history
  5. # Example code in package build process
  6. *-Ex.R
  7. # RStudio files
  8. .Rproj.user/
  9. # produced vignettes
  10. vignettes/*.html
  11. vignettes/*.pdf
  12. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  13. .httr-oauth