Science Score: 39.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
    Found 6 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary

Keywords from Contributors

neotoma-apis
Last synced: 10 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created about 10 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# palaeoSig


[![R-CMD-check](https://github.com/richardjtelford/palaeoSig/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/richardjtelford/palaeoSig/actions/workflows/R-CMD-check.yaml)


PalaeoSig includes the methods developed in:

- [Telford and Birks (2011)](https://doi.org/10.1016/j.quascirev.2011.03.002) for testing the significance of transfer function reconstructions.

- [Telford and Birks (2009)](https://doi.org/10.1016/j.quascirev.2008.12.020) for evaluating transfer function performance in spatially autocorrelated environments.

- [Heegaard et al. (2005)](https://doi.org/10.1191/0959683605hl836rr) for an age-depth modelling procedure

- [Minchin (1987)](https://www.jstor.org/stable/20038177) for the simulation of community data, base on [COMPAS](https://www.siue.edu/artsandsciences/biology/pminchi/software.shtml).

## Installation

You can install the released version of palaeoSig from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("palaeoSig")
```

And the development version from [GitHub](https://github.com/richardjtelford/palaeoSig) with:

``` r
# install.packages("remotes")
remotes::install_github("richardjtelford/palaeoSig")
```

Owner

  • Name: Richard J Telford
  • Login: richardjtelford
  • Kind: user
  • Location: Norway
  • Company: University of Bergen

Quantitative ecologist and palaeoecologist at University of Bergen @richardjtelford

GitHub Events

Total
  • Watch event: 1
  • Push event: 2
Last Year
  • Watch event: 1
  • Push event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 111
  • Total Committers: 3
  • Avg Commits per committer: 37.0
  • Development Distribution Score (DDS): 0.36
Past Year
  • Commits: 71
  • Committers: 1
  • Avg Commits per committer: 71.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
richardjtelford r****d@u****o 71
richardjtelford r****d@b****o 38
Simon s****g@g****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: about 5 hours
  • Average time to close pull requests: 8 months
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • 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
  • lukasjonkers (1)
Pull Request Authors
  • SimonGoring (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 341 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 8
  • Total maintainers: 1
cran.r-project.org: palaeoSig

Significance Tests for Palaeoenvironmental Reconstructions

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 341 Last month
Rankings
Forks count: 21.2%
Dependent repos count: 24.2%
Stargazers count: 25.7%
Dependent packages count: 29.0%
Average: 31.3%
Downloads: 56.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • MASS * imports
  • TeachingDemos * imports
  • assertr * imports
  • dplyr * imports
  • forcats * imports
  • ggplot2 * imports
  • ggrepel * imports
  • magrittr * imports
  • mgcv * imports
  • purrr * imports
  • rioja * imports
  • rlang * imports
  • tibble * imports
  • tidyr * imports
  • vegan * imports
  • fields * suggests
  • gstat * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • sp * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite