Ramiro Magno

Results 47 issues of Ramiro Magno

https://github.com/hadley/adv-r/blob/dc49c3872c3530ac08716fd4f4c235b01266a4ce/Meta.Rmd#L15 > I recommend the tidy evaluation book at https://tidyeval.tidyverse.org/.

Is it possible to use `imager`'s graphics device *through* RStudio Server's viewer pane (not sure this question makes any sense)? It would be nice to have the fast rendering of...

It would be great if this package supported adding back the retrieved text from a raster to PDF format. For example, using `tesseract` directly from the command line makes this...

https://citation-file-format.github.io/

feature

I'd like to use an `xml_nodeset` object as a column in a data frame. Here are my naive attempts: ```R library(xml2) library(tibble) library(dplyr) x

It seems that the letters of the residues in the alignment are rendered with bitmap fonts...? They look very pixelated in my plots. Do you got any idea on how...

I got that error while trying to reproduce your example in http://yulab-smu.top/ggmsa/articles/guides/Annotations.html#geom-helix. Here's the reprex: ``` r library(ggmsa) #> Registered S3 methods overwritten by 'ggalt': #> method from #> grid.draw.absoluteGrob...

I installed `{ggmsa}` from source with `devtools::install_github("YuLab-SMU/ggmsa")` and got that suspicious note: ``` * installing *source* package ‘ggmsa’ ... ** using staged installation ** R ** inst ** byte-compile and...

The title of the reference page is by default "Function reference". Can I change it?

feature