Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thierryo/hibernate


https://github.com/thierryo/hibernate

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = file.path("man", "figures", "README-"),
out.width = "100%"
)
```

# hibernate

[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
![GitHub](https://img.shields.io/github/license/thierryo/hibernate)
[![R build status](https://github.com/thierryo/hibernate/workflows/check%20package%20on%20main/badge.svg)](https://github.com/thierryo/hibernate/actions)
[![Codecov test coverage](https://codecov.io/gh/thierryo/hibernate/branch/main/graph/badge.svg)](https://codecov.io/gh/thierryo/hibernate?branch=main)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/thierryo/hibernate.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/thierryo/hibernate.svg)

The goal of hibernate is to document the analysis of hibernating bat surveys.

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("thierryo/hibernate")
```