From 4290c8dd6c0069a5ba3bd5bbe9fa4157898a0fd6 Mon Sep 17 00:00:00 2001 From: Daniel Gurgel Date: Sun, 23 Jun 2024 10:04:44 -0300 Subject: [PATCH] runiverse --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57a9529..4e3b47d 100644 --- a/README.md +++ b/README.md @@ -19,21 +19,30 @@ Install [Rtools](https://cran.r-project.org/bin/windows/Rtools/). Add the following gnu target: `rustup target add x86_64-pc-windows-gnu`. -In R, install harmonium: +In R, install harmonium from github: `remotes::install_github("daniellga/harmonium/r-harmonium")` +or from R-universe: +`install.packages('harmonium', repos = 'https://daniellga.r-universe.dev')` + ### Linux Install [Rustup](https://www.rust-lang.org/tools/install). The ALSA development files are required. These are provided as part of the libasound2-dev package on Debian and Ubuntu distributions and alsa-lib-devel on Fedora. -In R, install harmonium: +In R, install harmonium from github: `remotes::install_github("daniellga/harmonium/r-harmonium")` +or from R-universe: +`install.packages('harmonium', repos = 'https://daniellga.r-universe.dev')` + ### Mac Install [Rustup](https://www.rust-lang.org/tools/install). -In R, install harmonium: +In R, install harmonium from github: `remotes::install_github("daniellga/harmonium/r-harmonium")` + +or from R-universe: +`install.packages('harmonium', repos = 'https://daniellga.r-universe.dev')` \ No newline at end of file