terence, to random
@terence@fosstodon.org avatar

Bathymetry of the Seto Inland Sea revisited.

adventures, an tale

Posit, to python
@Posit@fosstodon.org avatar

RStudio IDE and Posit Workbench version 2024.04.0, code-named “Chocolate Cosmos, is now out! 🎉

The latest release comes with several updates, such as bundling Quarto version 1.4, VS Code updates, and support for R 4.4.

Learn more: https://posit.co/blog/rstudio-2024-04-0-whats-new/

#RStats #Python #Quarto #QuartoPub

emjonaitis, to stackoverflow
@emjonaitis@mathstodon.xyz avatar

https://www.tomshardware.com/tech-industry/artificial-intelligence/stack-overflow-bans-users-en-masse-for-rebelling-against-openai-partnership-users-banned-for-deleting-answers-to-prevent-them-being-used-to-train-chatgpt

I was interested by the crackdown described here and decided to see what would happen if I deleted a few old questions. We’re talking four questions, 10+ years old, of questionable current relevance. Some I could not delete and so I recommended them for closing on the basis of their age. Sure enough, I got a 24-hour ban with a nasty message from the site, and got the dunce cap “Disciplined” added to my profile.

I was never a power user on #stackoverflow in the first place, and nobody was looking to me for advice, but this was enough to prompt me to delete my account. I’m not interested in having my name associated with this kind of organization. Frankly, I’m also not a strong enough #rstats programmer to take the risk of getting coding advice from AI: if it’s badly wrong, which tends to happen at least in other domains — rarely enough that people let down their guard, but often enough to be nonignorable — I might not know. So the value proposition of using their site is not what it was before, and there’s really no reason for me to stay.

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Learn efficient ways to collapse text by group in R! Explore base R's aggregate(), dplyr's group_by() and summarise(), and data.table's grouping. Mastering these techniques enhances data preprocessing skills. Try these examples with your datasets to optimize workflows. Happy coding! 📊💻

#RProgramming #DataAnalysis #R #RStats #Programming #Data

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

image/png

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

Good time to remind (especially folks new to R) folk that R is (in part) directly powered by Fortran https://github.com/search?q=repo:wch/r-source%20language:fortran&type=code
https://oldbytes.space/@arclight/112409105707390752

coolandnormal, to random
@coolandnormal@aus.social avatar

People who understand R and RStudio, please help me out.

I've been asked to use it for a class that is neither a stats nor an IT unit, so none of us are experienced with the tech.

Here's the issue:

I open RStudio. It shows me a mostly blank screen with the usual row of menus along the top plus the RStudio logo and name. Each menu displays (empty). In a separate window it opens the RStudio logo only.

I can't work out how to make it display menus and the rest of the UI.

It was working normally yesterday.

I have tried turning all aspects of the situation off and on again. I haven't tried downloading RStudio again.

Edit: possibly relevant, it's running on a basic laptop that's over 10yo.

#RStats #RStudio

wlwl, to random

my first rtoot

mattdray, to random
@mattdray@fosstodon.org avatar
terence, to random
@terence@fosstodon.org avatar

Bathymetry of the Red Sea.

adventures, an tale

RLadiesGlobal, to random
@RLadiesGlobal@hachyderm.io avatar

It is disappointing to see the persistence of male dominated professional spaces. We applaud Christina for bringing up the issue and then for making the hard decision to exit the organization when action towards diversity was not taken. We hope leaders in these spaces evaluate the conditions that created
this environment and take action to meaningfully involve underrepresented groups.
https://www.linkedin.com/posts/christina-fillmore-38a19b41_i-am-writing-this-post-with-a-heavy-heart-activity-7193978534065811456-D74T?utm_source=share&utm_medium=member_desktop

Posit, to random
@Posit@fosstodon.org avatar

The sparklyr package and friends have been getting some important updates in the past few months!

sparklyr is a package that allows you to interact with Spark using familiar R interfaces, such as dplyr, broom, and DBI. You can also gain access to Spark's distributed Machine Learning libraries, Structure Streaming, and ML Pipelines from R.

Read more in the blog post: https://blogs.rstudio.com/ai/posts/2024-04-22-sparklyr-updates/

terence, to random
@terence@fosstodon.org avatar

Almost forgot this projection so here it is with the world's ocean currents. Should I name the currents?

adventures, an tale

stevensanderson, to random
@stevensanderson@mstdn.social avatar

👍 In R, you can easily extract specific columns from a data frame by their numerical positions. For instance, to grab the second column from a data frame df, you can use df[, 2].

🙅‍♂️ You can also exclude columns by using negative indexing, such as df[, -2] to exclude the second column.

Keep exploring and happy coding!

#R

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

image/png

terence, to random
@terence@fosstodon.org avatar

Tree canopy height map of the County of Maui, including the islands of Maui, Lānaʻi, Molokaʻi, Kahoʻolawe, and Molokini. Made possible by @hughagraham.

#rayshader adventures, an #rstats tale

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

{rmonocypher} is now feature complete! Simple (yet bulletproof) encryption

Core encryption function is

encrypt(mtcars, filename = "secure.rds", key = "my secret key!")

Security/usability feedback welcomed!

Below the surface there's lots going on!

  • Argon2 key derivation
  • RFC8439 "Authenticated Encryption with Additional Data" using ChaCha20 stream cipher + Poly1305 Message Authentication
  • Required random bytes (nonce) sourced from OS CSPRNG

https://github.com/coolbutuseless/rmonocypher

rpodcast, to datascience
@rpodcast@podcastindex.social avatar

Episode 164 of the @rstats @rweekly Highlights Podcast has landed! https://serve.podhome.fm/episodepage/r-weekly-highlights/issue-2024-w19-highlights

🤔 More than meets the eye with the R CVE (Ivan Krylov)
🎂 Simulations for birthday probabilities @andrew
recap @appsilon

Not quite ready to change your podcast app? You can boost to the show directly on the Podcast Index at https://podcastindex.org/podcast/1062040

h/t @mike_thomas @colinfay 🙏

sotneStatue, to bioinformatics
@sotneStatue@fosstodon.org avatar

Today I'll be using #R for RNAseq analysis for the first time, wish me luck

Lluis_Revilla,
@Lluis_Revilla@fosstodon.org avatar

@sotneStatue Good luck. I'm sure you'll find @Bioconductor packages very helpful! There is also a lot of materials on how to do it.
Pst if you use R the hashtag we use is usually #rstats. You might get more help if you post it with that hashtag 😉

tim_salabim, to random
@tim_salabim@fosstodon.org avatar

Since I've recently quit my job, I've enabled github sponsors now. Without any expectations, let's see if I can make a living as an #rstats #rspatial #whateverspatial opensource developer 🤔

https://github.com/sponsors/tim-salabim

Thanks to inspiration by @kylebarron I am currently deep diving into #deckgl and #geoarrow to enhance the geo-spatial visualisation toolkit available in #rstats #rspatial...

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

📦 [A package a day - Computing Infrastructure 38]

Today's Computing Infrastructure package is universe

Tools for Working with R-universe
🙏 Maintained by @jeroenooms
📝 https://docs.ropensci.org/universe/

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

#APackageADay
#OSS
#RStats
@rstats

danwwilson, to random
@danwwilson@rstats.me avatar

#RStats lazyweb: has anyone ever had to connect to an azure SQL database using microsoft entra authentication? I am searching for a solution and all I can find is MSFT espousing how good it is, and so far it feels like an automation nightmare! ping @hrbrmstr because you’ve usually connected to everything before I have.

terence, to random
@terence@fosstodon.org avatar
zsmith27, to random

I have a private GitHub repo for an R package I developed for my organization. I cannot deploy a pkgdown webpage for my team in a private repo. Does anyone know if I can easily include a pkgdown webpage within my package (maybe in inst?) and have users serve it locally with a function call? I just saw this post from Maëlle Salmon: https://mastodon.social/@maelle/112393952364276977. Maybe servr::httw() could facilitate this?

jmcastagnetto, to random
@jmcastagnetto@mastodon.social avatar

@coolbutuseless -- just saw this on the incognito site :-)

https://x.com/JosiahParry/status/1787871177677115698

{yyjsonr} rewlz in speed and size

danwwilson, to random
@danwwilson@rstats.me avatar

#RStats users, I’m weighing up a new MacBook and wondering whether to go the Air or Pro. I don’t want a 16”. I’m curious to hear people’s experiences with the specs they have. Please, no Linux-only recs, as my clients all use the Office suite, which means I need to be able to deliver reliable documents to them, which isn’t quite possible with Libre Office.

cascadiarconf, to generativeAI

❗ KEYNOTE ALERT ❗

We're extremely proud to announce that Deepsha Menghani (@deepsha) will be the Keynote Speaker at the Cascadia R Conference 2024. Her talk, titled 'Why is everybody talking about Generative AI?' will explore how GenAI applications have revolutionized numerous industries through practical use cases.

Conference info:

, June 21-22, Seattle

More Info & Tickets: cascadiarconf.com

, #R @rstats

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