File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,13 @@ Teaching materials for the [introductory course on Bayesian inference](http://va
2626
2727## Installation
2828
29- # Install the released version of ` vibass ` from CRAN:
30- # ```{r install-cran, eval = FALSE}
31- # install.packages('vibass')
32- # ```
33- #
34- # Or install the development version from our ` r-universe ` with:
29+ <!-- Install the released version of `vibass` from CRAN: -->
30+ <!-- ```{r install-cran, eval = FALSE} -->
31+ <!-- install.packages('vibass') -->
32+ <!-- ``` -->
33+
34+ <!-- Or install the development version from our `r-universe` with: -->
35+
3536Install the development version from our ` r-universe ` with:
3637``` {r install-r-universe, eval = FALSE}
3738install.packages('vibass', repos = c('https://vabar.r-universe.dev', 'https://cloud.r-project.org'))
Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ inference](http://vabar.es/events/vibass8-intro/) at
1616
1717## Installation
1818
19- # Install the released version of ` vibass ` from CRAN:
19+ <!-- Install the released version of `vibass` from CRAN: -->
2020
21- # ` {r install-cran, eval = FALSE} # install.packages('vibass') # `
21+ <!-- ``` {r install-cran, eval = FALSE} -->
2222
23- #
23+ <!-- install.packages('vibass') -->
2424
25- # Or install the development version from our ` r-universe ` with:
25+ <!-- ``` -->
26+
27+ <!-- Or install the development version from our `r-universe` with: -->
2628
2729Install the development version from our ` r-universe ` with:
2830
You can’t perform that action at this time.
0 commit comments