Skip to content

Commit

Permalink
feat: wip, start of code to extract versions for software
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed May 3, 2024
1 parent 6f58a91 commit 1365317
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data-raw/versions.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
library(tidyverse)

# https://dailies.rstudio.com/json-api/

tail(rversions::r_versions(), n = 3)

rjson::fromJSON(file = "https://dailies.rstudio.com/rstudio/latest/index.json")

"https://www.rstudio.com/wp-content/downloads.json"

0 comments on commit 1365317

Please sign in to comment.