Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thierryo/hibernate
https://github.com/thierryo/hibernate
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thierryo/hibernate
- Owner: ThierryO
- License: gpl-3.0
- Created: 2021-09-09T07:40:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T22:42:04.000Z (about 1 year ago)
- Last Synced: 2024-11-12T04:02:36.588Z (2 months ago)
- Language: R
- Size: 209 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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")
```