smach, to rstats
@smach@masto.machlis.com avatar

The {mrup} 📦 is an “RStudio addin for searching for all local projects and editing the most recently used project list.
“Easily open any previous project. Add projects to, or remove projects from, the recent project drop-down menu.” By John Wilson, teaching fellow at Edinburgh University
https://github.com/jmcvw/mrup
@rstats

joranelias, to random
@joranelias@mastodon.social avatar

If you are somewhere between disillusioned & enraged with the direction that StackOverflow has taken, but like me you still periodically have the “answer programming questions on the internet" itch, here's a small suggestion that I’ve found rewarding.

Follow the GitHub issues of an open source project you use a lot. I 💯 guarantee you that they periodically get issues that are just confused users asking for help, or “bug reports” that are just a simple misunderstanding of the tool…

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

4.4.0 now includes "%||%" in base

I've always called it the "null operator", but I'm happy to learn of a better name.

spcanelon, to random
@spcanelon@hachyderm.io avatar

📣 I launched my first newsletter! It's free and I'll be using it to send a little email note any time I publish a blog post, publication, talk, or project on my site.

If you're interested in getting these updates, you can sign up at https://spcanelon.substack.com/

👀 I've got some posts in the pipeline for later this year

@RLadiesGlobal @rladies_bot

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

When writing guides and documentation, I always try to write what I would have liked to have read, so here is a guide on how to contribute to from the perspective of an user:

https://b-rodrigues.github.io/rix/articles/z-contributing_to_nixpkgs.html

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) TIL about the plotnine library- the grammar of graphics in Python 🚀

I had never heard about the Plotnine library until I came across the Posit Plotnine contest (see the link below). The plotnine is a Python implementation of a grammar of graphics based on the ggplot2 library.

image/png
image/png

stevensanderson, to programming
@stevensanderson@mstdn.social avatar
smach, to rstats
@smach@masto.machlis.com avatar

New Kyle Walker tutorial: “Query the 2.35 BILLION row global buildings dataset from Overture Maps in and visualize in 3D w/deck.gl

“Learn about the open_dataset() function in R's arrow 📦, which might change your life (or at least your work with big datasets)”

https://walker-data.com/posts/overture-buildings/

@rstats

jonthegeek, to random
@jonthegeek@fosstodon.org avatar

New experimental 📦 {stbl} is now available on CRAN! https://jonthegeek.github.io/stbl/

For client packages, I want to make sure args are in the form the API expects. Other packages ({checkmate}, {vctrs}) didn't QUITE do what I want, so I https://xkcd.com/927/ 'ed it and made my own!

There's still a lot missing, and I'll likely tweak the errors to make things clearer, but it was done-enough to put it into the world. Enjoy!

Watch me push to CRAN: https://youtu.be/dN-2aQ7FyfQ

stevensanderson, to random
@stevensanderson@mstdn.social avatar
topepo, to statistics
@topepo@fosstodon.org avatar

For model calibration (esp via logistic regression), does anyone know of a statistical investigation of the properties of the resulting calibrated predictions?

IOW, if we use predictions from one model as inputs to another model, do we know the probability distribution of the final predictions?

#statistics #rstats

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Learn how to handle rows in R containing specific strings using base R's grep() and dplyr's filter() with str_detect(). Select or drop rows efficiently and enhance your data manipulation skills. Give it a try with your datasets for better data cleaning and organization.

#DataScience #RProgramming #Coding #R #RStats #Programming #Data #Strings

Post: https://www.spsanderson.com/steveondata/posts/2024-05-23/

streetsblogmass, to random
@streetsblogmass@urbanists.social avatar

I just published a very basic introduction to using Boston's bikeshare system data in . IMHO this is a great, underutilized dataset and is especially well-suited for student projects!

https://observablehq.com/@vigorousnorth/using-bluebikes-data-in-r

rOpenSci, to rstats Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 48]

Today's Computing Infrastructure package is baRcodeR

Label Creation for Tracking and Collecting Data from Biological Samples
🙏 Maintained by Robert Colautti
📝 https://docs.ropensci.org/baRcodeR/

Check out this article: Using {baRcodeR} with command line prompts
💻 https://docs.ropensci.org/baRcodeR/articles/Using-baRcodeR.html




@rstats

matherion, to rstats
@matherion@mastodon.nl avatar

Hey, would this be useful to people?

TwineR: an integration of Twine and WebR.

It would enable the relatively easy creation of serious games and interactive exercises to learn R or statistics (or with the {rock} package, qualitative research); combining R with a simple game/adventure engine.

Did anybody experiment with yet?

Maybe @coolbutuseless or @hrbrmstr? Others in the community?

@rstats

chainsawriot, to random
@chainsawriot@emacs.ch avatar

This is on CRAN (finally). But you probably don't need to use it.

:rstats:

https://cran.r-project.org/web/packages/minty/index.html

cascadiarconf, to rstats

Did you know we are offering both, in-person and remote attendance scholarships for our conference happening June 21-22 in Seattle?

You can still apply until May 31st! Find out more here: https://cascadiarconf.com/

#R @rstats

dgkeyes, to random
@dgkeyes@fosstodon.org avatar

I've always wanted to try to get axis text directly on my plots like I've seen in the New York Times and other places. Finally figured it out with the help of the {ggh4x} package. Code here: https://rfor.us/axistext

image/png

Posit, to python
@Posit@fosstodon.org avatar

The April 2024 release of Posit Package Manager brings support for air-gapped PyPI repositories, more flexible curated CRAN repositories, performance improvements and more!

Learn about it in the blog post: https://posit.co/blog/posit-package-manager-2024-04-0/

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Want to split numbers up, because why not? I go over this in todays post using gsub() and strsplit() functions from base R.

Post: https://www.spsanderson.com/steveondata/posts/2024-05-22/

#R

image/png

petrpajdla, to random
@petrpajdla@archaeo.social avatar

Last days left to apply to a training school in computational archaeology in September in Brno!

Join us if you are interested in how to query and analyse archaeological data integrated in the ARIADNE research infrastructure using R.

https://aiscr.cz/atRium

RoSE_Network_, to random
@RoSE_Network_@mstdn.social avatar

We're very excited to be hosting three reading groups at eCOTS over the next few weeks, and we'll be introducing them this week!

The first reading group is on the topic of "What do students learn from simulations in statistics?" and is facilitated by Andrew Pua, and will be happening May 21 10pm BST / 5pm EDT / May 22 5am Philippine Standard Time

For more information: https://causeweb.org/cause/ecots/ecots24/reading-groups

RoSE_Network_,
@RoSE_Network_@mstdn.social avatar

Another of our reading groups at eCOTS conference will discuss R Pedagogy!

📅 Starting from 29th May lasting for 5 weeks
⏰ Days of the week and times vary
👋 Come and join us!

Details: https://www.causeweb.org/cause/ecots/ecots24/reading-groups

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

My {rix} package, making it easy to use as an user, is on version 0.7.0 as of tonight! The most important feature is described in this vignette: https://b-rodrigues.github.io/rix/articles/z-bleeding_edge.html

TL;DR: you can now build environments with bleeding edge CRAN or Bioconductor packages!

DataAngler, to random
@DataAngler@vis.social avatar

I wish I had not found tidycensus::load_variables. I can't make myriad maps from Census data. I have other work to do!

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

I will be updating my healthyR.data package soon as well as my TidyDensity. Here is some news of new functions for healthyR.data:

https://www.spsanderson.com/healthyR.data/news/index.html#new-function-development-version

#R

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • DreamBathrooms
  • cisconetworking
  • osvaldo12
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • Youngstown
  • ethstaker
  • rosin
  • slotface
  • mdbf
  • kavyap
  • anitta
  • InstantRegret
  • Durango
  • tester
  • everett
  • cubers
  • GTA5RPClips
  • khanakhh
  • provamag3
  • modclub
  • Leos
  • normalnudes
  • megavids
  • lostlight
  • All magazines