Skip to content

Commit

Permalink
Remove type="binary" which is not allowed on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jul 2, 2024
1 parent 9e3928b commit 18ce919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ options(repos = c(
torch = sprintf("https://torch-cdn.mlverse.org/packages/%s/%s/", kind, version),
CRAN = "https://cloud.r-project.org" # or any other from which you want to install the other R dependencies.
))
install.packages("torch", type = "binary")
install.packages("torch")
```

## Troubleshooting
Expand Down

0 comments on commit 18ce919

Please sign in to comment.