simonpcouch, to random
@simonpcouch@fosstodon.org avatar

ICYMI, a new release of #rstats broom went out last week with changes to some of the package's more well-used tidiers! Read more: https://github.com/tidymodels/broom/releases/tag/v1.0.6

ivelasq3, to python
@ivelasq3@fosstodon.org avatar

posit::conf(2024) is an open-source data science conference happening in Seattle on August 12 - 14!

After the final keynote of #positconf2024, connect with R-Ladies Seattle and PyLadies Seattle at the community mixer! Open to all, even if you did not attend the conference.

RSVP here: https://www.meetup.com/rladies-seattle/events/300741695

#RStats #Python

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. 🤗 #rstats #rladies #pyladies #positconf2024

✨ 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

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 #rstats

image/png

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

adityadahiya, to coffee
@adityadahiya@mastodon.social avatar

#TidyTuesday American Coffee Preferences: most people drink black #coffee; Milk and Sugar are most preferred additions.
Data: The Great American Coffee Taste Test by @jimseven and Cometeer
Code🔗https://tinyurl.com/tidy-cfe
Tools: #ggplot2 #ggfittext #rstats @R4DSCommunity #coffeetime

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

{nara} update. A pkg for handling nativeRaster images.

  • New demo sprite.
  • Updated hex logo

All rendering done in R with {grid} and {nara}

https://github.com/coolbutuseless/nara

Animated pixel deer running across the screen
Hexagonal logo with the word "nara". Inside the hexagon is an animated pixel deer

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

{nara} pkg for working with native rasters in R

Work-in-progress: experimenting with isometric tiles

Fun!

https://github.com/coolbutuseless/nara

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

HeathrTurnr, to opensource
@HeathrTurnr@fosstodon.org avatar

Next Tuesday I'll be part of a Fireside Chat alongside #useR2024 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.

#RStats #EDIA #OpenSource

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 #quarto site.

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

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

#rstats #rladies #QuartoPub @RLadiesGlobal @rladies_bot

grrrck, to vscode
@grrrck@fosstodon.org avatar

Check it out, the #Shiny extension for #VSCode now supports both Shiny for R apps and Shiny for Python apps in everyone's second favorite IDE!

Along with the updates come a few neat features for deploying your Shiny apps as serverless ShinyLive apps using https://shinylive.io, or for saving a ShinyLive app as local #RStats or #Python files.

Learn more and see the extension in action in our release post: https://shiny.posit.co/blog/posts/shiny-vscode-1.0.0/

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

#StatsEd

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

#StatsEd #RStats

rmflight, to random
@rmflight@mastodon.social avatar

I wasn't sure if this little trick to change the figure captions in an #RStats #QuartoPub document would work, but it worked perfectly.

I get several figures, with their caption changed to reflect what was actually plotted.

Very nice.

#| label: fig-each  
#| fig-cap: !expr glue::glue('Number of things in {multi}.')  
#| fig-keep: all  
purrr::walk(multi, \(in_item){  
 tmp = big_df |>  
 dplyr::filter(value %in% in_item)  
 print(ggplot(tmp, aes()) + geom_point())  
})  
nrennie, to random
@nrennie@fosstodon.org avatar

📢New blog post 📢

A short blog post about how I've been using Quarto to create two versions of R tutorial worksheets: one with questions, one with answers!

Two tricks:
🪄 parameterised documents
🪄 conditional content

Blog post: https://nrennie.rbind.io/blog/r-tutorial-worksheets-quarto/

#RStats #QuartoPub #StatsEd

thomas_mock, to random
@thomas_mock@fosstodon.org avatar

Posit provides patched binaries for versions 4.0.0 and above.

"A recent security vulnerability in the R language has been patched in Posit’s Linux binaries for installing R versions 4.0.0 and above."

https://posit.co/blog/posit-patched-binaries-for-r-versions-4-0-0/

pglpm, to orgmode
@pglpm@emacs.ch avatar

Dear community:

I've started taking advantage of Emac's org-mode with R code snippets. So nifty!

One thing I miss from ESS-mode is the underscore key "_" that produces the assignment operator "<-". Do you know any way of having this functionality within R code blocks in an org document?

A search on stackexchange and the web didn't return very much, or only answers from 10 years ago...

Cheers!

EDIT: I found this useful tip in an old org-mailing-list thread: https://list.orgmode.org/4CC40000.3090508@uni-koeln.de/T/#efb9759d0d3a8ab22e391a385608c046a13e90502

>>> or some keybindings (e.g. for "<-") inside<br></br>>>> an R source code block.<br></br><br></br>This one can be done with<br></br><br></br>  (defun dan/org-underscore-command ()<br></br>    (interactive)<br></br>    (or (org-babel-do-key-sequence-in-edit-buffer "_")<br></br>        (org-self-insert-command 1)))<br></br><br></br>   (define-key org-mode-map "_" 'dan/org-underscore-command)<br></br><br></br>And another one that you may like is for commenting code:<br></br><br></br>  (defun dan/org-comment-dwim (&optional arg)<br></br>    (interactive "P")<br></br>    (or (org-babel-do-key-sequence-in-edit-buffer "M-;")<br></br>        (comment-dwim arg)))<br></br><br></br>   (define-key org-mode-map "M-;" 'dan/org-comment-dwim)<br></br><br></br>
Posit, to python
@Posit@fosstodon.org avatar

posit::conf(2024) virtual tickets are now available!
Join us on August 12-14—from all over the world—to live stream the incredible talks and keynotes that will be taking place in Seattle.

We understand that not everyone will be able to make the trip to Seattle this year, so we’re excited to offer a fully virtual offering for everyone as an alternate option.
REGISTER: https://posit.co/conference/

#posit #rstats #python #pydata #DataScience

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

Introducing {naratext} - render text into nativeRaster objects

I wrote this pkg because I need to render text into nativeRaster and then interface/composite into other nativeRasters with {nara}

This is at the "proof-of-concept" stage, but looks promising!

#RStats

https://github.com/coolbutuseless/naratext/
https://github.com/coolbutuseless/nara/

Lluis_Revilla, to random
@Lluis_Revilla@fosstodon.org avatar

Do you want to improve messages in your language?
On July 2nd there will be another tutorial about how to translate R the easy way 😄
Is so easy last release includes my contributions in two languages: and Spanish.

If you see some message you want translated in those languages let me know and if you attend the tutorial I'll teach you how (and if not I'll do it myself 😃)

Register for the online : https://events.linuxfoundation.org/user/program/virtual-schedule/

Drmowinckels, to startup
@Drmowinckels@fosstodon.org avatar

📝 New blog post 📝

'Customise your R startup message'

🧌 We all know the R startup message. It tells us the version of R we are running, the date, the platform we are running on, and some informative tips on using R. When you've been using R a while, though, it get old. Let me show you how you can customise your startup message! ---

👀 Read more at https://drmowinckels.io/blog/2024/rproject

#rstats #startup #pride

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

Not traveling to Austria for next month's useR! conference? There's also a free virtual pre-conference on July 2! Sessions range from 4:30 to 21:30 CEST, so there's something for people in every time zone.
Topics include Redefining Interactive Data with Quarto and WebR, Stop Making Spaghetti (Code), Rix: Reproducible Environments with Nix, and more. Plus tutorials like Deploy and Monitor ML Pipelines with Open Source and Free Applications

https://events.linuxfoundation.org/user/program/virtual-schedule/

@rstats

RoedigerRG, to random

News!

biopixR, has reached version 1.0.0! From its humble beginnings to the latest updates, we've worked tirelessly to bring you powerful tools for image analysis and processing.

Improved examples
New functions: importImage and scanDir
Automated parameter calculation in objectDetection
Faster computation through vectorization

Browse through our journey: from edge detection to automated calculations, parallel processing, and more!

https://cran.r-project.org/package=biopixR

#biopixR #rstats #imageanalysis

Logo of the #biopixR package

lulu_powerful, to neovim
@lulu_powerful@fosstodon.org avatar

I've added the R.nvim plugin to #Neovim. It splits the window into panels for editing, viewing output and browsing objects, and it offers everything I'd expect in an R IDE.

It hardly needs any configuration besides registering its own existence. It's comprehensive, thoughtful and underrated, and it's my preferred way to write R code.

#RStats

hfrick, to random
@hfrick@mastodon.social avatar

Registration for tutorials at useR! in Salzburg is open! I'll be teaching an in-person tutorial on Survival Analysis with tidymodels with @topepo .To register for the tutorial, log back into your conference registration and then modify it to include tutorials (and maybe a social event!) in Step 4 "Reg Options." It's a bit of clicking to get there, but the choice of tutorials and social activities is worth it!

To modify your registration: https://events.linuxfoundation.org/user/register/

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