Claus Ekstrøm

Results 11 issues of Claus Ekstrøm

I'm trying to add a twitter icon to the subtitle YAML parameter. Here's a reproducible piece of working code which produces the output I'm after. ``` --- title: "Presentation Ninja"...

This little bit of code will produce an error if `output="html"` is removed or changed to `output="pdf"` when calling `makeDataReport()`. ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ## R Markdown...

bug

This is just to remember the ideas/suggestions I received after my talk at useR. * Make an integer -> factor check if a vector is integer that only contains few...

This is essentially a repost of [this question on Stack Overflow](https://stackoverflow.com/questions/44981095/combining-netword3d-and-mermaid-in-rmarkdown-messes-up-rendering) which I also raised as an issue with the `htmlwidgets` package. I would like to include two `htmlwidgets` in...

Type: ★ Enhancement
Difficulty: [1] Novice
Effort: [2] Medium
Priority: ♨︎ Critical

According to the documentation non-simple marginnotes should be set as a `marginfigure` chunk since markdown will parse the chunk content correctly. Thus if I have a piece of code that...

I'm trying to read in and format a BibTex file that contains a bunch of references. However, some of the entries are not parsed correctly when they are read in....

Potential enhancement: collapsible navbar. Potential problems: 1. included a link to jquery 2. The default css code for the navbar (in particular the logo) looks slightly strange since the navbar...

Howdy. When `feed.xml` is created the content is provided by ``` {{ post.content | xml_escape }} ``` However, the side margin information is included in the `post.content` which - for...

This is not a bug but more like a feature/enhancement request. I'm still trying to tweak my pages and have run into this minor issue: > I'd like to have...

Added a date field corresponding to the latest update from 2020 in order to remove warning message from utils::citation() Thank you for taking the time to submit a pull request!...