-
## Expected Behavior
nyaaa !!~!~!
## Actual Behavior
mraoww,. meeoowwww
## Steps to Reproduce
1. _purrr_
1. nyaaanyanyanyna
1. :3333333
## Specifications
- Version: mraowr,.…
-
While working on the print method I came across the fact that there are less `x$data` objects than `x$resources` for `example_dataset()`:
`example_dataset()` currently includes one non standard res…
-
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.
-
Programmers used to love loops for doing repetitive operations. And avoiding repetition is important. Hadley Wickham states (in his book on data science and perhaps elsewhere) that if you do the sam…
-
We could add additional functions / additional arguments to `get_metrics()`. Consider something like this:
```
get_metrics(
example_quantile,
exclude = c("ae_median"),
replace = c(wis,…
-
Os comandos do pacote estavam funcionando normalmente até eu atualizar o pacote "purrr", a partir desse momento começaram a apresentar o seguinte erro:
> sp cepR::busca_multi(lista_ceps = "81540000"…
-
您好,非常感谢作者的软件。
我使用broccoli的蛋白序列在Eggnog自构注释文件,然后使用AnnotationForge构建Org.My.eg.db。
>AnnotationForge::makeOrgPackage(gene_info=gene_info,
go=gene2go,
…
-
It would be great to have a few more example templates that can work generically on R projects that aren't packages. For example, styling or lining etc. I've developed a 'style modified files' workflo…
-
I've been running code with nested loops that keeps running into issues with memory usage and I have been trying to come up with a small example that potentially shows the problem. In the example I a…
-
I'm using `{tidyjson}` version 0.3.2.
```
> library(quincunx)
> foo % coerce_to_s4_scores()
3. │ └─quincunx:::get_score_by_pgs_id(...)
4. │ ├─... %>% purrr::pmap(dplyr::bind_rows)
5. │…