From ddaaf0f3964059ceb610e6221045d3eeacf9f8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Siberchicot?= Date: Mon, 22 Jan 2024 11:22:50 +0100 Subject: [PATCH] Update the GitHub repo af 'adespatial': 'adespatial' now belongs to the 'adeverse' organization --- DESCRIPTION | 4 ++-- README.md | 20 ++++++++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0110e95..8e2bf72 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -37,8 +37,8 @@ Imports: vegan Suggests: knitr, ape, rmarkdown, betapart License: GPL (>= 2) -URL: https://github.com/sdray/adespatial, http://sdray.github.io/adespatial/ -BugReports: https://github.com/sdray/adespatial/issues +URL: https://github.com/adeverse/adespatial, http://adeverse.github.io/adespatial/ +BugReports: https://github.com/adeverse/adespatial/issues Encoding: UTF-8 NeedsCompilation: yes RoxygenNote: 7.2.3 diff --git a/README.md b/README.md index a22c0f9..528c163 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,27 @@ # adespatial -[![R-CMD-check](https://github.com/sdray/adespatial/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sdray/adespatial/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/adeverse/adespatial/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/adeverse/adespatial/actions/workflows/R-CMD-check.yaml) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-ago/adespatial)](http://cran.r-project.org/package=adespatial) [![CRAN Downloads](https://cranlogs.r-pkg.org/badges/adespatial)](https://cran.r-project.org/package=adespatial) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) Multivariate Multiscale Spatial Analysis +--------------------------- + +**Please note! Since January 2024, this repository has belonged to the *adeverse* organization.** +To avoid confusion, we strongly recommend updating any existing local clones to point to the new +repository URL. You can do this by using `git remote` on the command line: + +`git remote set-url origin git@github.com:adeverse/ade4.git` + +or + +`git remote set-url origin https://github.com/adeverse/ade4.git` + +--------------------------- + + This package contains some new functions and many others that were included in development packages hosted in the sedaR project on [R-Forge](https://r-forge.r-project.org/R/?group_id=195). For instance, `adespatial` includes the `forward.sel` function (formerly in `packfor`) and all functions of `spacemakeR`. To have an overview of the package, read the vignette after installing the package by: @@ -29,7 +45,7 @@ Then: ```r library(devtools) -install_github("sdray/adespatial") +install_github("adeverse/adespatial") ``` The stable version can be installed from CRAN using: