Skip to content

Commit f2b34b5

Browse files
committed
Fixed file extension issue [ci skip]
1 parent aebf423 commit f2b34b5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

R/rstan_create_package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#' @aliases rstan_package_skeleton
2222
#'
2323
#' @description
24-
#' \if{html}{\figure{logo.svg.png}{options: width="25" alt="https://mc-stan.org/about/logo/"}}
24+
#' \if{html}{\figure{logo.svg}{options: width="25" alt="https://mc-stan.org/about/logo/"}}
2525
#' The `rstan_create_package()` function helps get you started developing a
2626
#' new \R package that interfaces with Stan via the \pkg{rstan} package. First
2727
#' the basic package structure is set up via [usethis::create_package()].

R/rstantools-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#'
66
#' @description
77
#' \if{html}{
8-
#' \figure{logo.svg.png}{options: width="50" alt="mc-stan.org"}
8+
#' \figure{logo.svg}{options: width="50" alt="mc-stan.org"}
99
#' } *Stan Development Team*
1010
#'
1111
#' The \pkg{rstantools} package provides various tools for developers of \R

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rstantools <img src="man/figures/logo.svg.png" align="right" width="120" />
1+
# rstantools <img src="man/figures/logo.svg" align="right" width="120" />
22

33
<!-- badges: start -->
44
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rstantools?color=blue)](https://cran.r-project.org/web/packages/rstantools)

man/rstan_create_package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rstantools-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)