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...
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
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 👀
先程の #TokyoR の初心者セッションのスライドです。ご査収下さい。 R & RStudio入門 ytknzw.github.io/TokyoR/%E5%8... データハンドリング ytknzw.github.io/TokyoR/%E5%8... データ可視化 ytknzw.github.io/TokyoR/%E5%8...
ytknzw.github.io
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
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...
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
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.
Here it is with real data! A map of 550,000 foreign aid projects in just a few lines of #rstats code
Thing I just learned in #rstats: unz() lets you connect to a .zip and load files from inside it without actually unzipping it (great for a file I'm working with that's 30 MB zipped and 1+ GB unzipped, with multiple CSVs in it)
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
I created an R package that makes it easy to create Tabsets in Quarto. sayuks.github.io/quartabs/ #rstats #quarto
quartabs
sayuks.github.io
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
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?
Now updated with more resources, and the ability to search and filter by different categories! Link: nrennie.rbind.io/data-science... #RStats #DataScience
I've recently started compiling a list of data science related resources that I use or recommend frequently! 📊 Link: nrennie.rbind.io/data-science... #RStats #Python #DataViz #DataScience