From 98f3fb445bfb9cda9f309d9d3b3227c9c6a91730 Mon Sep 17 00:00:00 2001 From: Alex Chubaty Date: Wed, 19 Apr 2023 00:19:08 -0600 Subject: [PATCH] update URLs --- DESCRIPTION | 2 +- R/grainscape-package.R | 2 +- README.md | 4 ++-- man/grainscape-package.Rd | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8452f1c..384c58f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) ). URL: - https://alexchubaty.com/grainscape, + https://www.alexchubaty.com/grainscape, https://github.com/achubaty/grainscape Version: 0.4.4 Date: 2023-04-18 diff --git a/R/grainscape-package.R b/R/grainscape-package.R index d90ba7f..5b3fffa 100644 --- a/R/grainscape-package.R +++ b/R/grainscape-package.R @@ -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 . +#' available at \doi{10.1111/2041-210X.13350}. #' #' A detailed tutorial is available as a vignette (see `browseVignettes('grainscape')`). #' diff --git a/README.md b/README.md index e02f9f4..6eaa050 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`. diff --git a/man/grainscape-package.Rd b/man/grainscape-package.Rd index 7c4aab2..a26fd25 100644 --- a/man/grainscape-package.Rd +++ b/man/grainscape-package.Rd @@ -31,7 +31,7 @@ Routines also depend on the \pkg{sp} (Pebesma and Bivand, 2005), \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 \url{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 \code{browseVignettes('grainscape')}). } @@ -67,7 +67,7 @@ R News 5 (2), \url{https://cran.r-project.org/doc/Rnews/}. \seealso{ Useful links: \itemize{ - \item \url{https://alexchubaty.com/grainscape} + \item \url{https://www.alexchubaty.com/grainscape} \item \url{https://github.com/achubaty/grainscape} \item Report bugs at \url{https://github.com/achubaty/grainscape/issues} }