ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1K
active users

#rstats

135 posts125 participants8 posts today

🚀La galería de proyectos del programa de Campeon(a|e)s es muy diversa y muestra la posibilidad de desarrollar ideas que colaboren a la ciencia abierta y reproducible.

📦Por ejemplo, el paquete {agroclimatico} por @paocorrales que incluye una serie de funciones para calcular índices y estadísticos climáticos e hidrológicos, algunos de ellos enfocados al sector agropecuario: docs.ropensci.org/agroclimatic

Aplica aqui: champions-program.ropensci.org

docs.ropensci.orgÍndices y Estadísticos Climáticos e HidrológicosConjunto de funciones para calcular índices y estadísticos climáticos hidrológicos a partir de datos tidy. Incluye una función para graficar resultados georeferenciados y e información cartográfica.

A good #Rstats tip is to add 𝚘𝚙𝚝𝚒𝚘𝚗𝚜( 𝚝𝚒𝚋𝚋𝚕𝚎.𝚙𝚛𝚒𝚗𝚝_𝚖𝚊𝚡 = 𝟹0, 𝚝𝚒𝚋𝚋𝚕𝚎.𝚙𝚛𝚒𝚗𝚝_𝚖𝚒𝚗 = 𝟹0 ) to your Rprofile file to output 30 rows of a tibble by default rather than 10 (or replace 30 with whatever number works for you)

Bluesky SocialBluesky

Breaking data.table in #rstats.
This was noticed by our brilliant data analyst Hamza Mir, when analyzing a 10 #gigarow #EMR dataset. #fread will assign a name to each row, i.e. the row number. If the number of lines exceeds 2^31, then a long vector of names has to be generated and R does not support those apparently (yet).
Reproducible example (#Perl code to generate a very large dataset on left, and #rstats output with failure).
ALT-text for code.
See also stackoverflow.com/questions/76

Hey #RStats, what's the current wisdom on keywords in package DESCRIPTIONs? WRE mentions Classification/[ACM|JEL|MSC], but these seem rarely used (at least in my library; I’m too lazy to search all of CRAN). Is it “X-schema.org-keywords or gtfo” now?

Anyone have any experience using #AWS workspaces or VNC as a #rstats or #bioinformatics dev environment. I much prefer the idea of keeping dev on a local laptop and avoiding potential latency issues, keeping a single file system, and the ability to work on the go even without internet, but would be interested to hear others experiences.