Skip to content

Instantly share code, notes, and snippets.

View alxn0's full-sized avatar
💭
How did we got here?

Alexandre Naud alxn0

💭
How did we got here?
View GitHub Profile
@alxn0
alxn0 / nvimr-demo.md
Created April 13, 2022 17:49 — forked from rohitfarmer/nvimr-demo.md
Nvim-R Demo

How to use Neovim or VIM Editor as an IDE for R

ko-fi
Note: This tutorial is written for Linux based systems.

Requirements

R >= 3.0.0

To install the latest version of R please flollow the download and install instructions at https://cloud.r-project.org/

Neovim >= 0.2.0

@alxn0
alxn0 / winget-updates.ps1
Last active November 7, 2021 13:14 — forked from Nejat/winget-updates.ps1
Lists and optionally upgrades available updates. Skips Unknown versions or anything in the skip list
param(
# provide a skiplist file to define pacakges to skip
[string] $skipFile = "winget-skiplist",
# true to upgrade eligible packages, false dry run
[switch] $upgrade = $true
)
# get raw output of available upgrades, not power-shell native yet
[string[]] $source = winget upgrade