brodriguesco, to random
@brodriguesco@fosstodon.org avatar

A vulnerability in has been discovered https://nvd.nist.gov/vuln/detail/CVE-2024-27322

danwwilson, to random
@danwwilson@rstats.me avatar

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.

anze3db, to random
@anze3db@fosstodon.org avatar

I've just added the R programming language to Fedidevs! You can now find 194 programmers on fedidevs!

Thank you @smach for the suggestion! 💙

https://fedidevs.com/rstats

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

🚨Looks like was not immune to deserialization bugs after all https://hiddenlayer.com/research/r-bitrary-code-execution/

Watch those R Data files (and, we now shld come up with better ways to ensure local R library integrity)!!

CVE-2024-27322

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

steveroyle, to random
@steveroyle@biologists.social avatar

It seems I have found a new way to procrastinate on a grant application. Using to make my Gantt chart!

streetsblogmass, to random
@streetsblogmass@urbanists.social avatar

I just published a very basic introduction to using Boston's bikeshare system data in . IMHO this is a great, underutilized dataset and is especially well-suited for student projects!

https://observablehq.com/@vigorousnorth/using-bluebikes-data-in-r

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

4.4.0 now includes "%||%" in base

I've always called it the "null operator", but I'm happy to learn of a better name.

necrosis, to science German
@necrosis@chaos.social avatar

Leute. Ich hab sooooooooooo was geiles entdeckt.

Kennt ihr schon https://www.olivetin.app/ ?

Damit kann man Tools eine verpassen. 😍

Ok, das würde sich auch mit von umsetzen lassen. Aber dennoch.

Für unsere Beschäftigten, die eher Windows gewohnt sind kann ich so Shell Tools leichter zugänglich machen. Das ist so toll. 😍

Für sicher auch einen Blick wert. :3


ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/3) I am excited to share that my course - Data Pipeline Automation with GitHub Actions Using R and Python 🚀, is now available on LinkedIn Learning!

The course provides an introduction to setting up automation with GitHub Actions with both R and Python. Throughout the course, we will use a real-life example by working with the U.S. Energy Information Administration (EIA) API for data automation. 🧵👇🏼

nrennie, to random
@nrennie@fosstodon.org avatar

A fantastic day at London conference today!

My slides on "Typst or LaTeX? Styling PDF documents with Quarto extensions" are available online 👀

Link to slides: https://nrennie.rbind.io/talks/satrdays-london-2024/slides.html

@jumpingrivers

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

First, I declare @klmr to officially be a tier-1 cybersecurity professional (Konrad was/is already a brilliant human).

Second 🚨 ALL R DATA FILES YOU DO NOT GENERATE / CONTROL SHOULD BE CONSIDERED TOXIC SUBSTANCES 🚨

The "fix" in R 4.4.0 for the "CVE” (it should not have been a CVE) is woefully insufficient.

I highly suggest running

$ gzip -cdS rda FILENAME.rda | strings  

from the terminal on any R data files you do not generate/control before loading them.

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

Thanks to the great work by @klmr & @idavydov I've put together this repo: https://github.com/hrbrmstr/rdaradar that will help sanity check #RStats R data files in as safe a way as possible.

It's super basic and I'm rly tight on time this week, so issues (and, eventual PRs) are welcome.

You're still better off not trusting R data files not created by you.

cc: @AlexandreSieira

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?

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?

quantixed, to random
@quantixed@fosstodon.org avatar

is remotes::install_github() currently not working?
Getting HTTP error 401. Bad credentials.
Sys.getenv("GITHUB_PAT”) is empty and anyway, I’m just trying to install from a public repo.
Using R 4.4.0 & remotes_2.5.0 on macOS

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

why are there two versions of MASS on src/contrib of CRAN?

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/

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

Help needed!

I want to email R-devel & get clarification on "Can we create custom connections in packages?"

I find the situation confusing because using the "Connections.h" is mentioned in R-exts manual - and so formally(?) part of the API

But this conflicts with the NOTE generated if you try to use "R_new_custom_connection()" which says it is "non-API"

Am I tilting at windmills? Poking the bear? HELP!

Edits/suggestions welcomed in the gist below.

https://gist.github.com/coolbutuseless/2b261e2f7f54206c1263fbca0e71ac64

dmendsev, to random
@dmendsev@fosstodon.org avatar

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

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

_wurli, to random
@_wurli@fosstodon.org avatar

Bizarre discovery of the week: control-flow statements don't necessarily have to be within a set of braces, unless the code it at the 'top level'. Super weird.

https://github.com/r-lib/tree-sitter-r/issues/103#issuecomment-2088580114

robinlovelace, (edited ) to foss
@robinlovelace@fosstodon.org avatar

Request for help from anyone with package development experience or knowledge of time data, especially if you've worked with .ical files before: checks failing in the {calendar} package preventing updated on CRAN and I'm not sure why 🤷 . Thanks to new contributors for reviving this package after ~5 years dev hiatus! Please spread the word @rOpenSci and anyone in this for (or at least dates) space! Details: https://github.com/ATFutures/calendar/issues/50

jonthegeek, to random
@jonthegeek@fosstodon.org avatar

New experimental 📦 {stbl} is now available on CRAN! https://jonthegeek.github.io/stbl/

For client packages, I want to make sure args are in the form the API expects. Other packages ({checkmate}, {vctrs}) didn't QUITE do what I want, so I https://xkcd.com/927/ 'ed it and made my own!

There's still a lot missing, and I'll likely tweak the errors to make things clearer, but it was done-enough to put it into the world. Enjoy!

Watch me push to CRAN: https://youtu.be/dN-2aQ7FyfQ

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) TIL about the plotnine library- the grammar of graphics in Python 🚀

I had never heard about the Plotnine library until I came across the Posit Plotnine contest (see the link below). The plotnine is a Python implementation of a grammar of graphics based on the ggplot2 library.

image/png
image/png

  • 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