knitr::opts_chunk$set( collapse = TRUE, comment = "#>", results="hide", eval = FALSE, fig.path = "man/figures/README-", out.width = "100%" ) library("badger", quietly = TRUE)
cat( badger::badge_devel("Ehyaei/HLSGUtils", "orange"), badger::badge_lifecycle("experimental"), badger::badge_last_commit("Ehyaei/HLSGUtils") )
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.