Henrik Eckermann

Results 10 issues of Henrik Eckermann

When I use the Predawn syntax in **Atom (in Sublime text it works)** , some of the syntax highlighting of markdown is gone. E.g. the header. In sublime text the...

I have problems with getting the linebreak working as needed. If I use this code in Rmarkdown, ```{r results = 'asis'} table_note % footnote(general = table_note, general_title = "Note.", footnote_as_chunk...

Hi there, I replaced Rstudio with Atom to work with .Rmd files (when I use R) and .pmd files when I use Python. Knitr and pweave in combination with pandoc...

enhancement :star2:
help wanted
good first issue

Hi there, will pweave support docx output in the near future? Unfortunately, many of my colleagues use MS Word...

When using regular display of dataframes, the contents in the displayed dataframe are not properly aligned in the html output. Please see the attached example .pmd and corresponding output.html files...

Hi, I encounter the error: ``` Error in FUN(X[[i]], ...): only defined on a data frame with all numeric variables Traceback: 1. MLmetrics::F1_Score(y_true, y_pred_resp) 2. Precision(y_true, y_pred, positive) 3. Summary.data.frame(structure(list(Freq...

Thanks for this awesome package haozhu233! I wanted to ask or otherwise note: Is there a way to left-align the table caption? If I specify a caption, it is always...

enhancement

Hi, I tried to use *projpred* after multiple imputation using the *mice* package. It did not produce results as expected (see [here](https://discourse.mc-stan.org/t/projpred-interpretation/25808/4) for plots of the output. I suspected that...

enhancement

**Describe the bug** If I try to include a table from the package table1, I receive the error printed below. I first convert the table to a kable object using...

bug
more-information-needed

Hi, after using a function from the package mia called agglomerateByRank, the filter function no longer behaves as expected. Below is a quick code example. Expected (after using the filter...