malucalle / selbal

selbal: selection of balances for microbial signatures
32 stars 15 forks source link

window install error #29

Open skeffington opened 2 years ago

skeffington commented 2 years ago

Hi

When I try to install in window with

install_url(url="https://github.com/UVic-omics/selbal/archive/master.zip", 
+             INSTALL_opt= "--no-multiarch")

I get the error:

Downloading package from url: https://github.com/UVic-omics/selbal/archive/master.zip
Error: Failed to install 'unknown package' from URL:
  Does not appear to be an R package (no DESCRIPTION)
Warning message:
Arguments in `...` must be used.
x Problematic argument:
* INSTALL_opt = "--no-multiarch"

R version 4.1.2 (2021-11-01)

Any help would be appreciated, Thanks!

mariamaseng commented 1 year ago

This worked for me on my windows computer: devtools::install_github(repo = "malucalle/selbal")