adespatial

Multivariate Multiscale Spatial Analysis

https://github.com/adeverse/adespatial

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Multivariate Multiscale Spatial Analysis

Basic Info
Statistics
  • Stars: 36
  • Watchers: 5
  • Forks: 7
  • Open Issues: 6
  • Releases: 13
Created almost 11 years ago · Last pushed about 1 year ago
Metadata Files
Readme Codemeta

README.md

adespatial

CRAN_Release_Badge CRAN Downloads R-CMD-check License: GPL v3 Project Status: Active – The project has reached a stable, usable state and is being actively developed. SWH

Multivariate Multiscale Spatial Analysis

This package contains some new functions and many others that were included in development packages hosted in the sedaR project on R-Forge.

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:

r vignette("tutorial", package = "adespatial")

Installing the development version of adespatial

  • Install the release version of remotes from CRAN with install.packages("remotes").

  • Make sure you have a working development environment.

    • Windows: Install Rtools.
    • Mac: Install Xcode from the Mac App Store.
    • Linux: Install a compiler and various development libraries (details vary across different flavors of Linux).

Then:

r remotes::install_github("adeverse/adespatial")

If you do not wish to install the development environments Rtools (Windows) / XCode (Mac), we can supply binary packages of the development version of adespatial on request.

Installing the stable version of adespatial

r install.packages("adespatial")

Loading adespatial

r library("adespatial")

Owner

  • Name: In the ade universe
  • Login: adeverse
  • Kind: organization
  • Location: France

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "adespatial",
  "description": "Tools for the multiscale spatial analysis of multivariate data. Several methods are based on the use of a spatial weighting matrix and its eigenvector decomposition (Moran's Eigenvectors Maps, MEM). Several approaches are described in the review Dray et al (2012) <doi:10.1890/11-1183.1>.",
  "name": "adespatial: Multivariate Multiscale Spatial Analysis",
  "relatedLink": [
    "http://adeverse.github.io/adespatial/",
    "https://CRAN.R-project.org/package=adespatial"
  ],
  "codeRepository": "https://github.com/adeverse/adespatial",
  "issueTracker": "https://github.com/adeverse/adespatial/issues",
  "license": "https://spdx.org/licenses/GPL-2.0",
  "version": "0.3.25",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.4.3 (2025-02-28)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Stéphane",
      "familyName": "Dray",
      "email": "stephane.dray@univ-lyon1.fr",
      "@id": "https://orcid.org/0000-0003-0153-1105"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "David",
      "familyName": "Bauman"
    },
    {
      "@type": "Person",
      "givenName": "Guillaume",
      "familyName": "Blanchet"
    },
    {
      "@type": "Person",
      "givenName": "Daniel",
      "familyName": "Borcard"
    },
    {
      "@type": "Person",
      "givenName": "Sylvie",
      "familyName": "Clappe"
    },
    {
      "@type": "Person",
      "givenName": "Guillaume",
      "familyName": "Guenard",
      "@id": "https://orcid.org/0000-0003-0761-3072"
    },
    {
      "@type": "Person",
      "givenName": "Thibaut",
      "familyName": "Jombart"
    },
    {
      "@type": "Person",
      "givenName": "Guillaume",
      "familyName": "Larocque"
    },
    {
      "@type": "Person",
      "givenName": "Pierre",
      "familyName": "Legendre",
      "@id": "https://orcid.org/0000-0002-3838-3305"
    },
    {
      "@type": "Person",
      "givenName": "Naima",
      "familyName": "Madi"
    },
    {
      "@type": "Person",
      "givenName": "Hélène H",
      "familyName": "Wagner"
    },
    {
      "@type": "Person",
      "givenName": "Aurélie",
      "familyName": "Siberchicot",
      "email": "aurelie.siberchicot@univ-lyon1.fr",
      "@id": "https://orcid.org/0000-0002-7638-8318"
    },
    {
      "@type": "Person",
      "givenName": "John",
      "familyName": "Chambers",
      "email": "jmc@r-project.org"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Aurélie",
      "familyName": "Siberchicot",
      "email": "aurelie.siberchicot@univ-lyon1.fr",
      "@id": "https://orcid.org/0000-0002-7638-8318"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ape",
      "name": "ape",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ape"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "betapart",
      "name": "betapart",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=betapart"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "ade4",
      "name": "ade4",
      "version": ">= 1.7-13",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ade4"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "adegraphics",
      "name": "adegraphics",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=adegraphics"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "adephylo",
      "name": "adephylo",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=adephylo"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "sp",
      "name": "sp",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=sp"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "spdep",
      "name": "spdep",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=spdep"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "lattice",
      "name": "lattice",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=lattice"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "methods",
      "name": "methods"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "grDevices",
      "name": "grDevices"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "graphics",
      "name": "graphics"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "MASS",
      "name": "MASS",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=MASS"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "stats",
      "name": "stats"
    },
    "12": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "13": {
      "@type": "SoftwareApplication",
      "identifier": "shiny",
      "name": "shiny",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=shiny"
    },
    "14": {
      "@type": "SoftwareApplication",
      "identifier": "vegan",
      "name": "vegan",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=vegan"
    },
    "15": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5.0"
    },
    "SystemRequirements": null
  },
  "fileSize": "2135.1KB",
  "citation": [
    {
      "@type": "SoftwareSourceCode",
      "author": [
        {
          "@type": "Person",
          "givenName": "St{\\'e}phane",
          "familyName": "Dray"
        },
        {
          "@type": "Person",
          "givenName": "David",
          "familyName": "Bauman"
        },
        {
          "@type": "Person",
          "givenName": "Guillaume",
          "familyName": "Blanchet"
        },
        {
          "@type": "Person",
          "givenName": "Daniel",
          "familyName": "Borcard"
        },
        {
          "@type": "Person",
          "givenName": "Sylvie",
          "familyName": "Clappe"
        },
        {
          "@type": "Person",
          "givenName": "Guillaume",
          "familyName": "Gu{\\'e}nard"
        },
        {
          "@type": "Person",
          "givenName": "Thibaut",
          "familyName": "Jombart"
        },
        {
          "@type": "Person",
          "givenName": "Guillaume",
          "familyName": "Larocque"
        },
        {
          "@type": "Person",
          "givenName": "Pierre",
          "familyName": "Legendre"
        },
        {
          "@type": "Person",
          "givenName": "Naima",
          "familyName": "Madi"
        },
        {
          "@type": "Person",
          "givenName": [
            "Helene",
            "H"
          ],
          "familyName": "Wagner"
        }
      ],
      "name": "{adespatial}: Multivariate Multiscale Spatial Analysis",
      "url": "https://CRAN.R-project.org/package=adespatial",
      "description": "R package version 0.3-25"
    },
    {
      "@type": "ScholarlyArticle",
      "datePublished": "2022",
      "author": [
        {
          "@type": "Person",
          "givenName": "Guillaume",
          "familyName": "Gu{\\'e}nard"
        },
        {
          "@type": "Person",
          "givenName": "Pierre",
          "familyName": "Legendre"
        }
      ],
      "name": "Hierarchical Clustering with Contiguity Constraint in {R}",
      "identifier": "10.18637/jss.v103.i07",
      "pagination": "1--26",
      "@id": "https://doi.org/10.18637/jss.v103.i07",
      "sameAs": "https://doi.org/10.18637/jss.v103.i07",
      "isPartOf": {
        "@type": "PublicationIssue",
        "issueNumber": "7",
        "datePublished": "2022",
        "isPartOf": {
          "@type": [
            "PublicationVolume",
            "Periodical"
          ],
          "volumeNumber": "103",
          "name": "Journal of Statistical Software"
        }
      }
    }
  ],
  "readme": "https://github.com/adeverse/adespatial/blob/master/README.md",
  "contIntegration": "https://github.com/adeverse/adespatial/actions/workflows/R-CMD-check.yaml",
  "developmentStatus": "https://www.repostatus.org/#active"
}

GitHub Events

Total
  • Create event: 3
  • Release event: 3
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 1
  • Push event: 16
  • Pull request event: 3
Last Year
  • Create event: 3
  • Release event: 3
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 1
  • Push event: 16
  • Pull request event: 3

Packages

  • Total packages: 1
  • Total downloads:
    • cran 7,922 last-month
  • Total dependent packages: 5
  • Total dependent repositories: 12
  • Total versions: 29
  • Total maintainers: 1
cran.r-project.org: adespatial

Multivariate Multiscale Spatial Analysis

  • Versions: 29
  • Dependent Packages: 5
  • Dependent Repositories: 12
  • Downloads: 7,922 Last month
Rankings
Dependent repos count: 8.4%
Dependent packages count: 9.4%
Forks count: 9.7%
Stargazers count: 10.0%
Average: 10.0%
Downloads: 12.7%
Last synced: 10 months ago