hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

Nice!

A new "ISC Working Group 'Marshaling & Serialization in R'"

This WG aims to develop standard practices for marshalling & unmarshalling of objects. This will involve identifying current problems, raising awareness of it, & coming up with technical solutions.

https://github.com/RConsortium/marshalling-wg

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 , 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

stevensanderson, to Finance
@stevensanderson@mstdn.social avatar

I have started a public team on my DoTadda account (DoTadda is great for portfolio managers specifically) that is for R stuff, you can find it here:

https://app.dotadda.io/teams/bad2fd50-1971-4103-903a-4c6406e3f445/dots

#R

If you are looking for a great way to automate knowledge search, share and the like you can use this to book a demo: https://4fi3yk3dxbg.typeform.com/to/qv1Xd3Ae?typeform-source=www.dotadda.com

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Want to check duplicate values across columns of a data.frame? Well you can do that in a basic way with TidyDensity and the check_duplicate_rows() function, or you can go through todays blog post for some other ideas with and

#R

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

image/png

maelle, to random
@maelle@mastodon.social avatar

My "useR! 2024" fireside chat with James Black 🔥

https://masalmon.eu/talks/2024-05-06-user-fireside-chat/

Proudly representing France? Brittany? with my shirt. 🥖 🥞

statnmap, to random French
@statnmap@mastodon.social avatar

- Which functions of my package are exported 👀 or not 🙈 and where are they located ?
💪 Find it out with fusen::draw_package_structure() - Works for regular packages or 'fusen' built packages
👉 https://thinkr-open.github.io/fusen/articles/draw-a-tree-of-your-package-files-and-functions.html
🎉 fusen-v0.6.0 is now on CRAN

almenal99, to random
@almenal99@fosstodon.org avatar

hey @coolbutuseless @mattdray

what's your take on pipe-at-the-end vs pipe-at-the-beginning?

(others, feel free to chime in)

DataAngler,
@DataAngler@vis.social avatar

@almenal99 @coolbutuseless @mattdray I like the reasons outlined in the resource below for putting |> at the end of the line:

  1. easy to scan verbs on the left to understand what a chunk is doing
  2. easy to add steps to the end of a line

https://r4ds.hadley.nz/workflow-style.html

simonpcouch, to random
@simonpcouch@fosstodon.org avatar

tidymodels has long supported parallelizing model fits across CPU cores. A couple of the modeling engines that supports for gradient boosting— and —have their own tools to parallelize model fits. A new blog post explores whether tidymodels users should use tidymodels' implementation, the engines', or both.

https://www.simonpcouch.com/blog/2024-05-13-parallel/

FelipeSMBarros, to random Spanish
@FelipeSMBarros@mastodon.social avatar

Muito tempo sem usar ... desaprendi tudo e fiquei mal acostumando com python. Quanta burocracia para fazer coisas simples. credo... que delicia :) hahaha

DataAngler, to random
@DataAngler@vis.social avatar

League of Legends but for folks wrangling legends in multi-layer charts and maps

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Discover essential techniques to check for column existence in R data frames!

Use %in% with names() or colnames(), explore dynamic checks with exists() and within(), or identify patterns with grepl(). Experiment with these methods in your projects.

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

#R

image/png

R_Foundation, to random
@R_Foundation@fosstodon.org avatar

New blog entry. Our statement on vulnerability report CVE-2024-27322. https://blog.r-project.org/2024/05/10/statement-on-cve-2024-27322/index.html

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

📦 [A package a day - Computing Infrastructure 41]

Today's Computing Infrastructure package is skimr

Compact and Flexible Summaries of Data
🙏 Maintained by @elinwaring
📝 https://docs.ropensci.org/skimr/

Check out this article: {Skimr} defaults
💻 https://docs.ropensci.org/skimr/articles/Skimr_defaults.html




@rstats

ramikrispin, to Excel
@ramikrispin@mstdn.social avatar

(1/2) I have been following the work of @stevensanderson and David Kum for a few years now, and I am excited to see the release of their new book 🥳- Extending Excel with Python and R 🚀.

The book focuses on the common conjunction and collaboration between data scientists and Excel users. This includes scaling and automating tasks with and and core data science applications such as data wrangling, working with APIs, data visualization, and modeling.

eddelbuettel, to ubuntu
@eddelbuettel@mastodon.social avatar

Happy to share that now provides 24.04, 3.19, and of course 4.4.0.

20.7k CRAN packages, and 400+ BioConductor packages as apt binaries with fast and full resolution of all dependencies.

: Fast. Easy. Reliable. Pick All Three.

https://eddelbuettel.github.io/r2u/

eitsupi, to random Japanese
@eitsupi@fosstodon.org avatar

I created a new Dev Container Feature to install packages from a DESCRIPTION file.
I think it would be a suitable Dev Container Feature for R package development.
https://github.com/rocker-org/devcontainer-features/tree/main/src/r-dependent-packages

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

What are some packages that take forever to compile?

cedricr, to random
@cedricr@mapstodon.space avatar

PSA for users: consider adding sth like
1 options(Ncpus = parallel::detectCores() - 2) and

2 Sys.setenv(MAKEFLAGS = paste0("-j", max(parallel::detectCores() - 2, 1))) in your .Rprofile.

1 will make packages install in //, 2 will make builds from source parallelized.

On a 32 cores box, building @tylermorganwall rayshader (many dependencies):
none: 718s
2: 327s
1+2 : 138s

duckdb (no dep):
none: 989s
2: 112s

Prepare for some fan noise though !

bentoh, to vscode
@bentoh@mastodon.online avatar

So over the past year I have been using for my and work. my workplace is trying to move to a unified IDE, and vscode allows remote access and WSL integration for free. However, so far it fails to spark joy in me like (despite lack of mode) and do. Everything feels clunky, and subpar. The "intelligent" and linting things are also quite broken in R... Has there been extensions that fundamentally change the vscode experience that I should be trying?

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 opensource developer 🤔

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

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

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

R Core has an official statement out on the inappropriately assigned CVE-2024-27322

https://blog.r-project.org/2024/05/10/statement-on-cve-2024-27322/

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

rOpenSci is proud to welcome a new package to our software suite!🎉

dendroNetwork: Create Networks of Dendrochronological Series using Pairwise Similarity by @RonaldVisser
Docs: https://docs.ropensci.org/dendroNetwork
Peer review: https://github.com/ropensci/software-review/issues/627
🙏 Thank you to reviewers @kaija_bean and Zach Gajewski!


@rstats

terence, to random
@terence@fosstodon.org avatar

Getting ready for summer with a spinning render of Enoshima. 🏖️ Data from OpenStreetMap contributors. Tried hard to find lidar data but failed.

adventures, an tale

video/mp4

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

📦 [A package a day - Computing Infrastructure 40]

Today's Computing Infrastructure package is gitcellar

Helps Download Archives of GitHub Repositories
🙏 Maintained by @maelle
📝 https://docs.ropensci.org/gitcellar/

Check out this example from @grusonh: Backing up GitHub organisation with {gitcellar}
💻 https://discuss.ropensci.org/t/backing-up-github-organisation-with-gitcellar/3153




@rstats

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