Frederik Aust

Results 54 issues of Frederik Aust

Building on the avialable resources in the R package **papaja**, I want to provide a corresponding [Quarto journal template](https://github.com/crsh/qapaja). Some [pre](https://github.com/crsh/papaja/blob/e589673d6b73cb33cc2d1be5e944c78a06298e02/R/apa6_formats.R#L364)- and [postprocessing](https://github.com/crsh/papaja/blob/e589673d6b73cb33cc2d1be5e944c78a06298e02/R/apa6_formats.R#L111) is currently done through R. These operations...

enhancement

All but the first paragraph of the abstract are idented if, and only if, an author note is present on the first page. See [here](https://stackoverflow.com/questions/72661337/papaja-abstract-indentation). The typesetting of the abstract...

bug

As Word supports line numbers, we should be able to support optional line numbering by providing two separate DOCX templates or by postprocessing the word file.

word template

For context, I have [implemented](https://github.com/crsh/bridgesampling/tree/cmdstanr-crsh) methods to support `CmdStanFit`-objects in `bridgesampling::bridge_sampler()`. While the new methods work as expected, they are very slow compared to the `stanfit`-methods for `rstan`. On my...

This is a first pass at implementing support for `CmdStanFit`-objects (#27, @bnicenboim, @maxbiostat). While this works, it is quite inefficient compared to the methods for `stanfit`-objects. This is because the...

Hi Erin, building on our [other discussion](https://github.com/crsh/papaja/issues/39), here some thoughts on how to handle different output objects. I would suggest to define S3 methods to do this to avoid "having...

Currently, the Lua-filter that replaces ampersands in in-text citations by "and" supports [English, Spanish, French, German, and Dutch](https://github.com/crsh/rmdfiltr/blob/master/inst/replace_ampersands.lua#L3). Suggestions for additional languages (including the required translation of "and") are welcome.

enhancement
help wanted
good first issue

As of `pandoc` 2.17, the following is possible, which would make for a useful filter. ~~~lua function Doc (body, meta, vars) vars.date = vars.date or os.date '%B %e, %Y' return...

enhancement

Hi there, great plugin! For my particular workflow/usecase it would be very useful if I could link multiple Trello cards to the same note. Is this currently possible or in...

enhancement

Building on the avialable resources in the R package **papaja**, I want to provide a corresponding Quarto journal template. **papaja** already provides a LaTeX template and a DOCX reference file,...