#databs
#databs
If you’re still using jsonlite for parsing youre leaving a TON of performance gains on the table
Highest-performance JSON Parsing via Modern C++ from R
dirk.eddelbuettel.com/blog/2026/01...
#rcpp #rstats
If you’re still using jsonlite for parsing youre leaving a TON of performance gains on the table
character strings that are hard to remember: RcppSimdJson
character strings that are hard to remember: RcppSimdJson
Mapping my🤞travel bucket list using visa access data for Indian passport holders. Parsed nested JSON visa data with jsonlite, joined tabular visa info to country geometries using sf, and visualized with ggplot2.
#RStats #DataViz #ggplot2
Mapping my🤞travel bucket list using visa access data for Indian passport holders. Parsed nested JSON visa data with jsonlite, joined tabular visa info to country geometries using sf, and visualized with ggplot2.
#RStats #DataViz #ggplot2
1.) It's great;
2.) I'm working with JSON data again and have yet to master parsing it; and
3.) JSON is the worst, which is definitely not a skill issue related to 2.
1.) It's great;
2.) I'm working with JSON data again and have yet to master parsing it; and
3.) JSON is the worst, which is definitely not a skill issue related to 2.
Now, download a tar.gz, extract, run from:
github.com/portable-r/p...
Signed, notarized, 4.3.0 - 4.5.3.
Blog: blog.thecoatlessprofessor.com/programming/...
Now, download a tar.gz, extract, run from:
github.com/portable-r/p...
Signed, notarized, 4.3.0 - 4.5.3.
Blog: blog.thecoatlessprofessor.com/programming/...
It's 2026. You just need a URL:
github.com/portable-r/p...
R 4.3.0 - 4.5.3, x64 + ARM64. install.packages() works.
Blog: blog.thecoatlessprofessor.com/programming/...
It's 2026. You just need a URL:
github.com/portable-r/p...
R 4.3.0 - 4.5.3, x64 + ARM64. install.packages() works.
Blog: blog.thecoatlessprofessor.com/programming/...
👤 Silvia Canelón (@silviacanelon.com)
🔗 https://silviacanelon.com/blog/2020-05-12-trello-to-airtable/
#rladies#rstats#oldiebutgoodie#r#tutorial#json#jsonlite#tidyverse
👤 Silvia Canelón (@silviacanelon.com)
🔗 https://silviacanelon.com/blog/2020-05-12-trello-to-airtable/
#rladies#rstats#oldiebutgoodie#r#tutorial#json#jsonlite#tidyverse
i think we might go y - y_rep for posterior predicted error and y - mean(y_rep) for posterior residual
i think we might go y - y_rep for posterior predicted error and y - mean(y_rep) for posterior residual
If you ever need to tackle this problem I'd suggest checking out this great blog post:
themockup.blog/posts/2020-0...
If you ever need to tackle this problem I'd suggest checking out this great blog post:
themockup.blog/posts/2020-0...
jsonlite::toJSON(list("match", "direction_of_travel", values, stops), auto_unbox = TRUE)
jsonlite::toJSON(list("match", "direction_of_travel", values, stops), auto_unbox = TRUE)
feed_response <- GET(
url = "https://bsky.social/xrpc/app.bsky.feed.getAuthorFeed",
query = list(
actor = 'msaeltzer.bsky.social',
limit = 10
),
add_headers('Authorization' = paste('Bearer', API_KEY))
)
feed <- content(feed_response, "text") |> jsonlite::fromJSON()
feed_response <- GET(
url = "https://bsky.social/xrpc/app.bsky.feed.getAuthorFeed",
query = list(
actor = 'msaeltzer.bsky.social',
limit = 10
),
add_headers('Authorization' = paste('Bearer', API_KEY))
)
feed <- content(feed_response, "text") |> jsonlite::fromJSON()
Chat with the usual LLMs (OpenAI, Anthropic, and Ollama, plus Kimi!)
Agent loop with tool use and an MCP client for R, too!
Just curl and jsonlite under the hood, API design derived from ellmer.
install.packages("llm.api")
#rstats *got it this time*
#rstats
https://cran.r-project.org/package=llm.api
Chat with the usual LLMs (OpenAI, Anthropic, and Ollama, plus Kimi!)
Agent loop with tool use and an MCP client for R, too!
Just curl and jsonlite under the hood, API design derived from ellmer.
install.packages("llm.api")
#rstats *got it this time*