Skip to content

Commit d7f85bc

Browse files
authored
Merge pull request #96 from wevertonbio/main
Remove data source from chelsa rasters
2 parents e2e6308 + 7def00a commit d7f85bc

File tree

8 files changed

+14
-28
lines changed

8 files changed

+14
-28
lines changed

R/data.R

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@ NULL
377377
#' Raster layer containing bioclimatic variables representing Last Glacial
378378
#' Maximum (LGM) climatic conditions based on the CCSM4 General Circulation
379379
#' Model (GCM). The variables were resampled to 10arc-minutes and masked using
380-
#' the `m` provided in the package. Data sourced from CHELSA:
381-
#' \url{https://chelsa-climate.org/last-glacial-maximum-climate/}
380+
#' the `m` provided in the package.
382381
#'
383382
#' @format A `SpatRaster` object.
384383
#'
@@ -400,8 +399,7 @@ NULL
400399
#' Raster layer containing bioclimatic variables representing Last Glacial
401400
#' Maximum (LGM) climatic conditions based on the CNRM-CM5 General Circulation
402401
#' Model. The variables were resampled to 10arc-minutes and masked using the `m`
403-
#' provided in the package. Data sourced from CHELSA:
404-
#' \url{https://chelsa-climate.org/last-glacial-maximum-climate/}
402+
#' provided in the package.
405403
#'
406404
#' @format A `SpatRaster` object.
407405
#'
@@ -422,8 +420,7 @@ NULL
422420
#' Raster layer containing bioclimatic variables representing Last Glacial
423421
#' Maximum (LGM) climatic conditions based on the FGOALS-g2 General Circulation
424422
#' Model. The variables were resampled to 10arc-minutes and masked using the `m`
425-
#' provided in the package. Data sourced from CHELSA:
426-
#' \url{https://chelsa-climate.org/last-glacial-maximum-climate/}
423+
#' provided in the package.
427424
#'
428425
#' @format A `SpatRaster` object.
429426
#'
@@ -444,8 +441,7 @@ NULL
444441
#' Raster layer containing bioclimatic variables representing Last Glacial
445442
#' Maximum (LGM) climatic conditions based on the IPSL-CM5A-LR General
446443
#' Circulation Model. The variables were resampled to 10arc-minutes and masked
447-
#' using the `m` provided in the package. Data sourced from CHELSA:
448-
#' \url{https://chelsa-climate.org/last-glacial-maximum-climate/}
444+
#' using the `m` provided in the package.
449445
#'
450446
#' @format A `SpatRaster` object.
451447
#'
@@ -466,8 +462,7 @@ NULL
466462
#' Raster layer containing bioclimatic variables representing Last Glacial
467463
#' Maximum (LGM) climatic conditions based on the MIROC-ESM General Circulation
468464
#' Model. The variables were resampled to 10arc-minutes and masked using the `m`
469-
#' provided in the package. Data sourced from CHELSA:
470-
#' \url{https://chelsa-climate.org/last-glacial-maximum-climate/}
465+
#' provided in the package.
471466
#'
472467
#' @format A `SpatRaster` object.
473468
#'
@@ -488,8 +483,7 @@ NULL
488483
#' Raster layer containing bioclimatic variables representing Last Glacial
489484
#' Maximum (LGM) climatic conditions based on the MPI-ESM-P General Circulation
490485
#' Model. The variables were resampled to 10arc-minutes and masked using the `m`
491-
#' provided in the package. Data sourced from CHELSA:
492-
#' \url{https://chelsa-climate.org/last-glacial-maximum-climate/}
486+
#' provided in the package.
493487
#'
494488
#' @format A `SpatRaster` object.
495489
#'
@@ -510,8 +504,7 @@ NULL
510504
#' Raster layer containing bioclimatic variables representing Last Glacial
511505
#' Maximum (LGM) climatic conditions based on the MRI-CGCM3 General Circulation
512506
#' Model. The variables were resampled to 10arc-minutes and masked using the `m`
513-
#' provided in the package. Data sourced from CHELSA:
514-
#' \url{https://chelsa-climate.org/last-glacial-maximum-climate/}
507+
#' provided in the package.
515508
#'
516509
#' @format A `SpatRaster` object.
517510
#'

man/chelsa_lgm_ccsm4.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chelsa_lgm_cnrm_cm5.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chelsa_lgm_fgoals_g2.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chelsa_lgm_ipsl.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chelsa_lgm_miroc.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chelsa_lgm_mpi.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chelsa_lgm_mri.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)