Skip to content

Commit

Permalink
Update the GitHub repo af 'adespatial': 'adespatial' now belongs to t…
Browse files Browse the repository at this point in the history
…he 'adeverse' organization
  • Loading branch information
aursiber committed Jan 22, 2024
1 parent ef70677 commit ddaaf0f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# adespatial <img src='man/figures/logo.svg' align="right" height="139" />

[![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 [email protected]: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:
Expand All @@ -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:
Expand Down

0 comments on commit ddaaf0f

Please sign in to comment.