Skip to content

Commit

Permalink
adding citation
Browse files Browse the repository at this point in the history
  • Loading branch information
osorensen committed Aug 14, 2024
1 parent f249b52 commit 501d6a3
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 27 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ LinkingTo:
RcppEigen
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet"))
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Suggests:
covr,
gamm4,
Expand Down
29 changes: 11 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ summary(mixed_resp)
#> AIC BIC logLik deviance df.resid
#> 9248.7 9280.2 -4619.3 3633.1 3995
#>
#> Scaled residuals:
#> Min 1Q Median 3Q Max
#> -3.5360 -0.7078 0.2156 0.6456 2.5978
#>
#> Lambda:
#> loading SE
#> lambda1 1.000 .
Expand Down Expand Up @@ -230,26 +226,22 @@ plot_smooth(mod)

``` r
citation("galamm")
#> To cite package 'galamm' in publications use:
#> To cite the 'galamm' package in publications use:
#>
#> Sørensen Ø (2024). "Multilevel Semiparametric Latent Variable
#> Modeling in R with "galamm"." _Multivariate Behavioral Research_.
#> doi:10.1007/s11336-023-09910-z
#> <https://doi.org/10.1007/s11336-023-09910-z>.
#>
#> Sørensen Ø, Walhovd K, Fjell A (2023). "Longitudinal Modeling of
#> Age-Dependent Latent Traits with Generalized Additive Latent and
#> Mixed Models." _Psychometrika_, *88*(2), 456-486.
#> doi:10.1007/s11336-023-09910-z
#> <https://doi.org/10.1007/s11336-023-09910-z>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Article{,
#> title = {Longitudinal Modeling of Age-Dependent Latent Traits with Generalized Additive Latent and Mixed Models},
#> author = {{\O}ystein S{\o}rensen and Kristine B. Walhovd and Anders M. Fjell},
#> journal = {Psychometrika},
#> year = {2023},
#> volume = {88},
#> number = {2},
#> pages = {456-486},
#> doi = {10.1007/s11336-023-09910-z},
#> }
#> To see these entries in BibTeX format, use 'print(<citation>,
#> bibtex=TRUE)', 'toBibtex(.)', or set
#> 'options(citation.bibtex.max=999)'.
```

## Acknowledgement
Expand All @@ -276,7 +268,8 @@ for general guidelines.

## References

<div id="refs" class="references csl-bib-body hanging-indent">
<div id="refs" class="references csl-bib-body hanging-indent"
entry-spacing="0">

<div id="ref-batesFastElegantNumerical2013" class="csl-entry">

Expand Down
11 changes: 3 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
## Submission note

This is an update to the package which contains bug fixes, improvements of
the code base, and more documentation and examples.
This is a small update which adds a recently accepted software paper to the
recommended citation of the package.

## Test environments

* R development version with sanitizer support via rocker/r-devel-san.
* R 4.3.1 build with valgrind on a local Ubuntu 22.04.
* R Mac Builder (https://mac.r-project.org/macbuilder/submit.html)
* Windows, r-release, r-oldrelease, r-devel.
* Local Apple M1 Max, on R4.3.3.
* Local Apple M1 Mac, on R4.4.0
* R-CMD-check via GitHub Actions on windows-latest, macOS-latest,
ubuntu-20.04 (release), and ubuntu-20.04 (devel).


## R CMD check results

There were 0 ERRORs, 0 WARNINGs, 0 NOTEs
Expand Down
11 changes: 11 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
citHeader("To cite the 'galamm' package in publications use:")

bibentry(
bibtype = "Article",
title = "Multilevel Semiparametric Latent Variable Modeling in R with \"galamm\"",
author = person("{\\O}ystein", "S{\\o}rensen"),
journal = "Multivariate Behavioral Research",
year = "2024",
doi = "10.1007/s11336-023-09910-z"
)

bibentry(
bibtype = "Article",
title = "Longitudinal Modeling of Age-Dependent Latent Traits with Generalized Additive Latent and Mixed Models",
Expand Down
5 changes: 5 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# galamm version 0.2.1

- Software paper in Multivariate Behavioral Research has been added to the
recommended citation.

# galamm version 0.2.0

- The print.summary.galamm() method does no longer print residual percentiles
Expand Down

0 comments on commit 501d6a3

Please sign in to comment.