R package with tools for manpower cost computation in Taganito Mine
This package requires an R version of at least 3.5.0 although it is recommended to install the latest version.
Installation of mansched requires java (jre). A 64-bit installation of R requires 64-bit installation of java while a 32-bit installation of R requires 32-bit installation of java.
Install the appropriate version of java for your R installation.
In macOS, you need to install jdk and reconfigure the java installation.
To reconfigure the java installation in macOS, run the following commands in terminal:
sudo ln -s $(/usr/libexec/java_home)/jre/lib/server/libjvm.dylib /usr/local/lib
sudo R CMD javareconf
Then in R console, run:
install.packages("rJava")
mansched is only available via github. To facilitate the installation of mansched, install devtools.
To install devtools, in R console, run:
install.packages("devtools")
Once devtools is installed, run the following in R console:
devtools::install_github("basilrabi/mansched")