Skip to content

Commit 4e43c5d

Browse files
committed
Trying to remove red logo [no ci]
1 parent 1d58078 commit 4e43c5d

File tree

6 files changed

+612
-333
lines changed

6 files changed

+612
-333
lines changed

R/cmdstanr-package.R

Lines changed: 4 additions & 2 deletions
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
#'
@@ -35,4 +35,6 @@
3535
#'
3636
"_PACKAGE"
3737

38-
if (getRversion() >= "2.15.1") utils::globalVariables(c("self", "private", "super"))
38+
if (getRversion() >= "2.15.1") {
39+
utils::globalVariables(c("self", "private", "super"))
40+
}

0 commit comments

Comments
 (0)