Skip to content

Commit

Permalink
add cran badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaliga committed May 6, 2021
1 parent e38e679 commit 8f8c394
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 47 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ workloopR: Analysis of work loops and other data from muscle physiology experime
=======================================================================================

<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R build status](https://github.com/ropensci/workloopR/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/workloopR/actions)
[![](https://badges.ropensci.org/326_status.svg)](https://github.com/ropensci/software-review/issues/326) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3523384.svg)](https://doi.org/10.5281/zenodo.3523384) [![DOI](https://joss.theoj.org/papers/10.21105/joss.01856/status.svg)](https://doi.org/10.21105/joss.01856)

[![](https://badges.ropensci.org/326_status.svg)](https://github.com/ropensci/software-review/issues/326)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3523384.svg)](https://doi.org/10.5281/zenodo.3523384)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.01856/status.svg)](https://doi.org/10.21105/joss.01856)
[![CRAN status](https://www.r-pkg.org/badges/version/workloopR)](https://CRAN.R-project.org/package=workloopR)
<!-- badges: end -->

Documentation website: https://docs.ropensci.org/workloopR/
Expand All @@ -16,7 +18,13 @@ Accompanying paper in Journal of Open Source Software: https://doi.org/10.21105/

## Installation

We are not (yet) on CRAN but the package can be installed via:
You can install `workloopR` from CRAN via:

``` {r install_cran, eval = FALSE}
install.packages("workloopR")
```

Or to get the latest (developmental) version through GitHub, use:
``` r
#install.packages("devtools") # if devtools is not installed
devtools::install_github("ropensci/workloopR")
Expand Down
11 changes: 9 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
}
],
"codeRepository": "https://github.com/ropensci/workloopR/",
"fileSize": "6076.721KB",
"fileSize": "6077.218KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -221,11 +221,18 @@
],
"relatedLink": [
"https://docs.ropensci.org/workloopR",
"https://docs.ropensci.org/workloopR/"
"https://docs.ropensci.org/workloopR/",
"https://CRAN.R-project.org/package=workloopR"
],
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/326",
"provider": "https://ropensci.org"
},
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
8 changes: 4 additions & 4 deletions docs/articles/Analyzing-workloops.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/Calculating-twitch-kinetics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/articles/Introduction-to-workloopR.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/Plotting-workloopR.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/articles/batch-processing.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/non-ddf-sources.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 7 additions & 14 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 12 additions & 6 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ articles:
Introduction-to-workloopR: Introduction-to-workloopR.html
non-ddf-sources: non-ddf-sources.html
Plotting-workloopR: Plotting-workloopR.html
last_built: 2021-05-05T01:05Z
last_built: 2021-05-06T16:07Z
urls:
reference: https://docs.ropensci.org/workloopR//reference
article: https://docs.ropensci.org/workloopR//articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/analyze_workloop.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f8c394

Please sign in to comment.