Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Feb 11, 2024
1 parent 478899d commit 42183c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-dSep.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ g<- list(m1=g1, m2=g2)
d<- data.frame(a=rnorm(100), b=rnorm(100), c=rnorm(100), d=rnorm(100))

if (require(caper) | require(phylolm)){
rhino.dat <- read.csv("http://mpcm-evolution.org/OPM/Chapter8_OPM/download/rhino.csv")
rhino.tree <- ape::read.tree("http://mpcm-evolution.org/OPM/Chapter8_OPM/download/rhino.tree")
rhino.dat <- read.csv("http://mpcm-evolution.com/OPM/Chapter8_OPM/download/rhino.csv")
rhino.tree <- ape::read.tree("http://mpcm-evolution.com/OPM/Chapter8_OPM/download/rhino.tree")
com.dat<- caper::comparative.data(rhino.tree, rhino.dat, SP, vcv=TRUE, vcv.dim=3, warn.dropped=TRUE)
m<- list()
m$h1<- gRbase::dag(~LS:BM + NL:BM + DD:NL + RS:DD)
Expand Down

0 comments on commit 42183c8

Please sign in to comment.