Skip to content

Commit

Permalink
correct winutils URL and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lauespinosa committed Apr 8, 2021
1 parent 98ee5fb commit 4de70c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion epitweetr/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: epitweetr
Title: Early Detection of Public Health Threats from Twitter Data
Version: 0.1.27
Version: 0.1.28
Authors@R: c(
person(given = "Francisco",
family = "Orchard",
Expand Down
2 changes: 1 addition & 1 deletion epitweetr/R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ get_empty_config <- function(data_dir) {
ret$smtp_insecure <- FALSE
ret$force_date_format <- ""
ret$maven_repo <- "https://repo1.maven.org/maven2"
ret$winutils_url <- "https://github.com/steveloughran/winutils/blob/master/hadoop-3.0.0/bin/winutils.exe"
ret$winutils_url <- "https://github.com/steveloughran/winutils/raw/master/hadoop-3.0.0/bin/winutils.exe"
return(ret)
}

Expand Down
4 changes: 2 additions & 2 deletions epitweetr/vignettes/epitweetr-vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ If you would like to develop `epitweetr` further, then the following development

- *CRAN JARs*: Transitive dependencies for running Spark, Lucene and embedded scala code. *[https://repo1.maven.org/maven2]*

- *Winutils.exe* (Windows only) This is a Hadoop binary necessary for running SPARK locally on Windows *[https://github.com/steveloughran/winutils/blob/master/hadoop-3.0.0/bin/winutils.exe]*.
- *Winutils.exe* (Windows only) This is a Hadoop binary necessary for running SPARK locally on Windows *[https://github.com/steveloughran/winutils/raw/master/hadoop-3.0.0/bin/winutils.exe]*.

### Installing epitweetr from CRAN

Expand Down Expand Up @@ -1291,7 +1291,7 @@ If you do not receive email alerts and you see an error in `epitweetr` referring
[*https://git-scm.com/downloads*]: https://git-scm.com/downloads
[*https://www.scala-sbt.org/download.html*]: https://www.scala-sbt.org/download.html
[*https://cran.r-project.org/bin/windows/Rtools/*]: https://cran.r-project.org/bin/windows/Rtools/
[*https://github.com/steveloughran/winutils/blob/master/hadoop-3.0.0/bin/winutils.exe*]: https://github.com/steveloughran/winutils/blob/master/hadoop-3.0.0/bin/winutils.exe
[*https://github.com/steveloughran/winutils/raw/master/hadoop-3.0.0/bin/winutils.exe*]: https://github.com/steveloughran/winutils/raw/master/hadoop-3.0.0/bin/winutils.exe
[*https://developer.twitter.com/en/apply-for-access*]: https://developer.twitter.com/en/apply-for-access
[*https://CRAN.R-project.org/package=keyring*]: https://CRAN.R-project.org/package=keyring
[*Monitoring Count Time Series in R: Aberration Detection in Public Health Surveillance*]: https://www.jstatsoft.org/article/view/v070i10

0 comments on commit 4de70c9

Please sign in to comment.