rpkg 0.3.0

A lightweight CLI wrapper around Rscript for installing R packages from CRAN or elsewhere
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rpkg"
authors = ["Alberson da Silva Miranda <albersonmiranda@hotmail.com>"]
version = "0.3.0"
description = "A lightweight CLI wrapper around Rscript for installing R packages from CRAN or elsewhere"
edition = "2021"
license = "MIT"
repository = "https://github.com/albersonmiranda/rip"
homepage = "https://github.com/albersonmiranda/rip"
documentation = "https://docs.rs/rpkg"
readme = "README.md"
keywords = ["r", "cli", "rscript", "cran", "installer"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
clap = { version = "4.1.8", features = ["derive"] }
strsim = "0.11"