https://github.com/arcaldwell49/thermoreg

Easy functions for thermoregulatory research

https://github.com/arcaldwell49/thermoreg

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Easy functions for thermoregulatory research

Basic Info
  • Host: GitHub
  • Owner: arcaldwell49
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 110 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Code of conduct

README.Rmd

---
title: "thermoreg R package"
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```


[![documentation](https://img.shields.io/badge/website-active-blue)](https://aaroncaldwell.us/thermoreg/)
[![Codecov test coverage](https://codecov.io/gh/arcaldwell49/thermoreg/branch/main/graph/badge.svg)](https://app.codecov.io/gh/arcaldwell49/thermoreg?branch=main)
[![R-CMD-check](https://github.com/arcaldwell49/thermoreg/workflows/R-CMD-check/badge.svg)](https://github.com/arcaldwell49/thermoreg/actions)


**Warning: This package is in VERY early development. DO NOT USE FOR ANY PURPOSE AT THIS TIME.**

Welcome to the `thermoreg` R package. This package is currently in very early development. The goal with the creation of this package is to make a resource that complies many mathematical models, functions, and calculations that are relevant to environmental physiology.
 
# Contributing

We are happy to receive bug reports, suggestions, questions, and (most
of all) contributions to fix problems and add features. Pull Requests
for contributions are encouraged.

Here are some simple ways in which you can contribute (in the increasing
order of commitment):

-   Read and correct any inconsistencies in the documentation
-   Raise issues about bugs or wanted features
-   Review code
-   Add new functionality
 
## Code of Conduct
  
Please note that the thermoreg project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

Owner

  • Name: Aaron Caldwell
  • Login: arcaldwell49
  • Kind: user

Exercise Physiologist by training, statistician by obsession Newsletter: https://buttondown.email/arcaldwell49

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 22
  • Total Committers: 1
  • Avg Commits per committer: 22.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
arcaldwell49 a****9@g****m 22

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
DESCRIPTION cran
  • covr * suggests
  • testthat >= 3.0.0 suggests
  • utils * suggests