https://github.com/archaeo-programmer/cropspreadr

Spread Processes and Rates behind Maize Agriculture

https://github.com/archaeo-programmer/cropspreadr

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

agriculture archaeological-datasets archaeological-science archaeology climate demography diffusion elevation food growing-degree-days latitiude maize neolithic neolithic-demographic-transition radiocarbon radiocarbon-dates spd spread-rates summed-probability-distribution
Last synced: 5 months ago · JSON representation

Repository

Spread Processes and Rates behind Maize Agriculture

Basic Info
  • Host: GitHub
  • Owner: Archaeo-Programmer
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 150 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
agriculture archaeological-datasets archaeological-science archaeology climate demography diffusion elevation food growing-degree-days latitiude maize neolithic neolithic-demographic-transition radiocarbon radiocarbon-dates spd spread-rates summed-probability-distribution
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

DOI

cropSpreadR: Exploring Spread Processes and Rates of Maize Agriculture

cropSpreadR is an R package implementing functions to perform analysis on the spread processes and movement rates of maize agriculture.

This is the official R package for cropSpreadR, which contains all code associated with the analyses described and presented, including figures and tables, in Gillreath-Brown et al. 2022 (submitted):

Gillreath-Brown, A., D. Bird, and T. A. Kohler (2022). Rate Variability on the Maize Northern Frontier in the Prehispanic Southwestern United States: Implications for Earliest Maize. Submitted to Journal of Archaeological Science: Reports for review.

All code for analysis, figures, and tables is in MaizeSpreadProcesses.Rmd.

Installation

You can install cropSpreadR from GitHub with these lines of R code (Windows users are recommended to install a separate program, Rtools, before proceeding with this step):

r if (!require("devtools")) install.packages("devtools") devtools::install_github("Archaeo-Programmer/cropSpreadR")

Repository Contents

The :file_folder: vignettes directory contains:

How to Run the Code?

To reproduce the analysis, output, figures, and tables, you will need to clone the repository. To clone the repository, you can do the following from your Terminal:

bash git clone https://github.com/Archaeo-Programmer/cropSpreadR.git cd cropSpreadR

After installing the cropSpreadR package (via install_github as shown above or by using devtools::install()), then you can render the analysis, visualizations, and tables. You can compile the cropSpreadR analysis within R by entering the following in the console:

r rmarkdown::render(here::here('vignettes/Maize_Analysis.Rmd'), output_dir = here::here('vignettes'))

Another option for reproducing the results is to use the package itself and follow along with the vignette, cropSpreadR. Data and functions are already loaded into the package.

Licenses

Code: GNU GPLv3

Data: CC-0 attribution requested in reuse

Acknowledgements

This material is based upon work supported by the National Science Foundation under Grants SMA-1637171 and SMA-1620462, and by the Office of the Chancellor, Washington State University-Pullman.

Owner

  • Name: Andrew Gillreath-Brown
  • Login: Archaeo-Programmer
  • Kind: user
  • Company: @YPCCC

Data Scientist @YPCCC; Research Associate at MPI-GEA

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 75
  • Total Committers: 3
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.027
Past Year
  • Commits: 75
  • Committers: 3
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.027
Top Committers
Name Email Commits
Andrew Gillreath-Brown a****4@g****m 73
Darcy Bird d****d@g****m 1
Andrew Gillreath-Brown A****r 1

Issues and Pull Requests

Last synced: about 2 years ago

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

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • magrittr * depends
  • vegan * depends
  • DescTools * imports
  • RColorBrewer * imports
  • assertthat * imports
  • cowplot * imports
  • data.table * imports
  • dplyr * imports
  • gganimate * imports
  • ggdag * imports
  • ggh4x * imports
  • ggplot2 * imports
  • ggpubr * imports
  • ggrepel * imports
  • ggsci * imports
  • here * imports
  • httr * imports
  • knitr * imports
  • leaflet * imports
  • lubridate * imports
  • maps * imports
  • mgcv * imports
  • p3k14c * imports
  • plotly * imports
  • purrr * imports
  • raster * imports
  • rcarbon * imports
  • readr * imports
  • rebus.numbers * imports
  • reshape2 * imports
  • rgdal * imports
  • sf * imports
  • shadowtext * imports
  • sp * imports
  • terra * imports
  • tibble * imports
  • tidyr * imports
  • units * imports
  • usmap * imports
  • rmarkdown * suggests
  • testthat * suggests