rig icon indicating copy to clipboard operation
rig copied to clipboard

Allow installing a local `.pkg` or `.tar.gz` or `.msi` file

Open gaborcsardi opened this issue 3 years ago • 1 comments

With rim add <filename> as usual.

gaborcsardi avatar Nov 13 '21 08:11 gaborcsardi

For macOS, we would need to extract the R version from the .pkg file, with something like

pkgutil --bom R-4.1.2.pkg
lsbom /tmp/R-4.1.2.pkg.boms.ZOFdZ8/R-fw.pkg/Bom

gaborcsardi avatar Nov 13 '21 08:11 gaborcsardi