Skip to content

Commit

Permalink
update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Apr 19, 2023
1 parent c26f32e commit 98f3fb4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -8,7 +8,7 @@ Description: Given a landscape resistance surface, creates minimum planar graph
Documentation is provided by several vignettes, and a paper
(Chubaty, Galpern & Doctolero (2020) <doi:10.1111/2041-210X.13350>).
URL:
https://alexchubaty.com/grainscape,
https://www.alexchubaty.com/grainscape,
https://github.com/achubaty/grainscape
Version: 0.4.4
Date: 2023-04-18
Expand Down
2 changes: 1 addition & 1 deletion R/grainscape-package.R
Expand Up @@ -28,7 +28,7 @@
#' \pkg{raster} (Hijmans and van Etten, 2011), and \pkg{igraph} (Csardi and Nepusz, 2006) packages.
#'
#' A paper describing the use of this package for landscape connectivity modelling is
#' available at <https://doi.org/10.1111/2041-210X.13350>.
#' available at \doi{10.1111/2041-210X.13350}.
#'
#' A detailed tutorial is available as a vignette (see `browseVignettes('grainscape')`).
#'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@
[![R-CMD-check](https://github.com/achubaty/grainscape/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/achubaty/grainscape/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/grainscape)](https://cran.r-project.org/package=grainscape)
[![DOI](https://zenodo.org/badge/62731055.svg)](https://zenodo.org/badge/latestdoi/62731055)
[![Codecov test coverage](https://codecov.io/gh/achubaty/grainscape/branch/main/graph/badge.svg)](https://codecov.io/gh/achubaty/grainscape?branch=main)
[![Codecov test coverage](https://codecov.io/gh/achubaty/grainscape/branch/main/graph/badge.svg)](https://app.codecov.io/gh/achubaty/grainscape?branch=main)
<!-- badges: end -->

<img align="right" width="80" pad="20" src="https://github.com/achubaty/grainscape/raw/main/stickers/hexsticker.png">
Expand All @@ -27,7 +27,7 @@ install.packages("grainscape")
#### From GitHub

1. **Install development libraries:** building packages from source requires the appropriate development libraries for your operating system.
See [here](https://support.rstudio.com/hc/en-us/articles/200486498-Package-Development-Prerequisites) for more details.
See [here](https://support.posit.co/hc/en-us/articles/200486498-Package-Development-Prerequisites) for more details.

- *Windows:* install [Rtools](https://cran.r-project.org/bin/windows/Rtools/).
- *macOS:* install Xcode commandline tools from the terminal: `xcode-select --install`.
Expand Down
4 changes: 2 additions & 2 deletions man/grainscape-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98f3fb4

Please sign in to comment.