8000 Fixed obsolete data URL · plotly/plotly.r-docs@692fb4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 692fb4f

Browse files
authored
Fixed obsolete data URL
1 parent ce976b0 commit 692fb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggplot2/2016-11-29-geom_ribbon.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set.seed(1987)
4646
pkgs <- c("ggplot2", "mgcv", "MASS")
4747
invisible(lapply(pkgs, require, character.only = TRUE))
4848
49-
load(url('http://biostat.mc.vanderbilt.edu/wiki/pub/Main/DataSets/titanic3.sav'))
49+
load(url('https://hbiostat.org/data/repo/titanic3.sav'))
5050
titanic3 <- na.omit(titanic3[, -c(3,8:14)])
5151
titanic3$class_sex <- apply(titanic3, 1,
5252
function(x) paste(x[1], x[3], collapse = "_"))

0 commit comments

Comments
 (0)
0