From 6f6a1375079806b25b7d94c9b935c85395695816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Tue, 17 Sep 2024 10:20:56 +0200 Subject: [PATCH 1/3] fixed latex error in vignette --- vignettes-raw/latent_observed_interaction.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes-raw/latent_observed_interaction.Rmd b/vignettes-raw/latent_observed_interaction.Rmd index 79c88e6..77d5bb2 100644 --- a/vignettes-raw/latent_observed_interaction.Rmd +++ b/vignettes-raw/latent_observed_interaction.Rmd @@ -74,7 +74,7 @@ The structural model is simply $\eta = \zeta \sim N(0, \psi)$, where $\psi$ is i ### Model Without Interaction -It can be instructive to start by considering a model in which we fix $\\lambda_{4} = 0$. This type of model would be estimated with the following code: +It can be instructive to start by considering a model in which we fix $\lambda_{4} = 0$. This type of model would be estimated with the following code: ```{r} lambda <- matrix(c(1, NA, NA), ncol = 1) From 589598d27b0898eff877b401a4d180f2dca65511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Tue, 17 Sep 2024 10:22:11 +0200 Subject: [PATCH 2/3] recompiled vignette --- vignettes/latent_observed_interaction.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/latent_observed_interaction.Rmd b/vignettes/latent_observed_interaction.Rmd index e2f0e8c..ccf6737 100644 --- a/vignettes/latent_observed_interaction.Rmd +++ b/vignettes/latent_observed_interaction.Rmd @@ -76,7 +76,7 @@ The structural model is simply $\eta = \zeta \sim N(0, \psi)$, where $\psi$ is i ### Model Without Interaction -It can be instructive to start by considering a model in which we fix $\\lambda_{4} = 0$. This type of model would be estimated with the following code: +It can be instructive to start by considering a model in which we fix $\lambda_{4} = 0$. This type of model would be estimated with the following code: ``` r From 63a1b5015f47acca74544a5be80e20f6d342788a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Sun, 22 Sep 2024 20:15:26 +0200 Subject: [PATCH 3/3] added rOpenSci badge --- README.Rmd | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.Rmd b/README.Rmd index d72a39d..7a3d5e5 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,6 +22,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/galamm)](https://cran.r-project.org/package=galamm) +[![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/615_status.svg)](https://github.com/ropensci/software-review/issues/615) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![R-CMD-check](https://github.com/LCBC-UiO/galamm/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/LCBC-UiO/galamm/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/LCBC-UiO/galamm/branch/main/graph/badge.svg)](https://app.codecov.io/gh/LCBC-UiO/galamm?branch=main) diff --git a/README.md b/README.md index 89f91d1..30fc136 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![CRAN status](https://www.r-pkg.org/badges/version/galamm)](https://cran.r-project.org/package=galamm) +[![Status at rOpenSci Software Peer +Review](https://badges.ropensci.org/615_status.svg)](https://github.com/ropensci/software-review/issues/615) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)