Ramiro Magno

Results 23 comments of Ramiro Magno

I am also having this issue: ```R Error in bw.SJ(x, method = "ste") : sample is too sparse to find TD 18. stop("sample is too sparse to find TD", domain...

Would you be so kind to provide feedback on my approach here to make an S3 vector out of an `xml_node` type. Bear with me as I just read [S3...

Ah okay, thank you. But couldn't you make that font not rasterized?

Hi @binlu1981 : Have you tried `devtools::install_github("YuLab-SMU/ggmsa")`?

Here's a workaround: ```R #!/usr/bin/env Rscript 'Naval Fate. Usage: naval_fate.R naval_fate.R ship new ... naval_fate.R ship move [--speed=] naval_fate.R ship shoot naval_fate.R mine (set|remove) [--moored | --drifting] naval_fate.R (-h |...

Here's an example: https://github.com/maialab/agvgd/blob/5dc9309b892ac9903b4f9e7ec59c1c4ac48c0923/R/dev.R#L1-L22 See lines 18 thru 21. I would like the website documentation to render that plot as an SVG: https://maialab.org/agvgd/reference/dev.html I tried setting the `dev = 'SVG`...

I just re-found this issue. :) I just want to say that my original issue was about plotting as SVG in sections other than the examples' section, and still have...

Hi @hadley, Here's a minimal package: https://github.com/ramiromagno/pkgdown.2067 There's only one function in that package, an example for you. Here's the pkgdown documentation: https://rmagno.eu/pkgdown.2067/reference/example.html. Notice how the plot is rendered as...