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 #package TidyDensity really took off for me. Now wait until the next release which introduces 39 new functions. #R #RStats #RProgramming

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

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 😉

#RStats #rayrender

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

#RStats

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 #RStats #RProgramming #ROpenSci

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

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

[help wanted] rOpenSci packages are looking for some help! 🙏

📦 tidyqpcr (maintained by @ewjwallace)

Check out the issue by Samuel Joseph Haynes labelled 'help wanted':
"Check the suitability of the vignette colour scheme for accessibility" at https://github.com/ropensci/tidyqpcr/issues/94

Check out the issue by @rmagno labelled 'help wanted':
"Import RDES format" at https://github.com/ropensci/tidyqpcr/issues/197


@rstats

RLadiesGlobal, to random
@RLadiesGlobal@hachyderm.io avatar

Join us at posit::conf(2024) on Wednesday, Aug 14 after the last keynote for the joint R-Ladies / PyLadies community mixer in Seattle! 💜 The event is open to the public and posit conf attendees. 🤗

✨ meetup https://www.meetup.com/rladies-seattle/events/300741695/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link

✨ conference agenda https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1713835872133001MTv6

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

🎉 New Post Alert! 🎉

Counting words in a string is a fundamental task in data analysis.

  1. Base R: Use strsplit(), a straightforward method to split strings and count words.

  2. stringr: The str_split() function from the stringr package makes the code more readable.

  3. stringi: For powerful and efficient string manipulation, stri_split_regex() from the stringi package is your go-to.

Happy coding! 🚀

#R

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

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

How Major League Teams Use R to Analyze Baseball Data - video presentation by Keith Woolner, principal data scientist for the Cleveland Guardians, at the Cleveland R User Group
https://youtu.be/1SR9C4td3TI?si=Ic7osZnMgb8vQd44

#RStats #SportsAnalytics @rstats

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

📦 [A package a day - Computing Infrastructure 44]

Today's Computing Infrastructure package is gistr

Work with GitHub Gists
🙏 Maintained by @sckottie
📝 https://docs.ropensci.org/gistr/

Do you use this package? Tell us about it!
🗺️ https://discuss.ropensci.org/c/usecases/10




@rstats

adamhsparks, to random
@adamhsparks@rstats.me avatar

Anyone else having issues with CRAN today? I was trying to submit an update to a package but I get an error that the SSL certificate has expired and it won't upload via {curl} and Firefox flags the page as unsafe.

ramikrispin, to rust
@ramikrispin@mstdn.social avatar

(1/2) I recently posted a few posts about Rust 🦀 and my intention to leverage it for data science applications. Multiple people asked if Rust is a substitute for R or Python, and the short answer (in my opinion) is no. I see Rust as a complementary or supporting language that could make languages like R and Python faster.

Polaris 🐻‍❄️ is one example of a Python 🐍 application that uses Rust on the backend. 🧵👇🏼

stevensanderson, to programming
@stevensanderson@mstdn.social avatar
stevensanderson, to programming
@stevensanderson@mstdn.social avatar

After I update my #R Package TidyDensity there will be 176 functions...that's a lot of code I wrote. This is just a reflection. Right now it is 172.

#R #RStats #RProgramming #Programming #Coding #ROpenSci

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

📦 [A package a day - Computing Infrastructure 43]

Today's Computing Infrastructure package is prismjs

Server-Side Syntax Highlighting
🙏 Maintained by @jeroenooms
📝 https://docs.ropensci.org/prismjs/

Do you use this package? Tell us about it!
🗺️ https://discuss.ropensci.org/c/usecases/10

#APackageADay
#OSS
#RStats
@rstats

Posit, (edited ) to Flooring
@Posit@fosstodon.org avatar

The world of big data, databases, and R is rapidly evolving with an explosion of tools and packages. We're delighted to announce two workshops at posit::conf(2024) tailored for working with large datasets:

• Big Data in R with Arrow, led by Nic Crane and Steph Hazlitt
• Databases with R led by @kirill

More info on the workshops here: https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog?search=&tab.day=20240812&search.sessiontype=1675316728702001wr6r

#DuckDB #RStats #Arrow #Parquet #Database

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

🔎 Selecting Columns Containing a Specific String in R: A Quick Guide 🚀

Hey R users! Need to select columns by a specific string? Here's how in base R, stringr, stringi, dplyr, and with a bonus from data.table.

🆒 R
✅ grepl
📦 stringr
📦 stringi
📦 dplyr

Bonus: 📦 data.table
library(data.table)
df_price <- df[, names(df) %like% "price"]

Happy coding! 🚀

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

#R #RProgramming #Programming #RStats #Coding #RegularExpressions #RegEx #stringr #stringi #dplyr #datatable #baseR

image/png
image/png
image/png

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