Ramiro Magno

Results 47 issues of Ramiro Magno

It seems: ```md :::{#mylabel .myenv} blah ::: ``` won't translate to: ```tex \begin{myenv}\label{mylabel} blah \end{myenv} ```

enhancement

``` raspistill -o output_filename.jpg -v ``` ``` "raspistill" Camera App (commit f97b1af1b3e6 Tainted) Camera Name imx477 Width 4056, Height 3040, filename output_filename.jpg Using camera 0, sensor mode 0 GPS output...

Check if it still applies: https://rmagno.eu/gwasrapidd/articles/faq.html#5-genomic-coordinates-of-genomic-contexts-seem-to-be-wrong-

Refactor all those parsing functions in files parse-*.R to use `purrr::pluck()` so that we deal with missing elements gracefully: https://adv-r.hadley.nz/subsetting.html#subsetting-oob.

enhancement

Note to self: ```R library(tidyverse) library(gwasrapidd) library(GenomicRanges) gwasrapidd::get_associations(variant_id = "rs1800629", efo_trait = "cancer") ``` works seemingly fine. On the other hand, ```R library(tidyverse) library(GenomicRanges) library(gwasrapidd) gwasrapidd::get_associations(variant_id = "rs1800629", efo_trait =...

bug
help wanted

Some `tib_*()` functions accept the parameter `required`, while others take `.required`. Why not all `.required`? Thanks for this package, I'm loving it! P.S. btw, is this package meant to offer...

It's spitting C guts, probably it should not. ``` r library(tibblify) tibblify(tibble::tibble(a = "x"), spec = tspec_df( tib_chr("a") )) #> # A tibble: 1 × 1 #> a #> #>...

Not really an issue, or question. Just a shameless ad. I just developed an R package to access OncoTree's API. If there are any R users among you, please give...

`output becomes "1999"` -> `output becomes "2015"`: https://github.com/rstudio/bigD/blob/8fba5c6a0b69b910d2d9aba1a1edfa315fd9522f/R/fdt.R#L100

Type: ☹︎ Bug

`{rsnps}` CRAN's page now reads > Archived on 2023-07-09 for policy violation. What happened?

Bug