Update RStudio references to Posit
This commit is contained in:
parent
5aba4ea44b
commit
744b8d2a18
1 changed files with 40 additions and 40 deletions
|
|
@ -3,7 +3,7 @@ import json
|
|||
import re
|
||||
import urllib.request
|
||||
|
||||
VERSIONS_URL = 'https://cdn.rstudio.com/r/versions.json'
|
||||
VERSIONS_URL = 'https://cdn.posit.co/r/versions.json'
|
||||
|
||||
# Minimum R version for "all"
|
||||
MIN_ALL_VERSION = '3.1.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue