Development version using devtools
The simplest way to install the in-development version is via the
devtools package. You just have to indicate that you want
to install from the in-development main branch.
devtools::install_github("adamkocsis/orange@main")Manual install
You can also the install the package manually with the following steps:
- Clone the repository to your local hard drive.
- Make sure that you have the package dependencies.
- Open a terminal and navigate to the directory where you cloned. The
orangedirectory should be visible from there.
- Run this line in the terminal
R CMD INSTALL orange
-
If you see an error suggesting that
Ris not found, you have to add it to yourPATHenvironmental variable.
- If the R packages that
orangedepend on are not installed, you have to install them manually, or you will get an error.
