coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

Introducing {naratext} - render text into nativeRaster objects

I wrote this pkg because I need to render text into nativeRaster and then interface/composite into other nativeRasters with {nara}

This is at the "proof-of-concept" stage, but looks promising!

#RStats

https://github.com/coolbutuseless/naratext/
https://github.com/coolbutuseless/nara/

Posit, to python
@Posit@fosstodon.org avatar

posit::conf(2024) virtual tickets are now available!
Join us on August 12-14—from all over the world—to live stream the incredible talks and keynotes that will be taking place in Seattle.

We understand that not everyone will be able to make the trip to Seattle this year, so we’re excited to offer a fully virtual offering for everyone as an alternate option.
REGISTER: https://posit.co/conference/

#posit #rstats #python #pydata #DataScience

Lluis_Revilla, to random
@Lluis_Revilla@fosstodon.org avatar

Do you want to improve messages in your language?
On July 2nd there will be another tutorial about how to translate R the easy way 😄
Is so easy last release includes my contributions in two languages: and Spanish.

If you see some message you want translated in those languages let me know and if you attend the tutorial I'll teach you how (and if not I'll do it myself 😃)

Register for the online : https://events.linuxfoundation.org/user/program/virtual-schedule/

pglpm, to orgmode
@pglpm@emacs.ch avatar

Dear community:

I've started taking advantage of Emac's org-mode with R code snippets. So nifty!

One thing I miss from ESS-mode is the underscore key "_" that produces the assignment operator "<-". Do you know any way of having this functionality within R code blocks in an org document?

A search on stackexchange and the web didn't return very much, or only answers from 10 years ago...

Cheers!

EDIT: I found this useful tip in an old org-mailing-list thread: https://list.orgmode.org/4CC40000.3090508@uni-koeln.de/T/#efb9759d0d3a8ab22e391a385608c046a13e90502

>>> or some keybindings (e.g. for "<-") inside<br></br>>>> an R source code block.<br></br><br></br>This one can be done with<br></br><br></br>  (defun dan/org-underscore-command ()<br></br>    (interactive)<br></br>    (or (org-babel-do-key-sequence-in-edit-buffer "_")<br></br>        (org-self-insert-command 1)))<br></br><br></br>   (define-key org-mode-map "_" 'dan/org-underscore-command)<br></br><br></br>And another one that you may like is for commenting code:<br></br><br></br>  (defun dan/org-comment-dwim (&optional arg)<br></br>    (interactive "P")<br></br>    (or (org-babel-do-key-sequence-in-edit-buffer "M-;")<br></br>        (comment-dwim arg)))<br></br><br></br>   (define-key org-mode-map "M-;" 'dan/org-comment-dwim)<br></br><br></br>
ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

(1/2) I am excited to present at the useR!2024 conference on July 2nd!

I am going to run a virtual workshop about deployment and monitoring data and ML pipelines using free and open-source tools. This includes setting pipelines using GitHub Actions, Docker 🐳, R, and Quarto 🚀.

When 📆: July 2nd at 10 AM PST

#Rstats #MachineLearning #DataScience #MLops

smach, to rstats
@smach@masto.machlis.com avatar

Not traveling to Austria for next month's useR! conference? There's also a free virtual pre-conference on July 2! Sessions range from 4:30 to 21:30 CEST, so there's something for people in every time zone.
Topics include Redefining Interactive Data with Quarto and WebR, Stop Making Spaghetti (Code), Rix: Reproducible Environments with Nix, and more. Plus tutorials like Deploy and Monitor ML Pipelines with Open Source and Free Applications

https://events.linuxfoundation.org/user/program/virtual-schedule/

@rstats

hfrick, to random
@hfrick@mastodon.social avatar

Registration for tutorials at useR! in Salzburg is open! I'll be teaching an in-person tutorial on Survival Analysis with tidymodels with @topepo .To register for the tutorial, log back into your conference registration and then modify it to include tutorials (and maybe a social event!) in Step 4 "Reg Options." It's a bit of clicking to get there, but the choice of tutorials and social activities is worth it!

To modify your registration: https://events.linuxfoundation.org/user/register/

adamhsparks, to random
@adamhsparks@rstats.me avatar

Funny how writing a blog post using your own package leads you to finding more friction points and eliminating them in the package. Similar to but not the same as writing whole new functions for the package. #RStats

RoedigerRG, to random

News!

biopixR, has reached version 1.0.0! From its humble beginnings to the latest updates, we've worked tirelessly to bring you powerful tools for image analysis and processing.

Improved examples
New functions: importImage and scanDir
Automated parameter calculation in objectDetection
Faster computation through vectorization

Browse through our journey: from edge detection to automated calculations, parallel processing, and more!

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

#biopixR #rstats #imageanalysis

Logo of the #biopixR package

lulu_powerful, to neovim
@lulu_powerful@fosstodon.org avatar

I've added the R.nvim plugin to #Neovim. It splits the window into panels for editing, viewing output and browsing objects, and it offers everything I'd expect in an R IDE.

It hardly needs any configuration besides registering its own existence. It's comprehensive, thoughtful and underrated, and it's my preferred way to write R code.

#RStats

Drmowinckels, to startup
@Drmowinckels@fosstodon.org avatar

📝 New blog post 📝

'Customise your R startup message'

🧌 We all know the R startup message. It tells us the version of R we are running, the date, the platform we are running on, and some informative tips on using R. When you've been using R a while, though, it get old. Let me show you how you can customise your startup message! ---

👀 Read more at https://drmowinckels.io/blog/2024/rproject

#rstats #startup #pride

grrrck, to python
@grrrck@fosstodon.org avatar

I made a little TikTok about my all-time favorite new #Shiny feature: dark mode! ☀️🌙

This one is for Shiny for #Python, but the #RStats version will be dropping soon so follow the @Posit channel to make sure you catch it!
https://www.tiktok.com/t/ZTL7qM1SK/

nrennie, to random
@nrennie@fosstodon.org avatar

📢New blog post 📢

A short blog post about how I've been using Quarto to create two versions of R tutorial worksheets: one with questions, one with answers!

Two tricks:
🪄 parameterised documents
🪄 conditional content

Blog post: https://nrennie.rbind.io/blog/r-tutorial-worksheets-quarto/

#RStats #QuartoPub #StatsEd

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

{nara} update. A pkg for handling nativeRaster images.

  • New demo sprite.
  • Updated hex logo

All rendering done in R with {grid} and {nara}

https://github.com/coolbutuseless/nara

Animated pixel deer running across the screen
Hexagonal logo with the word "nara". Inside the hexagon is an animated pixel deer

layal, to random
@layal@fosstodon.org avatar

#rstats Do you know what the difference is between nested and packed data? And what does this difference look like in a JSON format? If you're curious about that, please check my last blog post out: https://rdiscovery.netlify.app/posts/2024-05-30_pack-nest/. Cheers😉

rmflight, to random
@rmflight@mastodon.social avatar

I wasn't sure if this little trick to change the figure captions in an #RStats #QuartoPub document would work, but it worked perfectly.

I get several figures, with their caption changed to reflect what was actually plotted.

Very nice.

#| label: fig-each  
#| fig-cap: !expr glue::glue('Number of things in {multi}.')  
#| fig-keep: all  
purrr::walk(multi, \(in_item){  
 tmp = big_df |&gt;  
 dplyr::filter(value %in% in_item)  
 print(ggplot(tmp, aes()) + geom_point())  
})  
ergative, to Julia
@ergative@wandering.shop avatar

I find it WILDLY FRUSTRATING implementing contrast coding in Julia.

If I use ContrastCoding(), I can specify my own contrast matrices (yay!) but I can't label them. So the regression output just reuses my actual factor levels to label an actual model term that means something like, say, 'mean of levels A and B vs. mean of levels C and D'. Or whatever. To interpret my model, I must make physical notes on a piece of paper about what each term means.

1/2

#psycholinguistics #julia #rstats

thomas_mock, to random
@thomas_mock@fosstodon.org avatar

Posit provides patched binaries for versions 4.0.0 and above.

"A recent security vulnerability in the R language has been patched in Posit’s Linux binaries for installing R versions 4.0.0 and above."

https://posit.co/blog/posit-patched-binaries-for-r-versions-4-0-0/

sebkrantz, to datascience
@sebkrantz@fosstodon.org avatar

In the development version of {collapse} [v2.0.15, available via install.packages("collapse", repos = "https://fastverse.r-universe.dev")], the pivot() function has received a FUN argument to support aggregation, including a number or hard-coded internal functions that do this "on the fly". Initial benchmarks show that this significantly outperforms other pivot table options in R. More at https://sebkrantz.github.io/collapse/reference/pivot.html (feel free to test and give feedback). #rcollapse #rstats #DataScience

RConsortium, to HR
@RConsortium@fosstodon.org avatar

🐘✨ Great news from Marcela Victoria Soto at R4HR in Buenos Aires! She recently shared updates about their dynamic activities: "Data analysis is crucial for agile decision-making in companies." Join them on June 1, 2024, for the "Data Visualization in HR" event. Perfect for Spanish-speaking R users interested in HR analytics. 📅👥 Read more: https://www.r-consortium.org/blog/2024/05/30/r4hr-in-buenos-aires-leveraging-r-for-dynamic-hr-solutions

mich_waveform, to Philippines
@mich_waveform@mastodon.social avatar

How do I find people (especially women and POC and LGBTQ+) who started as scientists and somehow found their way to programming and love it so much but were never formally trained and so they just figure it out as they go but they make it work anyway?? Too specific?? (I’m a half woman and ally, let’s be pals?)

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

{nara} pkg for working with native rasters in R

Work-in-progress: experimenting with isometric tiles

Fun!

https://github.com/coolbutuseless/nara

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

WHOA AGAIN today!

#RStats {marquee} is BONKERS COOL!

https://www.tidyverse.org/blog/2024/05/marquee-0-1-0/

#ggplot2

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

Which one of you crazy kids built a sprite editor in the Rstudio viewer?

Possible back in times of tw*tter...

#RStats

unicornCoder, to datascience
@unicornCoder@fosstodon.org avatar

some #rstats #DataScience plotting of Canadian #cannabis sales by cannabis type

seems like Canadian 🍁 love the dried flower

plot 2: Canadian sales of cannabis by cannabis type for year 2022/2023, with dried cannabis having sales of $3,026,970

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