Skip to content

Commit 00de327

Browse files
committed
Readme. Fix comments.
1 parent 4ad2975 commit 00de327

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.Rmd

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
3536
Install the development version from our `r-universe` with:
3637
```{r install-r-universe, eval = FALSE}
3738
install.packages('vibass', repos = c('https://vabar.r-universe.dev', 'https://cloud.r-project.org'))

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2729
Install the development version from our `r-universe` with:
2830

0 commit comments

Comments
 (0)