Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
cran
data-analysis
hypothesis-testing
longitudinal
ordinal
r
r-package
rcpp
repeated-measures
rstats
statistics
Last synced: 6 months ago
·
JSON representation
Repository
Ordinal pattern analysis R package
Basic Info
- Host: GitHub
- Owner: timbeechey
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://timbeechey.github.io/opa/
- Size: 13.2 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
cran
data-analysis
hypothesis-testing
longitudinal
ordinal
r
r-package
rcpp
repeated-measures
rstats
statistics
Created about 4 years ago
· Last pushed 8 months ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
# set plot colors
palette(c("#0073C2", "#EFC000", "#868686", "#CD534C"))
```
# opa


[](https://github.com/timbeechey/opa/actions/workflows/R-CMD-check.yaml)
An R package for ordinal pattern analysis.
## Installation
opa can be installed from CRAN with:
```{r install_opa, eval=FALSE}
install.packages("opa")
```
You can install the development version of opa from [GitHub](https://github.com/) with:
```{r install_github, eval=FALSE}
# install.packages("remotes")
remotes::install_github("timbeechey/opa")
```
## Using `opa`
See the [introductory guide](https://timbeechey.github.io/opa/articles/opa.html) for a brief demonstration of how to conduct an ordinal pattern analysis using `opa`.
## Acknowledgements
Development of `opa` was supported by a [Medical Research Foundation](https://www.medicalresearchfoundation.org.uk/) Fellowship (MRF-049-0004-F-BEEC-C0899).
Owner
- Login: timbeechey
- Kind: user
- Repositories: 2
- Profile: https://github.com/timbeechey
GitHub Events
Total
- Push event: 4
Last Year
- Push event: 4
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| timb | t****y@p****m | 151 |
| timbeechey | 6****y | 12 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 3 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 2.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
- rubgecko (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 355 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 14
- Total maintainers: 1
cran.r-project.org: opa
An Implementation of Ordinal Pattern Analysis
- Homepage: https://timbeechey.github.io/opa/
- Documentation: http://cran.r-project.org/web/packages/opa/opa.pdf
- License: GPL (≥ 3)
-
Latest release: 0.8.3
published almost 2 years ago
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 32.6%
Downloads: 33.6%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- Rcpp * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite