Skip to content

Commit aa1ad5e

Browse files
committed
Merge pull request #18 from scrm/update/vignettes
Update/vignettes
2 parents 06b8877 + 93754ec commit aa1ad5e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Diff for: DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Authors@R: c( person('Paul', 'Staab', , '[email protected]', role=c('aut',
1010
Description: A coalescent simulator that allows the rapid simulation of
1111
biological sequences under neutral models of evolution. Different to
1212
other coalescent based simulations, scrm has an optional approximation
13-
parameter that allows for high accuracy while maintaining a linear runtime
14-
cost for long sequences. It is optimized for simulating massive datasets as
15-
produced by Next-Generation Sequencing technologies for up to several ten-thousand
13+
parameter that allows for high accuracy while maintaining a linear run time
14+
cost for long sequences. It is optimized for simulating massive data sets as
15+
produced by Next-Generation Sequencing technologies for up to several thousand
1616
sequences.
1717
URL: https://github.com/scrm/scrm-r
1818
License: GPL (>= 3)

Diff for: vignettes/scrm-Arguments.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Command Line Arguments"
2+
title: "scrm's Arguments"
33
author: "Paul Staab"
44
date: "`r Sys.Date()`"
55
output: rmarkdown::html_vignette
@@ -113,4 +113,4 @@ The following commands change the model parameters from at a sequence position _
113113

114114

115115
[1]: http://home.uchicago.edu/~rhudson1/source/mksamples.html
116-
[2]: https://webshare.uchicago.edu/users/rhudson1/Public/ms.folder/msdoc.pdf?ticket=t_DunQ7c99
116+
[2]: https://webshare.uchicago.edu/users/rhudson1/Public/ms.folder/msdoc.pdf?ticket=t_DunQ7c99

Diff for: vignettes/scrm-TreesForApe.Rmd

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ vignette: >
99
%\usepackage[utf8]{inputenc}
1010
---
1111

12-
# Simulating trees for ape
13-
1412
```{r echo=FALSE}
1513
set.seed(40)
1614
```

0 commit comments

Comments
 (0)