Skip to content

Commit

Permalink
runiverse
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Jun 23, 2024
1 parent b9eaa71 commit 4290c8d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')`

0 comments on commit 4290c8d

Please sign in to comment.