C. J. van Lissa

Results 49 issues of C. J. van Lissa

One of the things I loved about `papaja` when I started was the elaborate, pre-filled template. It really showed off all features. Now that I'm more experienced, I wonder if...

enhancement

Dear maintainers, my team are curating a repository of country- (or region-)level secondary data deemed relevant for predicting cases. Might be relevant for people using your curated CSSE data: [https://github.com/cjvanlissa/COVID19_metadata](https://github.com/cjvanlissa/COVID19_metadata)...

As illustrated in this reproducible example, commented-out inline R-code can still throw errors: ```` --- title: "Untitled" author: "Caspar J. van Lissa" date: '2022-06-23' output: html_document --- ```{r} a ````...

question
theme: knitr

Dear @ekstroem , would it be possible to add github_document as an output format? Same document as the .Rmd for `output: html`, but then with `output: github_document`! Best, CJ

enhancement

Is this possible? Could not find the answer in the documentation.

Many MplusAutomation functions print to the console using a combination of `message()` and `cat()`. This causes undesirable behavior when using MplusAutomation in RMarkdown files; it is exceedingly difficult to mute...

enhancement

I've been contributing to the parsing of SAMPSTAT and class_counts, and notice that bugs pop up when these sections are missing from the .out file, e.g. because Mplus gave an...

The following code works when run interactively, or chunk by chunk, but not when knitting an Rmd: ```` --- title: "Untitled" output: html_document date: "2023-03-22" --- ```{r} library(MASS) df