Bastián Olea Herera

Results 6 issues of Bastián Olea Herera

Hola! Al usar la función `get_sinim_cats()`, o cualquier otra del paquete, entrega un error: ``` > library(sinimr) > get_sinim_cats() Error: lexical error: invalid char in json text. sessionInfo() R version...

Al realizar una solicitud de datos, `get_sinim()` arroja error si el rango de años contiene 2022, a pesar de que los datos de SINIM para 2022 sí existen. Por ejemplo:...

I don't have much more info, but quite often, while using my computer normally, I see the computer starts struggling, and this app is always the culprit. It seems that...

Alpha aesthetic does nothing, although manually setting `alpha` on geom does change transparency. ```{r} iris |> count(Species) |> mutate(Transparency = c(1, 0.5, 0.2)) |> ggplot() + aes(fill = Species, values...

Just asking if it is possible to insert a captcha as requirement for login. Captchas are a requirement in some organizations to avoid bots spamming login attempts. I've seen I'm...

enhancement

In the blog view (list of your blog posts), is it possible to display each post's tags between the excerpt text and the date/author text? I can only see options...