diff --git a/modules/RStudio.php b/modules/RStudio.php new file mode 100644 index 0000000..707a89d --- /dev/null +++ b/modules/RStudio.php @@ -0,0 +1,15 @@ +patch->setBranch('Desktop'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/rstudio/rstudio/tags')) + return $this->parse_json('name'); + return false; + } +} + +?>