Skip to content

v0.1.5.1

Latest
Compare
Choose a tag to compare
@ColinL1 ColinL1 released this 10 Dec 09:54
· 2 commits to main since this release

Changes

  1. Added terminal breakpoint temperature (ED5) and thermal limit temperature (ED95) to functions
  2. Minor documentation updates
  3. Fix release issue

Get Started

Demo File

To get started download CBASSED50_demo.qmd. GitHub allows you to do this directly from the web interface:

This is a document with a notebook interface that contains explanatory text together with the code. Open the document in RStudio and explore it.

RStudio will offer to install missing packages required for running the CBASSED50_demo.qmd, please do this:

Install CBASSED50

You can install the latest version of CBASSED50 from GitHub:

if(!require(devtools)){
   install.packages("devtools")
}

devtools::install_github("reefgenomics/[email protected]", force=TRUE)