sayuks
sayuks.bsky.social
sayuks
@sayuks.bsky.social
Reposted by sayuks
duckdb-mlpack 0.0.2: mlpack is now a duckdb community extension
Bringing mlpack machine learning to duckdb SQL
dirk.eddelbuettel.com/blog/2025/10...
October 26, 2025 at 1:58 PM
Reposted by sayuks
ok, dumb #rstats question. I'm using #quarto and i want to print some inline R code in my HTML report, but I DON'T want it to actually run the code

I want it to be like this in the report:
`r mean(1:10)`
September 5, 2025 at 4:26 PM
Reposted by sayuks
Once again, @davisvaughan.bsky.social's extrachecks have saved me from a likely CRAN rejection for an upcoming #RStats package submission. Thanks Davis! github.com/DavisVaughan...
GitHub - DavisVaughan/extrachecks
Contribute to DavisVaughan/extrachecks development by creating an account on GitHub.
github.com
September 3, 2025 at 7:57 PM
Reposted by sayuks
Prototyping #rshiny apps to native #electron desktop apps:

shinyelectron::export() → #rshinylive conversion → .dmg → Native Mac app

Zero #rstats dependencies for end users! Early days but promising 👀
September 4, 2025 at 7:35 AM
Reposted by sayuks
先程の #TokyoR の初心者セッションのスライドです。ご査収下さい。

R & RStudio入門
ytknzw.github.io/TokyoR/%E5%8...

データハンドリング
ytknzw.github.io/TokyoR/%E5%8...

データ可視化
ytknzw.github.io/TokyoR/%E5%8...
ytknzw.github.io
June 21, 2025 at 8:02 AM
Reposted by sayuks
There are a lot of introductions to Python, but this one is mine. It includes a walkthrough of using uv for environment management, Polars for data wrangling, seaborn.objects for visualization, and scikit-learn for modeling. #rstats #python #pydata
An introduction to Python for R users – Occasional Divergences
This introduction to Python assumes you know R, which is used as an analogy to explain Python for data analysis.
occasionaldivergences.com
June 14, 2025 at 12:43 AM
Reposted by sayuks
The {listviewerlite} #RStats 📦 "provides a single function listview(), which creates a collapsible tree view of R lists using only HTML and CSS, without the need for JavaScript." On GitHub. By Long Nguyen
long39ng.github.io/l...
June 7, 2025 at 12:28 PM
Reposted by sayuks
Rainy day here, so I'm using #GenerativeAI to help teach me more about @kylewalker.bsky.social 's cool {mapgl} #RStats 📦 . And it's been pretty fun so far 😀 1/3
June 7, 2025 at 6:18 PM
Reposted by sayuks
When awesome packages come together 💥

#rstats
January 3, 2025 at 6:23 AM
Reposted by sayuks
A fairly clean way is to make a pkglist of the installed.packages() that are not Priority "base" or "recommended", store it somewhere, then install.packages(pkglist) after upgrading.
April 24, 2025 at 8:26 PM
Reposted by sayuks
Here it is with real data! A map of 550,000 foreign aid projects in just a few lines of #rstats code
April 18, 2025 at 6:45 PM
Reposted by sayuks
New visualization tool alert!

The vayr package version 1.0.0 is now on CRAN.

It contains position adjustments for ggplot2 that help with overplotting in pleasing ways. My favorite is position_sunflower().

- install.packages("vayr")
- alexandercoppock.com/vayr

#rstats #ggplot2 #dataviz
April 16, 2025 at 7:53 PM
I created an R package that makes it easy to create Tabsets in Quarto.
sayuks.github.io/quartabs/

#rstats #quarto
quartabs
sayuks.github.io
March 15, 2025 at 7:20 AM
Reposted by sayuks
I mostly structure new projects as targets - code that get reused gets spun into a pkg.

The targets structure looks like Miles’s {tflow} design: github.com/njtierney/de...

At the other end of complexity, here are 2 larger projects:

github.com/njtierney/tt...

And

github.com/idem-lab/map...
GitHub - njtierney/demo-geotargets
Contribute to njtierney/demo-geotargets development by creating an account on GitHub.
github.com
March 5, 2025 at 10:33 AM
Reposted by sayuks
What advice do folks have for organising projects that will be deployed to production? How do you organise your directories? What do you do if you're deploying multiple "things" (e.g. an app and an api) from the same project?
February 27, 2025 at 2:15 PM
Reposted by sayuks
Now updated with more resources, and the ability to search and filter by different categories!

Link: nrennie.rbind.io/data-science...

#RStats #DataScience
November 1, 2024 at 6:23 PM