Skip to content

Commit b9f2728

Browse files
committed
try to fix a few R cmd check notes
1 parent 3aa37ac commit b9f2728

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Imports:
4545
rlang (>= 0.4.7)
4646
Suggests:
4747
bayesplot,
48+
ggplot2,
4849
knitr (>= 1.37),
4950
loo (>= 2.0.0),
5051
rmarkdown,

R/model.R

Lines changed: 1 addition & 1 deletion
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="25px"}}
3+
#' @description \if{html}{\figure{logo.png}{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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ releases.
2727
* Modularity: CmdStanR runs Stan's algorithms and lets downstream modules do the
2828
analysis.
2929

30-
* Flexible [BSD-3 license](https://opensource.org/licenses/BSD-3-Clause).
30+
* Flexible [BSD-3 license](https://opensource.org/license/bsd-3-clause/).
3131

3232

3333
### Installation

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.

0 commit comments

Comments
 (0)