Mid terms are November 3rd 2026. Go register voters.
@usrbinr.bsky.social
Really enjoying the mayocoba bean soup from @ranchogordo.bsky.social
November 11, 2025 at 2:33 AM
Really enjoying the mayocoba bean soup from @ranchogordo.bsky.social
part 2 completed -- now with new logo.
Having trouble with the website so taking a breaking now -- will finis it off later this week.
#rstats
usrbinr.github.io/md/index.html
Having trouble with the website so taking a breaking now -- will finis it off later this week.
#rstats
usrbinr.github.io/md/index.html
November 10, 2025 at 2:09 AM
part 2 completed -- now with new logo.
Having trouble with the website so taking a breaking now -- will finis it off later this week.
#rstats
usrbinr.github.io/md/index.html
Having trouble with the website so taking a breaking now -- will finis it off later this week.
#rstats
usrbinr.github.io/md/index.html
part one completed
November 9, 2025 at 9:13 PM
part one completed
November 9, 2025 at 2:20 PM
if you have a series of tests against a single function, the describe()/ it() helps to individually document each different test case so when you run devtools::test() you can understand which of your sub tests failed and the context for it.
November 8, 2025 at 10:55 PM
if you have a series of tests against a single function, the describe()/ it() helps to individually document each different test case so when you run devtools::test() you can understand which of your sub tests failed and the context for it.
Example of what it looks like:
November 8, 2025 at 8:45 PM
Example of what it looks like:
#rstats package developers -- what is the recommended swag we should put on our packages github site?
by swag I mean all those badges that say if package is failing or if its on cran, its lifecycle, etc
by swag I mean all those badges that say if package is failing or if its on cran, its lifecycle, etc
November 8, 2025 at 4:49 AM
#rstats package developers -- what is the recommended swag we should put on our packages github site?
by swag I mean all those badges that say if package is failing or if its on cran, its lifecycle, etc
by swag I mean all those badges that say if package is failing or if its on cran, its lifecycle, etc
New logo released for the contoso package
If you're looking to practice analysis on business transaction data then, consider the {contoso} package
It also gives you the ability to generate from 10k to 100M rows of data with @duckdb.org
usrbinr.github.io/contoso/
If you're looking to practice analysis on business transaction data then, consider the {contoso} package
It also gives you the ability to generate from 10k to 100M rows of data with @duckdb.org
usrbinr.github.io/contoso/
November 7, 2025 at 12:43 PM
New logo released for the contoso package
If you're looking to practice analysis on business transaction data then, consider the {contoso} package
It also gives you the ability to generate from 10k to 100M rows of data with @duckdb.org
usrbinr.github.io/contoso/
If you're looking to practice analysis on business transaction data then, consider the {contoso} package
It also gives you the ability to generate from 10k to 100M rows of data with @duckdb.org
usrbinr.github.io/contoso/
one note left but oh boy will this be a painful note to fix
November 7, 2025 at 3:30 AM
one note left but oh boy will this be a painful note to fix
Instead of rice, my work is serving spaghetti for my taco bowl.
This feels criminal.
This feels criminal.
November 6, 2025 at 5:32 PM
Instead of rice, my work is serving spaghetti for my taco bowl.
This feels criminal.
This feels criminal.
okay, got the package to the review stage -- lets see how it goes from here
@nrennie.bsky.social
@nrennie.bsky.social
November 6, 2025 at 12:56 PM
okay, got the package to the review stage -- lets see how it goes from here
@nrennie.bsky.social
@nrennie.bsky.social
today I learnt about the .Rbuildignore file
November 6, 2025 at 12:03 PM
today I learnt about the .Rbuildignore file
November 5, 2025 at 2:07 AM
mission accomplished; a few thoughts:
- vibe coding creates more work then it solves
- use devtools::check() often to catch errors / inconsistencies
- @inheritparams is your friend for roxygen tags
- need a best practice for global variances and namespacing functions vs. importFrom
#rstats
- vibe coding creates more work then it solves
- use devtools::check() often to catch errors / inconsistencies
- @inheritparams is your friend for roxygen tags
- need a best practice for global variances and namespacing functions vs. importFrom
#rstats
November 1, 2025 at 11:20 PM
mission accomplished; a few thoughts:
- vibe coding creates more work then it solves
- use devtools::check() often to catch errors / inconsistencies
- @inheritparams is your friend for roxygen tags
- need a best practice for global variances and namespacing functions vs. importFrom
#rstats
- vibe coding creates more work then it solves
- use devtools::check() often to catch errors / inconsistencies
- @inheritparams is your friend for roxygen tags
- need a best practice for global variances and namespacing functions vs. importFrom
#rstats
getting there
November 1, 2025 at 8:06 PM
getting there
progress
November 1, 2025 at 3:04 PM
progress
November 1, 2025 at 1:59 PM
Is there any sight more beautiful than this?
October 27, 2025 at 1:04 AM
Is there any sight more beautiful than this?
1/ A thread to introduce myself as I will try to post more consistently on here
When people would ask me where I am from, I would often dread it -- I grew up in Qatar, Somalia, Kenya, Mongolia, Rhode Island and Arkansas which honestly sounds like a set up for a joke (no, my parents weren't spies)
When people would ask me where I am from, I would often dread it -- I grew up in Qatar, Somalia, Kenya, Mongolia, Rhode Island and Arkansas which honestly sounds like a set up for a joke (no, my parents weren't spies)
October 26, 2025 at 7:38 PM
1/ A thread to introduce myself as I will try to post more consistently on here
When people would ask me where I am from, I would often dread it -- I grew up in Qatar, Somalia, Kenya, Mongolia, Rhode Island and Arkansas which honestly sounds like a set up for a joke (no, my parents weren't spies)
When people would ask me where I am from, I would often dread it -- I grew up in Qatar, Somalia, Kenya, Mongolia, Rhode Island and Arkansas which honestly sounds like a set up for a joke (no, my parents weren't spies)
are you using dplyr join verbs? if yes then they do a good job of letting you know if you one many-to-many errors etc.
another option is to use tidylog's join verbs, it will print a summary of the joins for you
Thanks to @cghlewis.bsky.social for reminding me
another option is to use tidylog's join verbs, it will print a summary of the joins for you
Thanks to @cghlewis.bsky.social for reminding me
October 13, 2025 at 11:16 PM
are you using dplyr join verbs? if yes then they do a good job of letting you know if you one many-to-many errors etc.
another option is to use tidylog's join verbs, it will print a summary of the joins for you
Thanks to @cghlewis.bsky.social for reminding me
another option is to use tidylog's join verbs, it will print a summary of the joins for you
Thanks to @cghlewis.bsky.social for reminding me
October 13, 2025 at 12:17 AM
not sure if this meets your ask
October 12, 2025 at 3:44 PM
not sure if this meets your ask