Skip to content

Commit 9ecff3b

Browse files
authored
Merge pull request #1119 from stan-dev/fix-pkgdown-logo
Trying to remove red logo
2 parents 1d58078 + 71ffe4e commit 9ecff3b

16 files changed

+8
-7
lines changed

‎R/cmdstanr-package.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#'
77
#' @description
88
#' \if{html}{
9-
#' \figure{logo.png}{options: width="50" alt="https://mc-stan.org/about/logo/"}
9+
#' \figure{logo.svg}{options: width="50" alt="https://mc-stan.org/about/logo/"}
1010
#' \emph{Stan Development Team}
1111
#' }
1212
#'

‎R/model.R‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Create a new CmdStanModel object
22
#'
3-
#' @description \if{html}{\figure{logo.png}{options: width=25}}
3+
#' @description \if{html}{\figure{logo.svg}{options: width=25}}
44
#' Create a new [`CmdStanModel`] object from a file containing a Stan program
55
#' or from an existing Stan executable. The [`CmdStanModel`] object stores the
66
#' path to a Stan program and compiled executable (once created), and provides
@@ -2375,4 +2375,4 @@ resolve_exe_path <- function(
23752375
exe <- self_exe_file
23762376
}
23772377
exe
2378-
}
2378+
}

‎README.md‎

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

33
<!-- badges: start -->
44
[![CRAN status](https://www.r-pkg.org/badges/version/cmdstanr)](https://CRAN.R-project.org/package=cmdstanr)

‎man/cmdstan_model.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/cmdstanr-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.

‎man/figures/logo.png‎

-12.9 KB
Binary file not shown.

‎man/figures/logo.svg‎

Lines changed: 1 addition & 0 deletions
Loading
-5.85 KB
Binary file not shown.
-7.89 KB
Binary file not shown.
-9.73 KB
Binary file not shown.

0 commit comments

Comments
 (0)