Last active
May 13, 2022 20:52
-
-
Save pat-s/92fe8558c4abeea05c424c2b7239711d to your computer and use it in GitHub Desktop.
Revisions
-
pat-s revised this gist
May 13, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ { "version": "0.9.0", "description": "The R installation manage: Install, remove, configure R versions.", "homepage": "https://github.com/pat-s/rcli", "license": "LGPL-3", "url": "https://github.com/pat-s/rcli/releases/download/0.9.0/rcli", "bin": "rcli", "checkver": "github" } -
pat-s revised this gist
May 13, 2022 . 1 changed file with 1 addition and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,24 +1,7 @@ "version": "0.9.0", "description": "The R installation manage: Install, remove, configure R versions.", "homepage": "https://github.com/pat-s/rcli", "license": "LGPL-3", "url": "https://github.com/pat-s/rcli/releases/download/0.9.0/rcli", "bin": "rcli", "checkver": "github" -
pat-s renamed this gist
May 13, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
pat-s created this gist
May 13, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ { "version": "0.9.0", "description": "The R installation manage: Install, remove, configure R versions.", "homepage": "https://github.com/pat-s/rcli", "license": "LGPL-3", "url": "https://github.com/pat-s/rcli/releases/download/0.9.0/rcli", "bin": "rcli", "installer": { "file": "https://github.com/pat-s/rcli/releases/download/0.9.0/rcli" }, // "hash": "dd72690fa9eac10e43e6c7cf96b4387de0fd40cb2456668d7f75f34656d3d3af", "checkver": "github", // "depends": { // "git", // "curl", // "wget", // "gawk", // "grep" // }, // "autoupdate": { // "url": "https://github.com/pat-s/rcli/releases/download/$version/rcli" // }, "notes": [] }