-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the GitHub repo af 'adespatial': 'adespatial' now belongs to t…
…he 'adeverse' organization
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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: | ||
|