Skip to content

Commit b446fd6

Browse files
committed
Get from new location
1 parent 9d561ea commit b446fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/getdata.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ library(org.Sc.sgd.db)
300300

301301
tmp <- tempdir()
302302

303-
urls <- paste(sep="", "http://www.nature.com/nature/journal/v417/n6887/extref/nature750-s", 1:4, ".doc")
303+
urls <- paste(sep="", "https://static-content.springer.com/esm/art%3A10.1038%2Fnature750/MediaObjects/41586_2002_BFnature750_MOESM", 2:5, "_ESM.doc")
304304
dest <- paste(sep="", tmp, "/s", 1:4, ".txt")
305305
sapply(1:4, function(x) download.file(url=urls[x], destfile=dest[x]))
306306

0 commit comments

Comments
 (0)