Skip to content

Instantly share code, notes, and snippets.

@pat-s
Last active May 13, 2022 20:52
Show Gist options
  • Save pat-s/92fe8558c4abeea05c424c2b7239711d to your computer and use it in GitHub Desktop.
Save pat-s/92fe8558c4abeea05c424c2b7239711d to your computer and use it in GitHub Desktop.

Revisions

  1. pat-s revised this gist May 13, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion rcli.json
    Original 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"
    "checkver": "github"
    }
  2. pat-s revised this gist May 13, 2022. 1 changed file with 1 addition and 18 deletions.
    19 changes: 1 addition & 18 deletions rcli.json
    Original 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",
    "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": []
    }
    "checkver": "github"
  3. pat-s renamed this gist May 13, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. pat-s created this gist May 13, 2022.
    24 changes: 24 additions & 0 deletions gistfile1.txt
    Original 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": []
    }