Gianluca Baio
Gianluca Baio
This has now been sorted. I have renamed the branch to `main` and have pushed the changes that fix this issue.
Thank you @yihui --- I suspected as much... Shame... I suppose I can try and write an `R` function that pastes the HTML `div` tag but leaves the `width` parameter...
Yeah... I think you're right...
Can I please follow up on this? I have something like the following ``` #| echo: false #| message: false #| warning: false #| label: tbl-dataMTC #| tbl-cap: The dataset...
Probably nothing that `renderthis` can do as I **think** it's related to [this](https://support.google.com/chrome/thread/191619088/print-preview-broken-in-last-update?hl=en)...
Can you produce a more structure example for where you've seen this problem?
[`bib2df_tidy`](https://github.com/ropensci/bib2df/blob/main/R/bib2df_tidy.R)` doesn't call `as_data_frame` at all... I will look into this later, though.
I actually couldn't reproduce this. Using ``` other attached packages: [1] bib2df_1.1.2.0 ``` the test based on ``` bib2df(system.file("extdata", "bib2df_testfile_3.bib", package = "bib2df")) ``` doesn't produce any error/warning. What was...
Can you please try to update to the newest version ``` remotes::install_github("ropensci/bib2df") ``` and see if this persists? (It shouldn't...)
Thanks. That's actually a good point. I suspect that I may have messed up slightly though and that the naming is propagated throughout the other utility functions (mainly plotting...). Have...