https://garrickadenbuie.com
https://github.com/gadenbuie
'run' for the tool to run R code
'search' for tools that search cran
'session' to let claude inspect variables in an R session
'run' for the tool to run R code
'search' for tools that search cran
'session' to let claude inspect variables in an R session
btw::btw_mcp_server(tools = list('docs', 'pkg'))
for reading help pages and pkg dev tools...
btw::btw_mcp_server(tools = list('docs', 'pkg'))
for reading help pages and pkg dev tools...
It would be interesting to see how those models perform with medium reasoning, especially if it’s required for solid #rstats performance, but I get why you’d not too
It would be interesting to see how those models perform with medium reasoning, especially if it’s required for solid #rstats performance, but I get why you’d not too
Would it make sense to add a "with reasoning" variant for those models? Now I'm curious about reasoning levels in the other models too... 🤔
Would it make sense to add a "with reasoning" variant for those models? Now I'm curious about reasoning levels in the other models too... 🤔
If the package exists just to create the app, export a function that creates the shinyApp() object. All the supporting code goes in the pkg (in R/). Lean on small fns and unit tests
If the package exists just to create the app, export a function that creates the shinyApp() object. All the supporting code goes in the pkg (in R/). Lean on small fns and unit tests