https://github.com/archaeostat/archaeodata
Datasets for 'ArchaeoPhases'
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
- Host: GitHub
- Owner: ArchaeoStat
- License: gpl-3.0
- Language: HTML
- Default Branch: master
- Homepage: https://archaeostat.github.io/ArchaeoData/
- Size: 34.5 MB
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
[](https://github.com/ArchaeoStat/ArchaeoData/actions/workflows/R-CMD-check.yaml)
[](https://archaeostat.r-universe.dev){.pkgdown-devel}
[](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
- Repositories: 2
- Profile: https://github.com/ArchaeoStat
GitHub Events
Total
- Push event: 4
Last Year
- Push event: 4