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

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

📦 [A package a day - Computing Infrastructure 47]

Today's Computing Infrastructure package is Data PackageR

Construct Reproducible Analytic Data Sets as R Packages
🙏 Maintained by Marie Vendettuoli
📝 https://docs.ropensci.org/DataPackageR/

Look how @vizowl uses DataPackageR to create data package Pandemic Papers with Chris Knox
💻 https://discuss.ropensci.org/t/using-datapackager-to-create-data-package-pandemic-papers-with-chris-knox/2131




@rstats

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

📦 [A package a day - Computing Infrastructure 46]

Today's Computing Infrastructure package is data pack

A Flexible Container to Transport and Manipulate Data and Associated Resources
🙏 Maintained by Matthew B. Jones
📝 https://docs.ropensci.org/datapack/

Check out this article: {datapack} R Package Overview
💻 https://docs.ropensci.org/datapack/articles/datapack-overview.html




@rstats

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) End To End Data Science With R 🚀

The End To End Data Science With R is a new book by Rene Essomba. The book, as the name implies, focuses on the core data science applications using R ❤️. This book covers the following topics:
✅ Exploratory data analysis
✅ Data visualization
✅ Supervised learning
✅ Unsupervised learning
✅ Time series
✅ Natural language processing
✅ Image classification

image/png
image/png
image/png

stevensanderson, to random
@stevensanderson@mstdn.social avatar

🚀 Elevate Your R Programming Skills: Removing Elements from Vectors

Want to level up your R programming game? Let's talk about removing specific elements from vectors! It's a fundamental skill.

But here's the real fun: try it yourself! Experiment with your own data and see which method resonates with you. To get yourself familiar with what's happening, you have to experiment.

#R

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

nrennie, to random
@nrennie@fosstodon.org avatar

I'll be at Manchester R User Group on June 27th talking about "Faster R code with Rust"!

Come and join us: https://www.meetup.com/manchester-r/events/295438003/

useR_conf, to random
@useR_conf@mastodon.social avatar

Check out another fireside chat hosted by Audrey Yeo, featuring Heather Turner and Abhishek Ulayil. This week's chat is on building foundations for R’s future as an accessible and diverse collaboration.

Heather is an R Foundation member with a strong track record promoting diversity in contributions to R, while Abhishek has recently converted the R Journal content to more accessible web content, and keynote speaker at useR! 2024.

https://www.menti.com/alct1hdwg7sn

jessie, to random
@jessie@mastodon.social avatar

Friends, Romans, fellow internet nerds: Do we have resources we like for teaching R to already-competent developers?

KathyReid,
@KathyReid@aus.social avatar

@jessie Hey Jess try the hashtag

terence, to random
@terence@fosstodon.org avatar

World topobathy, sort of.

adventures, an tale

yabellini, to random
@yabellini@fosstodon.org avatar

This is another beautiful and helpful package:

Keyring makes securely managing your credentials in R very easy:

Thanks @gaborcsardi !

https://keyring.r-lib.org/index.html

anze3db, to random
@anze3db@fosstodon.org avatar

I've just added the R programming language to Fedidevs! You can now find 194 programmers on fedidevs!

Thank you @smach for the suggestion! 💙

https://fedidevs.com/rstats

adamhsparks,
@adamhsparks@rstats.me avatar

@TimTeaFan @anze3db @smach I'm puzzled as well, as far as I can tell, I'm fully discoverable here, but I'm not on the list along with oodles of other folks that I follow. Several of us are on the RStats.me instance, even.

But I did find a few new profiles to follow, so that's at least working for me!

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

📦 [A package a day - Computing Infrastructure 45]

Today's Computing Infrastructure package is osfr

Provides a suite of functions for interacting with the Open Science Framework (OSF)
🙏 Maintained by Aaron Wolen
📝 https://docs.ropensci.org/osfr/

Check out this article: Authenticating {osfr}
💻 https://docs.ropensci.org/osfr/articles/auth.html




@rstats

stevensanderson, to random
@stevensanderson@mstdn.social avatar

The newest version of my #R TidyDensity really took off for me. Now wait until the next release which introduces 39 new functions. #R

terence, to random
@terence@fosstodon.org avatar

Shiretoko National Park, Hokkaidō, Japan.

adventures, an tale

simonpcouch, to random
@simonpcouch@fosstodon.org avatar

A new release of broom is on CRAN! v1.0.6 includes several changes to well-used tidiers from the package, e.g. for lm(), gam(), and survfit() output.

https://github.com/tidymodels/broom/releases/tag/v1.0.6

Posit, to opensource
@Posit@fosstodon.org avatar

Interested in using GenAI to enhance your clinical reporting?

Phil Bowsher is hosting a session on 'GenAI to Enhance Your Statistical Programming' at PharmaSUG, happening May 19-22 in Baltimore!

He will then join Shawn Campbell at the Posit Booth if you want to discuss further.

Want to chat now? Book a call here: https://posit.co/schedule-a-call/?booking_calendar__c=Industry_Pharma

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

If you work with text data in R, the gregexpr() function is essential for pattern matching. It finds all occurrences of a pattern within a string. Key parameters include pattern, text, ignore.case, perl, fixed, and useBytes. You can match characters, ignore case, use advanced regex, and search fixed strings.

#R #RProgramming #Programming #RStats #ROpenSci #Text #regex

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

image/png
image/png

HeathrTurnr, to opensource
@HeathrTurnr@fosstodon.org avatar

Next Tuesday I'll be part of a Fireside Chat alongside keynote Abhishek Ulayil on the topic of "Building foundations for R’s future as an accessible and diverse collaboration".

You can submit questions for us to discuss at https://www.menti.com/alct1hdwg7sn.

tylermorganwall, to random
@tylermorganwall@fosstodon.org avatar

Thank you continuous backups! I was working in RStudio and the git pane was showing "./" as being staged and I was unable to unstage it. It displayed a small amount of code from one R function, so I just reverted it after backing up that file... which reverted ALL the files in the repo to their last state (with days worth of work being gone) 😬 😬 😬

Thankfully I was able to pull versions of the files from an hour prior from backblaze, with minimal work lost

tylermorganwall, to random
@tylermorganwall@fosstodon.org avatar

Rendering the moon's craters with displacement mapping in R with rayrender! If you noticed they appear unphysically large, it's because I'm using a information communication technique long employed by cereal boxes: the data have been enlarged to show texture 😉

Moon render with bumps from displacement mapping

nihilistdatascientist, to datascience
@nihilistdatascientist@mastodon.social avatar

Once I learned that SQL is usually case-insensitive I decided to write all my SQL in SpongeMock, because nothing fucking matters:

seLeCt
cOl2
,CoL1
fROm mY_tAblE
wHeRe cOl1 iS nOt nUlL
aNd CoL2 = 23

#sql #rstats #pydata #DataScience

terence, to random
@terence@fosstodon.org avatar

Topobathy contours of Crete.

adventures, an tale

Posit, to random
@Posit@fosstodon.org avatar

Join Posit at The New York R Conference!

@hadleywickham will present on R in Production, providing advice and principles for creating robust, portable, and collaborative workflows.

Wes McKinney will present on The Future Roadmap for the Composable Data Stack, discussing interoperable open standards for the data processing stack.

Posit experts Sally Yang and @Rika_Gorn would love to see you at the booth!

Learn more about the New York R Conference: https://rstats.ai/nyr

stevensanderson, to random
@stevensanderson@mstdn.social avatar

39 new functions coming to my #R package TidyDensity at it's next release which will be soon.

#R

https://www.spsanderson.com/TidyDensity/news/index.html#tidydensity-development-version

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