Tony Wilkes
Tony Wilkes
Another suggestion: sf_chartr()
Hi Billy, A little late response, but this is easy to fix. Instead of attaching 'stringfish' with `library(stringfish)`, you can load without attaching it using, for example: `strf
I see it has been completely removed from CRAN, due to policy violations. The same goes for every other xtensor-based R-package. Very unfortunate.
> Hello, thank you! I already considered nanotime, but did not include it for now because my thinking was it provides a specialized class that few people require and those...
Hi, thank you for your response. Yes, including recursive dependencies the number is indeed high. Mostly due to the recursive dependencies of dependency `htmlwidgets`. If only that package could reduce...
By the way, `stringr` has 7 dependencies, not 3: `cli, glue (≥ 1.6.1), lifecycle (≥ 1.0.3), magrittr, rlang (≥ 1.0.0), stringi (≥ 1.5.3), vctrs`. Why would `stringr` be in the...
The function names and arguments of 'stringi' and 'stringr' are quite similar, or do you mean something else? Also, sorry if this is a stupid question, but what does the...
I already tried both the CRAN and devel version before posting this issue, and both failed. Quarto is up-to-date (both the package and the program).
I have a README.qmd file, and I tried rendering it to md and gfm. I also tried removing anything from the Readme that isn't simple text (i.e. images and code),...
I tried this. This solves part of the problem, in that the website starts with a rendered Readme. But the "home" button will still point to `index.md` when you click...