Skip to content

Commit b5a6df5

Browse files
committed
Fix links
1 parent d57161e commit b5a6df5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ knitr::opts_chunk$set(
3535

3636
An easy way to examine archaeological count data. **tabula** provides several tests and measures of diversity: heterogeneity and evenness (Brillouin, Shannon, Simpson, etc.), richness and rarefaction (Chao1, Chao2, ACE, ICE, etc.), turnover and similarity (Brainerd-Robinson, etc.). The package make it easy to visualize count data and statistical thresholds: rank vs. abundance plots, heatmaps, @ford1962 and @bertin1977 diagrams.
3737

38-
[**kairos**](https://www.tesselle.org/kairos/) is a companion package to **tabula** that provides functions for chronological modeling and dating of archaeological assemblages from count data.
38+
[**kairos**](https://packages.tesselle.org/kairos/) is a companion package to **tabula** that provides functions for chronological modeling and dating of archaeological assemblages from count data.
3939

4040
```{r citation, echo=FALSE, comment=''}
4141
utils::citation("tabula")
@@ -111,6 +111,8 @@ heterogeneity(mississippi, method = "shannon")
111111
Measure diversity by comparing to simulated assemblages:
112112

113113
```{r sample-size, fig.width=3.5, fig.height=3.5, fig.show="hold"}
114+
set.seed(12345)
115+
114116
## Data from Conkey 1980, Kintigh 1989, p. 28
115117
chevelon %>%
116118
heterogeneity(method = "shannon") %>%

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ etc.). The package make it easy to visualize count data and statistical
4444
thresholds: rank vs. abundance plots, heatmaps, Ford (1962) and Bertin
4545
(1977) diagrams.
4646

47-
[**kairos**](https://www.tesselle.org/kairos/) is a companion package to
48-
**tabula** that provides functions for chronological modeling and dating
49-
of archaeological assemblages from count data.
47+
[**kairos**](https://packages.tesselle.org/kairos/) is a companion
48+
package to **tabula** that provides functions for chronological modeling
49+
and dating of archaeological assemblages from count data.
5050

5151

5252
To cite tabula in publications use:
@@ -158,6 +158,8 @@ heterogeneity(mississippi, method = "shannon")
158158
Measure diversity by comparing to simulated assemblages:
159159

160160
``` r
161+
set.seed(12345)
162+
161163
## Data from Conkey 1980, Kintigh 1989, p. 28
162164
chevelon %>%
163165
heterogeneity(method = "shannon") %>%

_pkgdown.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ reference:
1010
- title: Diversity Measures
1111
contents:
1212
- has_concept("diversity measures")
13-
- title: Seriation
14-
contents:
15-
- has_concept("seriation")
1613
- title: Visualization
1714
contents:
1815
- has_concept("plot methods")
@@ -34,7 +31,5 @@ navbar:
3431
menu:
3532
- text: Diversity Measures
3633
href: articles/diversity.html
37-
- text: Seriation Methods
38-
href: articles/seriation.html
3934
- text: Bibliography
4035
href: articles/bibliography.html

cran-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
* CRAN package check warning ("replacing previous import") has been fixed.
1212
* Some links in the documentation point to articles behind paywalls that may return a 403 error.
13+
* This is a resubmission.
1314

1415
## revdepcheck results
1516

man/figures/README-sample-size-1.png

78 Bytes
Loading

man/figures/README-sample-size-2.png

378 Bytes
Loading

0 commit comments

Comments
 (0)