Skip to content

Commit 0ff06c6

Browse files
fixed the cran mirror
1 parent e889f4e commit 0ff06c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TimeSeriesUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using RCall
66

77
# Installing some R package, if not already installed.
88
R"if (suppressMessages(!require('forecast')))
9-
install.packages('forecast', repo = 'http://cran.us.r-project.org')"
9+
install.packages('forecast', repo = 'http://cran.r-project.org')"
1010

1111
R"if (suppressMessages(!require('psd')))
1212
install.packages('psd', repo = 'http://cran.r-project.org')"

0 commit comments

Comments
 (0)