MattCrumpLab, to random
@MattCrumpLab@fosstodon.org avatar

Still messing around with using OpenAI LLMs in RStudio for writing assistance tools. Getting some decent results from a shiny app that I'm building for grammar checking. This package is experimental and could change at any moment as I figure out what I want to do with it, but it's still fun to make hex logos and pretty things up using pkgdown. (posting to see if the logo shows up here :) )

https://crumplab.com/gptaddin/

simonpcouch, to random
@simonpcouch@fosstodon.org avatar

The tidymodels team recently converted our website to use , allowing us to more easily maintain and contribute content.

There are a few bonus features that came along with this conversion too, though! One that's super exciting to me is the searchable broom method table—if you have a model object to summarize but can't find tidier methods for it, you can search across all CRAN packages here🤯

https://www.tidymodels.org/find/broom/

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

Curmudgeons portalling in to tell me my latest idea is terrible and/or has been done before

video/mp4

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

✍️ [blog post] Champions Team highlight!

Today meet Ghozayel Elotteebi from Saudi Arabia and Zebulun Arendsee from the United States!

https://ropensci.org/blog/2023/06/23/ropensci-champions-program-teams-meet-ghozayel-elotteebi-and-zebulun-arendsee/

This is the last introduction, and we hope you’ve enjoyed meeting our 2022/2023 Champions and Mentors!

@rstats

datascience, to random

Linear programs help to find optimal solutions based on a set of constrains. I used {ompr} before, but the new package {tidyLP} looks promising and integrates with the tidyverse. https://dirkschumacher.github.io/ompr/ https://github.com/colin-fraser/tidyLP

JessButler, to random

📣 Job with our clever, friendly, practical, well-funded team

NHS Senior Specialist Analyst - Data Engineering & Systems Development

£46-54k, 4 years, 95% remote

Join our team working to improve NHS care and reduce health inequalities. Post will focus on automating large-scale linkage of messy, high-security, cross-sector data

Happy to chat with anyone interested. We'll have a data science and a research fellow post open soon too

https://apply.jobs.scot.nhs.uk/Job/JobDetail?JobId=148055

MorpheusB, to random
@MorpheusB@aus.social avatar

The Big Book Of R (https://bigbookofr.com) is a collection of almost 400 of free, open source R programming books.

Elendol, to bioinformatics
@Elendol@hachyderm.io avatar

One thing I want to try is to store ms data in a database. It would be neat to have a schema/protocol based on MsBackendSql (https://rformassspectrometry.github.io/MsBackendSql/articles/MsBackendSql.htm) to use it from different programming languages.

OscarBaruffa, to random

I'm considering building a Big Book of R bot for mastodon . Any recommendations for which instance/server it should live on?

jhollist, to random

Hey hivemind... How does one go about either finding someone to take over maintenance of a (little-used) package or having that package archived? In the CRAN Policies, an author can request that a package by archived, but it is unclear how that request is made! If your interested the package is quickmapr and I have no plans to update it to sf/terra.

MattCrumpLab, to random
@MattCrumpLab@fosstodon.org avatar

Nothing to see here really, just sharing my process.

https://crumplab.com/blog/666_gpt_grammar/

The goal was to get a grammar checker working in RStudio. I managed to get a basic Shiny app to send sentences to OpenAI and return suggested edits.

At this point it's pretty much a stochastic spell-checker, which has at least raised my own vigilance for detecting my own typos.

MattCrumpLab,
@MattCrumpLab@fosstodon.org avatar

After some more fiddling I'm starting to get usable results with this Shiny app. I tried relying on the LLM to highlight edits it was suggesting, but it totally sucked at that. Now that I'm comparing differences using reliable functions (diffobj), it's easier to see what changes are being suggested. Still very cludgy, but I think I'll work on improving this a little bit.

andyteucher, to random

If you maintain any packages, you likely (hopefully!) know about the impending retirement of rgdal, rgeos, and rmaptools. This is a great writeup by @nowosad on how to transition to the modern sf/terra packages. Good for developers and users!
https://geocompx.org/post/2023/rgdal-retirement/

johnmackintosh, to random
@johnmackintosh@fosstodon.org avatar

Re : last boost, if you haven't checked out @josiah's YouTube series, you absolutely should.

He breaks things down well, in a very engaging manner.

A great educator.

https://youtube.com/@josiahparry

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

🎉 is now on CRAN 🎉
💪 A package to help you deal with 'devtools::check()' outputs and helps avoid problems with submissions
👉https://thinkr-open.github.io/checkhelper/

Find missing @return and find missing @noRd for not exported function with documentation
Get global variables

Drmowinckels, to random
@Drmowinckels@fosstodon.org avatar

I finally have news!

I've been hinting about some larger things going on at work, and that I have not been in a position to say anything untill all applications were approved. It is not approved and I can say:

Me and two colleagues (as a start) are establishing a core facility at the University of Oslo to help researchers in social and humanities sciences with their projects.

https://www.capro.dev/

Drmowinckels,
@Drmowinckels@fosstodon.org avatar

And right now another message just popped in my inbox confirming more internal funding from my University for establishing a platform for online behavioural data collection, improving package installs for our airgapped server and creating a network to share competencies within social and humantity sciences with complex technological needs.

🥳 This is kind of the start of a new career within academia for me, and I am so excited!

lars_dalby, to rstats
@lars_dalby@mstdn.social avatar

Currently my R session will crash if I call usethis::use_version() and choose one of the option and hit enter. Has anyone in the @rstats experienced this?

Clip showing a call to usethis::use_version() from RStudio which results in a crash of the R session

johnmackintosh, to random
@johnmackintosh@fosstodon.org avatar

I'm working on an internal charting package, based on the plots I created for our demographic/ adult health profiles.

This seems to involve a ton of boiler plate ggplot2 code and there must be someone, somewhere who has done something similar.
If so, please point me in that direction so I can think how best to structure the code

Note - this is not related to themes etc.

It's more the basics such a line chart template, a column chart template etc.

Thanks in advance

coolbutuseless,
@coolbutuseless@fosstodon.org avatar

@johnmackintosh Probably not an actual answer to your question:

I have been down paths of creating custom plots with lots of arguments. It got painful quickly, as it diverged from what people already understood with {ggplot2}.

Instead I created a few custom geoms/stats, then it was just a case of telling people:

"You know ggplot. Here are our in-house custom geoms. Facets and everything else work the same. Go for it!"

jonocarroll, to random
@jonocarroll@fosstodon.org avatar

A great video by @josiah on objects: https://youtu.be/V5M90oonAAg

MattCrumpLab, to random
@MattCrumpLab@fosstodon.org avatar

Looking for a decent grammar checker for RStudio, anyone using some kind of addin for this?

johnmackintosh, to random
@johnmackintosh@fosstodon.org avatar

Seeing people worry about the future of

I started at the end of 2012.
There's an online R cookbook, that was my Bible back then. That, and trying to decipher base R solutions on Stack Overflow.

I remember using {plyr} (not a typo, {dplyr} didn't exist) for the first time, to calculate medians, for lots of individual groups. Amazing.
ggplot2 - even back then, was streets ahead of anything else I'd used for graphics.

1/n

nabsiddiqui,

@johnmackintosh did something happen? Why are people worried about the future of

dataandme, to random
@dataandme@mstdn.social avatar

🫤 Unfortunately, I was affected by last week's layoffs at @Posit along with a handful of other talented colleagues.
🖤 I’m bummed, but so grateful for the 5½+ yrs w/ my incredible team.
🔍 Taking some time to recoup, but will be on the hunt for new opportunities soon!

dataandme,
@dataandme@mstdn.social avatar

@delabj @Posit Thanks, Joshua. I can’t imagine that the community won't continue to be a part of my life! 🖤

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