Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jun 2, 2023
1 parent 2149595 commit 2f6498f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ importFrom(chronos,start)
importFrom(chronos,time)
importFrom(methods,.valueClassTest)
importFrom(methods,as)
importFrom(methods,cbind2)
importFrom(methods,getGeneric)
importFrom(methods,new)
importFrom(methods,setGeneric)
Expand Down
2 changes: 1 addition & 1 deletion R/ArchaeoPhases-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@

#' @import arkhe
#' @import chronos
#' @importFrom methods as getGeneric new setGeneric setMethod setValidity
#' @importFrom methods as cbind2 getGeneric new setGeneric setMethod setValidity
#' .valueClassTest
NULL
2 changes: 1 addition & 1 deletion inst/examples/ex-allen-observe.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (requireNamespace("ArchaeoData", quietly = TRUE)) {
## Load the Anglo Saxon burials dataset
path <- system.file("burials.csv", package = "ArchaeoData")
path <- system.file("oxcal/burials.csv", package = "ArchaeoData")
burials <- read.table(path, header = TRUE, sep = ",", dec = ".",
check.names = FALSE)

Expand Down
2 changes: 1 addition & 1 deletion man/allen_observe.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/allen_observe_frequency.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f6498f

Please sign in to comment.