Skip to content

Commit a96e6c7

Browse files
Updated documentation. Removed rendered version in readme, as it is currently not knitting.
1 parent 9fe10e8 commit a96e6c7

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ Imports:
5757
ggsci,
5858
p3k14c,
5959
terra,
60-
ggdag
60+
ggdag,
61+
assertthat,
62+
cowplot,
63+
ggrepel
6164
Remotes:
6265
zeehio/facetscales,
6366
Archaeo-Programmer/paleomat

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# cropSpreadR: Exploring Spread Processes behind Maize Agriculture
1+
# cropSpreadR: Exploring Spread Processes and Rates of Maize Agriculture
22

33
`cropSpreadR` is an *R* package implementing functions to perform
4-
analysis on the spread processes of maize agriculture.
4+
analysis on the spread processes and movement rates of maize agriculture.
55

66
This is the official R package for [cropSpreadR](https://github.com/Archaeo-Programmer/cropSpreadR),
77
which contains all code associated with the analyses described and presented, including figures and tables, in Gillreath-Brown et al. 2022 (submitted):
88

9-
Gillreath-Brown, A., D. Bird, and T. A. Kohler (2022). What Limited the Spread of Maize in the Prehispanic US Southwest? Submitted to *Journal of Archaeological Science: Reports* for review.
9+
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.
1010

1111
All code for analysis, figures, and tables is in [Maize_Spread_Processes.Rmd](vignettes/Maize_Spread_Processes.Rmd).
1212

@@ -25,7 +25,6 @@ The [:file\_folder: vignettes](vignettes) directory contains:
2525

2626
- [:page\_facing\_up: Maize_Spread_Processes](vignettes/Maize_Spread_Processes.Rmd): R
2727
Markdown document with all analysis and code to reproduce the figures and tables for the submitted paper (Gillreath-Brown et al. 2022).
28-
It also has a rendered version, [Maize_Spread_Processes.html](vignettes/Maize_Spread_Processes.html), which shows figure and table output.
2928
- [:file\_folder: figures](vignettes/figures): Plots, figures, and illustrations in the paper, including supplementary materials.
3029
- [:file\_folder: tables](vignettes/tables): Tables in the paper, including supplementary materials.
3130

@@ -45,12 +44,6 @@ You can compile the `cropSpreadR` analysis within R by entering the following in
4544
rmarkdown::render(here::here('vignettes/Maize_Analysis.Rmd'), output_dir = here::here('vignettes'))
4645
```
4746

48-
If you do not want to compile the R Markdowns, then you can retrieve a readable HTML file by navigating to [Maize_Analysis.html](vignettes/Maize_Analysis.html). Then, click "Raw" and save the file as "Maize_Analysis.html" (i.e., save file with `.html` extension or as HTML file type). Another option, after installing the `cropSpreadR` package, is to use `rstudioapi::viewer` in the R console:
49-
50-
``` r
51-
rstudioapi::viewer(here::here('vignettes/cropSpreadR.html'))
52-
```
53-
5447
Another option for reproducing the results is to use the package itself and follow along with the vignette, [cropSpreadR](vignettes/cropSpreadR.Rmd). Data and functions are already loaded into the package.
5548

5649
## Licenses

0 commit comments

Comments
 (0)