Here is one of my recent apps that uses golem: github.com/durraniu/sto...
golem hasn't changed much so most official examples would work today with little to no changes. Here are more resources: golemverse.org/resources/
Here is one of my recent apps that uses golem: github.com/durraniu/sto...
golem hasn't changed much so most official examples would work today with little to no changes. Here are more resources: golemverse.org/resources/
The best resource for learning {golem} is Engg. prod-grade shiny apps: engineering-shiny.org
Examples are here: github.com/ColinFay/gol...
And here: github.com/ColinFay/gol...
Coronavirus dashboard with {golem}: github.com/JohnCoene/co...
Based on the {golem} structure, in an app package, app.R is in the project root and www goes in inst/app. But app.R can also go in inst/app when the app is an add-on.
You may propose more books/courses.
Would you be interested in completing courses/books in the upcoming #transportation science learning community (TSLC) in 2026? Proposed book clubs:
1. Transport Data Science
2. Road Safety Research
3. Traffic Flow Dynamics
4. Intro. to Urban Accessibility
5. Traffic Simulation with SUMO
#RStats
Perhaps the videos on Web APIs for R playlist on dslc YouTube channel?
The Mechanics of Machine Learning covers just a couple of algorithms (mainly random forest), but shows the general workflow really well: mlbook.explained.ai
Hey folks who work/study in any field of transportation, would you be interested in an online community that hosts book clubs, help channels, contests, etc.? What would you like to see in it? #RStats #transportation
I got rid of the RStudio splash screen by setting the environment variable RS_NO_SPLASH with value 1. Restart RStudio and it should be gone.
Quarto fenced divs, custom layout, and SCSS can make pretty nice websites.
Website: quarto-bighead.netlify.app
Source: github.com/durraniu/qua...
#RStats #Quarto
rv may be a good option for you: github.com/A2-ai/rv
My R+AI Conf talk is now available on YouTube: youtu.be/828KuEORQdg?...
I talked about my R package {brandthis} that helps you getting started with theming your quarto outputs and shiny apps by quickly generating brand.yml files and color palettes for R and Python plots
#RStats
Or use {conflicted}
Congrats!
Yes, tailwind CSS only. No other JS libraries were used. Original tailwind source for the example is: github.com/michdess/tai...
Thanks @rconsortium.bsky.social for organizing the R + AI conference. The slides for my talk are available here: dru.quarto.pub/brandthis/#/...
#RStats
Glad you liked the talk. Let me know if you try {brandthis} and anything that can be improved.
Can you believe this is made with {ambiorix} + tailwind? #RStats
Screenshot showing speakers from the upcoming R+AI event - View of many headshots
TOMORROW! R+AI 2025 goes live!
Highlights:
โข Joe Cheng (Posit): Keeping LLMs in Their Lane
โข Oracle ML: RAG from your DB (Hornick & LaMonica)
โข Troy Hernandez: Stable Diffusion in R
โข Many, many more!
Nov 12โ13. See the full program and register: rconsortium.github.io/RplusAI_webs...
#rstats #AI
No cheat sheet, but a lot of shortcuts in Positron are from VSCode.
CTRL + / is so good for commenting in any language in positron!
# R/Python
// CSS/JS
<!-- HTML -->
#RStats
createBranding app is now available with the {brandthis} R package: github.com/durraniu/bra...
Use LLM to generate brand.yml -> Review and iterate on results -> Create color palettes for plots
Credit goes to the brand.yml app in {bslib}. Thanks @grrrck.xyz
#RStats
Found it, it was tidychatmodels: github.com/AlbertRapp/t...
Did the chat interface use to be pipeable in {ellmer}? I saw this in a talk on the @landeranalytics.com channel: youtu.be/OLXp7I7xmtU?...
But could not find the functions add_model, add_params, etc. in {ellmer} docs.
#RStats @hadley.nz
{brandthis} is ready to install. Try it and let me know if anything breaks: github.com/durraniu/bra...
Here's an example site that uses the generated _brand.yml and color palettes: dru.quarto.pub/brandthis-de...
#RStats
TIL that brand.yml works for closeread outputs! #RStats
Try CTRL + /
{brandthis} R package is almost ready with functions for:
* Generating _brand.yml
* Color scale suggestions from {ggsci} and {paletteer}
* Generating discrete, sequential, and diverging color palettes from the _brand.yml color palette
#RStats
Plotting. ggplot2 interface makes sense to me compared to matplotlib and Observable.
Also, ellmer >> chatlas because WTH is pydantic?
My useR! 2025 talk on Web APIs with R is now available on youtube: www.youtube.com/watch?v=XPMs...
I showed the basic workflow of {httr2} and how to create fictional stories by calling LLM provider APIs. #RStats