RConsortium, to datascience
@RConsortium@fosstodon.org avatar

📢 Exciting news! Dr. Dianne Cook, Professor of Business Analytics at @MonashUni, will be a keynote speaker at . Dive deep into the world of analytics. Don't miss out! Register here: https://www.eventbrite.cl/e/latinr-2023-conferencia-latinoamericana-sobre-uso-de-r-en-id-tickets-637517701607 @LatinR_Conf

andrew, to random
@andrew@fediscience.org avatar

Yesterday I went down fun rabbit hole about filling maps with gradients, so I figured I'd write up a quick post about it. Here are a bunch of ways to address map-related overplotting with and {sf} https://www.andrewheiss.com/blog/2023/07/28/gradient-map-fills-r-sf/

A map showing 10,000 churches in the state of Georgia, with tiny points for each church and filled with a gradient density

noamross, to jobsecoevo
@noamross@ecoevo.social avatar

We're looking for a research software/data engineer for a short-term position building data pipelines for a field + lab research project.

If you're a R data wrangler, and know about at least some of: the {targets} pkg, GitHub Actions, and working with Web APIs like AirTable, Google Sheets, and Open Data Kit, we'd love to hear from you!

$50-60 per hour, ~12 weeks full-time, remote from anywhere.

https://bit.ly/eha-rse-ad

@jobsecoevo @rstats

kellybodwin, to datascience

An since I just server hopped!

I'm an Associate Professor of Statistics and Data Science at Cal Poly. I teach with and and

I am the proud owner of over 300 board games, way too many Osprey hiking/backpacking bags, and at least one bruise from Roller Derby.

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

Introducing {rbytecode} - an assembler/disassembler for R's bytecode.

Modern R ultimately runs most(?) code in a stack based virtual machine.

This package allows you to disassemble and assemble R bytecode to understand what is happening right at the core of R execution.

Github: https://github.com/coolbutuseless/rbytecode

Note: This package is also a book which goes into more details & is a reference for R bytecode instruction set.

The book is available for free on leanpub: https://leanpub.com/rbytecode

eliocamp, to random
@eliocamp@mastodon.social avatar

Yey! Our grant to implement support for internationalisation of help pages in was accepted! 🎉 💃

https://github.com/eliocamp/rhelpi18n-grant-proposal

Drmowinckels, to random
@Drmowinckels@fosstodon.org avatar

I wrote down some notes and general thoughts from .

Its mostly for my own sake, but maybe others might enjoy it too :)

https://drmowinckels.io/blog/2023-09-26-positconf-2023/

@rladies_bot

terence, to random
@terence@fosstodon.org avatar

Today's lighthouse map is Norway. Data from OpenStreetMap.

adventures, an tale

emjonaitis, to random
@emjonaitis@mathstodon.xyz avatar

This week marks a year of me hanging out a virtual shingle here. I've found it diverting, my instance is pleasantly full of math nerds, and the hashtag brings me plenty of stat programming stuff, but I'm still looking for a community of aging and researchers. Is this you? Do you know any people or hashtags I should be following?

ivelasq3, to random
@ivelasq3@fosstodon.org avatar

I'm thrilled to announce that I am giving my ✨first✨keynote speech at @cascadiarconf in exactly one month!

It's been an amazing 9 years in the community, and I can't wait to share with you. 💜

https://cascadiarconf.com/

jonthegeek, to random
@jonthegeek@fosstodon.org avatar

I just finished my first read of https://code-review.tidyverse.org/ and I highly recommend reading at least part of it, even if you only plan to open issues in your favorite packages. It addresses both sides of the PR relationship, as well as how to write good issues (which has inspired me to update our "help us help you" for @R4DSCommunity). It's short enough to get through right away, but long enough to address quite a lot about the process. Strong work, @davis!

henrikbengtsson, to random
@henrikbengtsson@mastodon.social avatar

Hey, I'm now recommending using %dofuture% instead of %dopar% when parallelizing with foreach(), e.g.

library(doFuture)

y <- foreach(x=X, .export="slow_fcn") %dofuture% {
slow_fcn(x)
}

See https://www.jottr.org/2023/06/26/dofuture/ for why

meghansharris, to random
@meghansharris@fosstodon.org avatar

It's been a WHILE since I've been able to do a in (Or post anything at all! Hi. Yes. I'm alive).

This week's data is R Ladies Chapter Events. Here, we're simply looking at the total number of in-person and online meetups through the years!

💻 Code for this Visual: https://rb.gy/tc7p3h

🌎R Ladies Global Site: https://rladies.org/

lvdmeer, (edited ) to datascience
@lvdmeer@datasci.social avatar

Hello Mastodon! 👋 I am Lucas (call me Luuk) from The Netherlands 🇳🇱 Starting my research at Uni Salzburg, Department of Geoinformatics, in Austria 🇦🇹 It's about human-centric for planning. How does the way we design streets influence our perceptions of accessibility, and how can we measure this? 🌆 Happy to share thoughts and learn a lot. I also develop in and 💻 And I like to ride 🚲

cillianmchugh, to psychology

Switched servers so reposting an introduction

I am a (in @UL ) interested in the cognitive processes underlying our moral judgments. Also interested in and understanding in . advocate and #r user.

Ouside of work I play including and . I enjoy and (but have been inconsistent of late) and
I also have 2

kellybodwin, to python

Materials and info for all talks from our session yesterday, "Teaching (with) Quarto" 👇

https://mine-cetinkaya-rundel.github.io/teach-with-quarto/

Shoutout to @minecr for putting together a great session (and website!), and to @quarto_pub for basically being the answer to all my and prayers!

romainfrancois, to random French

📆 I will be attending the useR! regional event this friday in Basel.

🤝 let me know if you’re around and want to have a chat about

💡 this is a great opportunity to influence my after @Posit work life

https://user-regional-2023.gitlab.io/basel/

sckottie, to python
@sckottie@fosstodon.org avatar

I might be leaving my job soon. Curious if anyone has ideas for jobs. Looking for software or data engineer roles. Here's my resume https://scottchamberlain.info/pdfs/resume.pdf - Thanks in advance for any tips!

hadleywickham, to random
@hadleywickham@fosstodon.org avatar

New release of renv (1.0.0!) out now: https://lnkd.in/e8gwgY3V. Includes documentation and messaging improvements, tweaks to handling of "development" dependencies, and use of PPPM by default (since MRAN has gone away)

MikeMahoney218, to random
@MikeMahoney218@fosstodon.org avatar

wake up new object system just dropped

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

jeremy_data, to random
@jeremy_data@fosstodon.org avatar

new release of for includes:

"The new renv::checkout() makes it easy to use packages as if they’d all been installed at a specified date. For example, renv::checkout(date = "2023-02-08") will re-install all packages as they were on 2023-02-08 (using Posit Package Manager)...New projects will now use Posit Public Package Manager by default so that you’re more likely to get binaries." https://posit.co/blog/renv-1-0-0/

zkamvar, to datascience
@zkamvar@hachyderm.io avatar

I've taken the plunge and moved instances to hachyderm, so here is my

Hi! I'm Zhian!

I am recovering and a research software engineer. I've used for the last 10 years to provide tools for researchers. I currently work for @thecarpentries, where I recently finished building The Carpentries Workbench (https://carpentries.org/blog/2023/08/celebrating-carpentries-workbench/) to support authoring lessons for . I toot about , , , and

josiah, to rust

Stop staying you can't put R in prod. :rstat:

I made a blog post with my thoughts and reactions.

https://josiahparry.com/posts/2023-07-06-r-is-still-fast.html

rich_i, to random

I’ve been working on the package called {gt} and things are generally going well with that! Version 0.9.0 of the package was released a few months ago and there were many good and useful things added to the package.

To get the word out, quite a few blog posts have been published on the Posit blog and today the sixth post was released:

https://posit.co/blog/new-text-functions-in-gt-0-9-0/

Check it out if you’re into tables (and R)! Feedback about the pkg always welcomed too.

nowosad, to random
@nowosad@fosstodon.org avatar

The qgisprocess package is now on CRAN: https://cran.r-project.org/package=qgisprocess

Now you can also read qgisprocess cheetsheets (created by Antony Barja) at
https://github.com/ambarja/cheatsheet-qgisprocess.

image/png
image/png

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