Skip to content

Commit

Permalink
Give a better hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 12, 2024
1 parent faadd02 commit 43a6705
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
// Note that the environment variable, R_HOME, must be set prior to `cargo build`
// in order to build the ark dependency libR-sys. Once libR-sys is built,
// R_HOME is not required for subsequent runs of `cargo build`.
// Execute something like the following in a terminal prior to running `cargo build`:
// set R_HOME=C:\Program Files\R\R-4.3.2
// Prior to running `cargo build`, execute something like this:
// PowerShell: $env:R_HOME = "C:\\Program Files\\R\\R-4.3.2"
// bash: export R_HOME="C:\\Program Files\\R\\R-4.3.2"
"command": "cargo build"
},
"problemMatcher": [
Expand Down

0 comments on commit 43a6705

Please sign in to comment.