Learn R Programming

epitweetr (version 2.2.16)

download_dependencies: Updates Java dependencies

Description

Download Java dependencies of the application mainly related to Apache SPARK and Lucene,

Usage

download_dependencies(tasks = get_tasks())

Value

The list of tasks updated with produced messages

Arguments

tasks

Task object for reporting progress and error messages, default: get_tasks()

Details

Run a one-shot task consisting of downloading Java and Scala dependencies, this is separated by the following subtasks

The URLs to download the JAR dependencies (maven package manager) and Winutils are on the configuration tab of the Shiny app.

Normally this function is not called directly by the user but from the detect_loop function.

See Also

detect_loop

get_tasks

Examples

Run this code
if(FALSE){
   library(epitweetr)
   # setting up the data folder
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())

   # geolocating last tweets
   tasks <- download_dependencies()
}

Run the code above in your browser using DataLab