Skip to content

Commit

Permalink
R/README.md update - rjson replaced with jsonlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia-Shutov committed Aug 11, 2023
1 parent 4e24909 commit 1278b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Open RStudio:
1. "Create a project" -> "Existing Directory" -> select `Rforestry/R` folder.
2. Install R dependances: open "Console" tab (bottom left corner), execute command:
```r
install.packages(c("devtools","visNetwork","glmnet","onehot","pROC","RcppArmadillo","RcppThread","mvtnorm","rjson"))
install.packages(c("devtools","visNetwork","glmnet","onehot","pROC","RcppArmadillo","RcppThread","mvtnorm","jsonlite"))
```
3. Build and test R package: open "Build" tab (top right corner), click "Install", then click "Test".

0 comments on commit 1278b0d

Please sign in to comment.