Skip to content

Commit c8cf6a2

Browse files
committed
Fixing capitalization in example file calls
1 parent b6fdfad commit c8cf6a2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

R/create_SpAR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#'
4242
#' # Read tree from Patton et al. (2021), trimmed to Caribbean species
4343
#' tree <- ape::read.tree(system.file("extdata",
44-
#' "Patton_Anolis_trimmed.tree",
44+
#' "Patton_Anolis_Trimmed.tree",
4545
#' package = "ssarp"))
4646
#'
4747
#' occ_speciation <- estimate_ms(tree = tree,

R/estimate_BAMM.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#'
3838
#' # Read tree from Patton et al. (2021), trimmed to Caribbean species
3939
#' tree <- ape::read.tree(system.file("extdata",
40-
#' "Patton_Anolis_trimmed.tree",
40+
#' "Patton_Anolis_Trimmed.tree",
4141
#' package = "ssarp"))
4242
#'
4343
#' # Event data file from an external BAMM run

R/estimate_DR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#'
5757
#' # Read tree from Patton et al. (2021), trimmed to Caribbean species
5858
#' tree <- ape::read.tree(system.file("extdata",
59-
#' "Patton_Anolis_trimmed.tree",
59+
#' "Patton_Anolis_Trimmed.tree",
6060
#' package = "ssarp"))
6161
#'
6262
#' occ_speciation <- estimate_dr(tree = tree,

R/estimate_MS.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#'
3434
#' # Read tree from Patton et al. (2021), trimmed to Caribbean species
3535
#' tree <- ape::read.tree(system.file("extdata",
36-
#' "Patton_Anolis_trimmed.tree",
36+
#' "Patton_Anolis_Trimmed.tree",
3737
#' package = "ssarp"))
3838
#'
3939
#' occ_speciation <- estimate_ms(tree = tree,

man/create_SpAR.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/estimate_BAMM.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/estimate_DR.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/estimate_MS.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)