https://github.com/archaeostat/archaeodata

Datasets for 'ArchaeoPhases'

https://github.com/archaeostat/archaeodata

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.4%) to scientific vocabulary

Keywords

r-package
Last synced: 10 months ago · JSON representation

Repository

Datasets for 'ArchaeoPhases'

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
r-package
Created about 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



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

# ArchaeoData


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

[![r-universe](https://archaeostat.r-universe.dev/badges/ArchaeoData)](https://archaeostat.r-universe.dev){.pkgdown-devel}

[![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)


## Overview

Datasets for chronological modelling with [**ArchaeoPhases**](https://github.com/ArchaeoStat/ArchaeoPhases). This package provides models and data to reproduce results from **ArchaeoPhases** examples and vignettes.

## Installation

The size of this package is considerably over the 5 MB limit imposed by CRAN.
You can install the latest version of **ArchaeoData** from [our repository](https://archaeostat.r-universe.dev) with:

```{r universe-installation, eval=FALSE}
install.packages("ArchaeoData", repos = "https://archaeostat.r-universe.dev")
```

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

```{r gh-installation, eval=FALSE}
# install.packages("remotes")
remotes::install_github("ArchaeoStat/ArchaeoData")
```

## Local usage

```{r local}
## Load package
library(ArchaeoData)

## Load data (BCal output)
data("fishpond")
```

The `inst/` directory contains:

* [ChronoModel](http://www.chronomodel.fr) v2.0.18 project files and output files (in the `chronomodel/` subdirectory).
* [OxCal](https://c14.arch.ox.ac.uk/oxcal.html) v4.4.4 script and output files (in the `oxcal/` subdirectory).
* [BCal](https://bcal.shef.ac.uk) output files (in the `bcal/` subdirectory).

## Remote usage

```{r remote}
## Load package
library(ArchaeoPhases)

## Read BCal output
fishpond <- read_bcal("https://archaeostat.r-universe.dev/ArchaeoData/data/fishpond/csv")
```

Owner

  • Name: ArchaeoStat
  • Login: ArchaeoStat
  • Kind: organization

GitHub Events

Total
  • Push event: 4
Last Year
  • Push event: 4