README.md

mansched

R package with tools for manpower cost computation in Taganito Mine

Installation

R

This package requires an R version of at least 3.5.0 although it is recommended to install the latest version.

java

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.

java in macOS

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")

devtools

mansched is only available via github. To facilitate the installation of mansched, install devtools.

To install devtools, in R console, run:

install.packages("devtools")

mansched install

Once devtools is installed, run the following in R console:

devtools::install_github("basilrabi/mansched")


basilrabi/mansched2 documentation built on May 19, 2023, 9:51 p.m.