Sebastian Jentschke
Sebastian Jentschke
RStudio (bundle: r-studio) doesn't open when Wayland is chosen as window manager. It can be solved using QT_QPA_PLATFORM=wayland rstudio As a workaround it's no problem, but you might want a...
Detect jamovi version correctly on Linux.
When testing my package on r-hub, I get the following warning / error message (my package uses RProtoBuf as Suggests): In i.p(...) : installation of package ‘RProtoBuf’ had non-zero exit...
When testing my package on r-hub, I get the following error message: Error in utils::zip(fleNme, "data.bin", flags = "-r9Xq") : argument 'zip' must be a non-empty character string zip defaults...
The APA publication manual (APA, 2020, p. 182) requires you to give degrees of freedom with your t-values. Could you add another column with the df's or add it as...
We spoke about this on Slack and you asked me to make an issue as a reminder. Ideally and for feature compatibility, it would be nice to include all types...
Quite often, one wants to either assign or remove a longer list of variables from the variable supplier to one of the variable boxes (or vice versa). Being able to...
When running `devtools::check_rhub()`, the builder on Windows Server 2022, R-devel, 64 bit returns the following error message: ``` Quitting from lines 106-125 [unnamed-chunk-5] (jmvReadWrite.Rmd) Error: processing vignette 'jmvReadWrite.Rmd' failed with...
- fixing typos and creating a WORDLIST is the same as before - the Roxygen error was caused by using `#'` in functions (e.g., linreg.b.R), this was changed and it...
 When I take syntax of an analysis that was duplicated in jamovi to R, the `duplicate`-parameter is not recognized by R / jmv and causes an...