cultevo

Measures and statistical tests for cultural evolution in R

https://github.com/kevinstadler/cultevo

Science Score: 23.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
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Measures and statistical tests for cultural evolution in R

Basic Info
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 11 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Cultural evolution in R

CRAN version CRAN downloads Code Coverage

The cultevo R package provides tools, measures and statistical tests often used in the study of cultural evolution, in particular for measuring the compositionality of signalling systems as well as computing string and meaning distance matrices. It also provides an accurate implementation of Page's test for monotonicity of ranks.

See the Function reference for a full list of functions.

Installation

In order to install the latest release from CRAN (recommended) simply call:

install.packages("cultevo")

The latest development version from Github can be installed using the pak package:

pak::pkg_install("kevinstadler/cultevo")

Citation

This package can be cited as:

Stadler, Kevin (2018) cultevo: Tools, Measures and Statistical Tests for Cultural Evolution. R package version 1.0.3. https://kevinstadler.github.io/cultevo/

A BibTeX entry for LaTeX users is

@Manual{cultevo, title = {cultevo: Tools, Measures and Statistical Tests for Cultural Evolution}, author = {Kevin Stadler}, year = {2018}, note = {R package version 1.0.3}, url = {https://kevinstadler.github.io/cultevo/} }

License

This project is licensed under the terms of the MIT license, Copyright (c) 2014-2023 Kevin Stadler.

Owner

  • Name: Kevin Stadler
  • Login: kevinstadler
  • Kind: user
  • Location: Vienna

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 57
  • Total Committers: 1
  • Avg Commits per committer: 57.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
Kevin k****r@e****k 57
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 1 day
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.5
  • 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
  • Phismil (1)
  • ganava4 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 178 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: cultevo

Tools, Measures and Statistical Tests for Cultural Evolution

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 178 Last month
Rankings
Stargazers count: 18.3%
Dependent repos count: 23.8%
Forks count: 27.8%
Dependent packages count: 28.7%
Average: 32.7%
Downloads: 64.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • Hmisc * imports
  • combinat * imports
  • grDevices * imports
  • graphics * imports
  • pspearman * imports
  • stats * imports
  • stringi * imports
  • utils * imports
  • knitr * suggests
  • memoise * suggests
  • rmarkdown * suggests
  • testthat * suggests