Skip to content

Commit 212d616

Browse files
committed
canonical cran urls
1 parent c34eddb commit 212d616

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

R/nat-package.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
#' be converted to the \code{\link[rgl]{mesh3d}} format, which provides a link
9999
#' to the \code{\link[rgl]{rgl}} package and also to packages for
100100
#' morphometrics and sophisticated mesh manipulation such as
101-
#' \href{http://cran.r-project.org/package=Morpho}{Morpho} and
102-
#' \href{http://cran.r-project.org/package=Rvcg}{Rvcg}.
101+
#' \href{https://cran.r-project.org/package=Morpho}{Morpho} and
102+
#' \href{https://cran.r-project.org/package=Rvcg}{Rvcg}.
103103
#'
104104
#' @section rgl Package: \bold{nat} uses the \bold{\code{\link[rgl]{rgl}}}
105105
#' package extensively for 3D visualisation. rgl's core function is to provide

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nat: NeuroAnatomy Toolbox
22
[![DOI](https://img.shields.io/badge/doi-10.5281%2Fzenodo.10171-blue.svg)](http://dx.doi.org/10.5281/zenodo.10171)
33
[![Release Version](https://img.shields.io/github/release/jefferis/nat.svg)](https://github.com/jefferis/nat/releases/latest)
4-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/nat)](http://cran.r-project.org/package=nat)
4+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/nat)](https://cran.r-project.org/package=nat)
55
[![Build Status](https://img.shields.io/travis/jefferis/nat.svg)](https://travis-ci.org/jefferis/nat)
66
[![Coverage Status](https://coveralls.io/repos/jefferis/nat/badge.svg?branch=master)](https://coveralls.io/r/jefferis/nat?branch=master)
77
[![Docs](https://img.shields.io/badge/docs-100%25-brightgreen.svg)](http://jefferis.github.io/nat/reference/)

man/nat-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/neurons-intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ interactive analysis and exploration, it is much more helpful to have
407407
for [3D plots](http://jefferis.github.io/nat/reference/index.html#section--d-plotting-of-objects)
408408
based on the [rgl package](https://cran.r-project.org/package=rgl). It is
409409
actually possible to embed fully interactive 3d figures in [rmarkdown](http://rmarkdown.rstudio.com/) reports
410-
like this one by setting the [webgl chunk option](https://cran.r-project.org/web/packages/rgl/vignettes/WebGL.html).
410+
like this one by setting the [webgl chunk option](https://CRAN.R-project.org/package=rgl/vignettes/WebGL.html).
411411

412412
```{r, webgl=TRUE}
413413
clear3d()

0 commit comments

Comments
 (0)