Skip to content

courtiol/torpor_fork

 
 

Repository files navigation

torpor

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status Codecov test coverage

Welcome to torpor

This is the repository of torpor an R (https://www.r-project.org/) package aiming at an objective and standardized distinction between torpid and euthermic metabolic rates (M) measured in steady-state conditions. Note: This package is not aimed for use without careful researcher’s attention.

A stable version of the package will be soon available on CRAN. However, to allow greater flexibility and interactivity at this early stage of the project, the package is only available on github at the moment. Any bug report or request features would therefore be appreciated.

Installation

Torpor is using JAGS (Just Another Gibbs Sampler) in the background and thus you should make sure to have JAGS installed on your machine. Once jags is properly installed and working you can installed torpor in R by typing:

library(remotes)
remotes::install_github("vullioud/torpor", build_vignettes = TRUE)

Where can you find more about torpor?

You can learn more about the goal and the theory behind the package in the companion article (Fassel et al., in prep). And you will find an example in the vignettes of the package. You can access it directly from R by typing:

browseVignettes("torpor")

How can you help ?

Torpor is still in its infancy and despite numerous testing it is possible that bugs appears. You can help us by reporting bugs or request new features.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%