Skip to content

Commit

Permalink
Address some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed May 18, 2024
1 parent 4c5f9a9 commit 763b5fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ Ordination methods, diversity analysis and other functions for community and
vegetation ecologists.

<!-- badges: start -->
[![R build
status](https://github.com/vegandevs/vegan/workflows/R-CMD-check/badge.svg)](https://github.com/vegandevs/vegan/actions)
[![R-CMD-check](https://github.com/vegandevs/vegan/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/vegandevs/vegan/actions/workflows/R-CMD-check.yaml)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/vegan)](https://cran.r-project.org/package=vegan)
[![](http://cranlogs.r-pkg.org/badges/grand-total/vegan)](http://cran.rstudio.com/web/packages/vegan/index.html)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/vegan)](http://cran.rstudio.com/web/packages/vegan/index.html)
[![R-universe](https://vegandevs.r-universe.dev/badges/vegan)](https://vegandevs.r-universe.dev/vegan)
<!-- badges: end -->

Website for the development version of the **vegan** package.

Vignettes are available on [R-universe](https://vegandevs.r-universe.dev/vegan)

* [Introduction to ordination in vegan](https://vegandevs.r-universe.dev/vegan/doc/intro-vegan.pdf)
* [Partition of Variation](https://vegandevs.r-universe.dev/vegan/doc/partitioning.pdf)
* [Diversity analysis in vegan](https://vegandevs.r-universe.dev/vegan/doc/diversity-vegan.pdf)
* [Design decisions and implementation](https://vegandevs.r-universe.dev/vegan/doc/decision-vegan.pdf)



# Installation

To install the development version of **vegan** you can use the usual `git` and `R CMD build -> R CMD INSTALL` dance on the cloned repo (or downloaded sources). You'll need to be able to install packages from source for that to work; if you don't have the relevant developer tools, you won't be able to install **vegan** this way.
Expand Down
6 changes: 6 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
home:
title: "vegan: an R package for community ecologists"
description: "Ordination methods, diversity analysis and other functions for community and vegetation ecologists."
links:
- text: R-universe
href: https://vegandevs.r-universe.dev/vegan

url: https://vegandevs.github.io/vegan/

deploy:
install_metadata: true

development:
mode: auto

template:
bootstrap: 5
bootswatch: flatly
Expand Down

0 comments on commit 763b5fc

Please sign in to comment.