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

“AI Use Cases for R Enthusiasts” - Upcoming Workshop for Ukraine this Thursday, May 9, noon ET/6 pm CET/9 am PT with Dr. Albert Rapp ( @rappa753 but not too active here). Donate 20 euro/20 USD for this live 2-hour session - or if you can’t make it, access to recordings & materials.
Rapp says you'll leave with “fresh ideas and practical strategies for using AI.”
https://sites.google.com/view/dariia-mykhailyshyna/main/r-workshops-for-ukraine
#rstats #AI #GenAI @rstats

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

📦 [A package a day - Computing Infrastructure 36]

Today's Computing Infrastructure package is hoardr

Manage Cached Files
🙏 Maintained by Tamás Stirling
📝 https://docs.ropensci.org/hoardr/

Check out this article: Introduction to the {hoardr} package
💻 https://docs.ropensci.org/hoardr/articles/hoardr_vignette.html




@rstats

markvanderloo, to random
@markvanderloo@mathstodon.xyz avatar

The latest issue of the R Journal is out! Read it here: https://journal.r-project.org/issues/2023-4/

PipingHotData, to random
@PipingHotData@fosstodon.org avatar

I'm excited to teach the "What They Forgot To Teach You About R" workshop with E. David Aja at posit conf for the 3rd year! 🎉 Join us to level up your personal R administration 🛠 and debugging skills 🧐. 🤗

✨Register pos.it/conf
✨Workshop https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1707334049151001SsKL

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

We’re excited to partner with @rinpharma for their in-person events at posit::conf(2024) at the Hyatt Regency in Seattle! Join us starting on August 11 to discuss the future of open-source drug development.

Learn more in our blog post: https://posit.co/blog/register-for-r-pharma-at-posit-conf-2024/

stevensanderson, to random
@stevensanderson@mstdn.social avatar

Today I am writing on the AIC functions available in my hashtag#R hashtag#Package TidyDensity.

There are many of them, with many more on the way. Some of them are a little temperamental but not to worry it will all be addressed.

My approach is different then that of fitdistrplus which is an amazing package. I am trying to forgo the necessity of supplying a start list where it may at times be required.

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

#R

terence, to random
@terence@fosstodon.org avatar

Bathymetry of the Aegean Sea.

adventures, an tale

maelle, to random
@maelle@mastodon.social avatar
lulu_powerful, to random
@lulu_powerful@fosstodon.org avatar

I recently worked with someone with 10 years' experience in #RStats who thinks dependency management doesn't matter. He didn't even think it was worthwhile to just ensure we were all using the same versions of things.

I don't get it. It took me mere months to break an R script by carelessly updating packages - how did this guy make it to a decade with no mishaps?

Lluis_Revilla, to random
@Lluis_Revilla@fosstodon.org avatar

Some reflections about repositories: https://llrs.dev/post/2024/05/05/packaging-r-getting-in/
Which definition of cran-like repository do you normally use for R?

josi, to random
@josi@fosstodon.org avatar

🪲 R's new vulnerability doesn't scare me.

There are TONS of ways to hide exploits in R code. Want to see how you can abuse:

  • .onLoad()
  • pre-compiled code
  • side effects or
  • hiding in S3 generics?

https://www.youtube.com/watch?v=WGvXEi4nG5k

dmendsev, to random
@dmendsev@fosstodon.org avatar

Day 2 of the spring trip. -.
Hoping that today's trip will be kinder 😅

timelyportfolio, to random
@timelyportfolio@mastodon.social avatar

so excited to finally attend and present at in Chicago next week https://web.cvent.com/event/58ee0590-1071-42fd-a163-b827b1256991/websitePage:7ec01a22-d8ec-4eb2-ad21-446f9d024f11 and look forward to covering the combination of and finance with JavaScript through @gws

would love to know if anyone has any specific questions that I could address/explore in my presentation.

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

working on the next release of TidyDensity

#R

stevensanderson,
@stevensanderson@mstdn.social avatar
terence, to random
@terence@fosstodon.org avatar

I have a linestring with messy ends (like a tangled ball of yarn). How can I smooth the messy ends so that it traces a nice curve around the yarn-like segments? I tried the {smoothr} package but it doesn't seem to work.

Also open to QGIS or Python approaches.

ramikrispin, to random
@ramikrispin@mstdn.social avatar

Another great reason why R users should use Docker 🐳 - Airflow 😎

terence, to random
@terence@fosstodon.org avatar

Bathymetry of the Gulf of Alaska.

adventures, an tale

pablote, to rstats Spanish
@pablote@mastodon.social avatar

Junté {targets} + {pointblank}

@rstats

terence, to random
@terence@fosstodon.org avatar

Thanks to @hughagraham, here's a tree canopy height viz of O‘ahu, Hawai‘i two ways—canopy height only (left), over shaded relief (right). Which do you prefer?

Hi-res canopy height data from World Resources Institute and Meta.

adventures, an tale

A visualisation of tree canopy height over shaded relief in O‘ahu, Hawai‘i

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Want a simple form of analysis in #R well, I got you covered.

My #R TidyDensity has a function called tidy_mcmc_sampling() that is pretty straight forward. It takes a raw vector and performs the calculation you give it over a default of 2k samples.

I hope you find it useful.

#R

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

image/png
image/png

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

Ace write-up, by Ivan Krylov, of the non-vulnerability in that was inappropriately assigned a CVE by an attention-seeking vendor.

It's sad every CERT on the planet is regurgitating the hype.

https://aitap.github.io/2024/05/02/unserialize.html

maelle, to random
@maelle@mastodon.social avatar

ICYMI, desc::desc_normalize()

✅ Re-formats and re-orders fields in DESCRIPTION in a standard way.
✅Reorders the packages alphabetically.

Downside: you might be a little bit annoyed when you encounter DESCRIPTION files with fields in a different order. 🤪

https://desc.r-lib.org/reference/desc_normalize.html

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

is so cool!!! Such a fast turnaround to get the latest release too!
https://mstdn.social/@gws/112377052382309094

gws, to random
@gws@mstdn.social avatar

PSA: The latest development build of served at https://webr.r-wasm.org/latest/ is now running 4.4.0 🎉 This change will be included as part of the next release. Thanks @jeroenooms for helping get this up and running.

WebAssembly packages for R 4.4 are now being served by https://repo.r-wasm.org/. As before, you can browse the list of available Wasm packages by visiting that URL in your browser. Feel free to let me know if any major packages have been broken in the rebuild process.

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