check_all: Run automatic sanity checks

View source: R/check.R

check_allR Documentation

Run automatic sanity checks

Description

It runs a set of automated sanity checks for helping the user to troubleshot issues

Usage

check_all()

Details

This function executes a series of sanity checks, concerning, Java, bitness, task status, dependencies and Twitter authentication.

Value

Data frame containing the statuses of all realized checks

Examples

if(FALSE){
   #importing epitweer
   library(epitweetr)
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())
   #running all tests
   check_all()
}

epitweetr documentation built on Nov. 16, 2023, 5:07 p.m.