File tree Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ Suggests:
3737 stringr
3838LazyData: true
3939Additional_repositories:
40- https://inla.r-inla-download.org/R/testing /
40+ https://inla.r-inla-download.org/R/stable /
4141VignetteBuilder: knitr
4242Config/testthat/edition: 3
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ knitr::opts_chunk$set(
1616 message = F,
1717 echo = T
1818)
19+ ```
20+
21+
22+ ``` {r echo=FALSE}
1923## Checking if INLA installed and which version
2024if(requireNamespace("INLA", quietly = T)){
2125 if(packageVersion("INLA") >= "22.5.3"){knitr::opts_chunk$set(eval = T)}
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ knitr::opts_chunk$set(
1616 message = F,
1717 echo = T
1818)
19+ ```
20+
21+
22+ ``` {r echo=FALSE}
1923## Checking if INLA installed and which version
2024if(requireNamespace("INLA", quietly = T)){
2125 if(packageVersion("INLA") >= "22.5.3"){knitr::opts_chunk$set(eval = T)}
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ knitr::opts_chunk$set(
1616 message = F,
1717 echo = T
1818)
19+ ```
20+
21+
22+ ``` {r echo=FALSE}
1923## Checking if INLA installed and which version
2024if(requireNamespace("INLA", quietly = T)){
2125 if(packageVersion("INLA") >= "22.5.3"){knitr::opts_chunk$set(eval = T)}
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ knitr::opts_chunk$set(
1616 message = F,
1717 echo = T
1818)
19+ ```
20+
21+
22+ ``` {r echo=FALSE}
1923## Checking if INLA installed and which version
2024if(requireNamespace("INLA", quietly = T)){
2125 if(packageVersion("INLA") >= "22.5.3"){knitr::opts_chunk$set(eval = T)}
You can’t perform that action at this time.
0 commit comments