The goal of HLSGUtils is to collect and organise scripts that are frequently used in our lab projects.
To install HLSGUtils
package, first you need to install the Python environment package in R.
install.packages("reticulate")
After that we need psutil
python package to control system resources.
library(reticulate)
py_install("psutil")
Now you can install the development version of HLSGUtils
like so:
# install.packages("remotes")
remotes::install_github("Ehyaei/HLSGUtils")