CRAN Package Check Results for Package tropr

Last updated on 2018-07-29 17:48:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 1.82 35.49 37.31 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 1.50 112.29 113.79 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 42.24 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 41.13 ERROR
r-devel-windows-ix86+x86_64 0.1.2 6.00 0.00 6.00 FAIL
r-patched-linux-x86_64 0.1.2 1.83 32.42 34.25 ERROR
r-patched-solaris-x86 0.1.2 67.40 ERROR
r-release-linux-x86_64 0.1.2 1.77 32.63 34.40 ERROR
r-release-windows-ix86+x86_64 0.1.2 5.00 67.00 72.00 ERROR
r-release-osx-x86_64 0.1.2 OK
r-oldrel-windows-ix86+x86_64 0.1.2 4.00 90.00 94.00 ERROR
r-oldrel-osx-x86_64 0.1.2 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/30s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tropr)
     >
     > test_check("tropr")
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     ── 1. Error: trope_data (@test-data.R#6) ──────────────────────────────────────
     cannot open the connection
     1: trope_data(.urls) at testthat/test-data.R:6
     2: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     3: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     4: FUN(X[[i]], ...)
     5: read.csv2(csv_file, stringsAsFactors = F)
     6: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     7: file(file, "rt")
    
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     ── 2. Error: trope_cache (@test-data.R#19) ────────────────────────────────────
     cannot open the connection
     1: trope_cache(urls, depth = 1, verbose = F) at testthat/test-data.R:19
     2: trope_data(urls_to_process, cache_dir = trope_cache_dir, sleep = sleep, verbose = verbose)
     3: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     4: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     5: FUN(X[[i]], ...)
     6: read.csv2(csv_file, stringsAsFactors = F)
     7: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     8: file(file, "rt")
    
     ── 3. Error: trope_content, as.data.frame (@test-tropr.R#5) ───────────────────
     Failed to find tvtrope content
     1: trope_content(.url) at testthat/test-tropr.R:5
     2: stop("Failed to find tvtrope content")
    
     ── 4. Error: trope_history, aggr (@test-tropr.R#14) ───────────────────────────
     Failed to find tvtrope content
     1: trope_history(.url) at testthat/test-tropr.R:14
     2: trope_content(hist_url)
     3: stop("Failed to find tvtrope content")
    
     ── 5. Error: More cases (@test-tropr.R#26) ────────────────────────────────────
     Failed to find tvtrope content
     1: as.data.frame(trope_content(.url)) at testthat/test-tropr.R:26
     2: trope_content(.url)
     3: stop("Failed to find tvtrope content")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 5
     1. Error: trope_data (@test-data.R#6)
     2. Error: trope_cache (@test-data.R#19)
     3. Error: trope_content, as.data.frame (@test-tropr.R#5)
     4. Error: trope_history, aggr (@test-tropr.R#14)
     5. Error: More cases (@test-tropr.R#26)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     The vignette engine knitr::rmarkdown is not available, because the rmarkdown package is not installed. Please install it.
    Quitting from lines 41-47 (quickstart.Rmd)
    Error: processing vignette ‘quickstart.Rmd’ failed with diagnostics:
    Failed to find tvtrope content
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [80s/84s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tropr)
     >
     > test_check("tropr")
     <simpleError in open.connection(x, "rb"): Timeout was reached: Resolving timed out after 10000 milliseconds>
     <simpleError in open.connection(x, "rb"): Timeout was reached: Resolving timed out after 10000 milliseconds>
     ── 1. Error: trope_data (@test-data.R#6) ──────────────────────────────────────
     cannot open the connection
     1: trope_data(.urls) at testthat/test-data.R:6
     2: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     3: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     4: FUN(X[[i]], ...)
     5: read.csv2(csv_file, stringsAsFactors = F)
     6: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     7: file(file, "rt")
    
     <simpleError in curl::curl_fetch_memory(url, handle = handle): Timeout was reached: Resolving timed out after 10000 milliseconds>
     <simpleError in curl::curl_fetch_memory(url, handle = handle): Timeout was reached: Resolving timed out after 10000 milliseconds>
     ── 2. Error: trope_redirect_to (@test-data.R#13) ──────────────────────────────
     cannot open the connection
     1: trope_redirect_to(.urls) at testthat/test-data.R:13
     2: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     3: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     4: FUN(X[[i]], ...)
     5: read.csv2(csv_file, stringsAsFactors = F)
     6: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     7: file(file, "rt")
    
     <simpleError in curl::curl_fetch_memory(url, handle = handle): Timeout was reached: Resolving timed out after 10000 milliseconds>
     ── 3. Error: trope_cache (@test-data.R#19) ────────────────────────────────────
     cannot open the connection
     1: trope_cache(urls, depth = 1, verbose = F) at testthat/test-data.R:19
     2: trope_redirect_to(urls, cache_dir = redirect_to_cache_dir, sleep = sleep, verbose = verbose)
     3: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     4: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     5: FUN(X[[i]], ...)
     6: read.csv2(csv_file, stringsAsFactors = F)
     7: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     8: file(file, "rt")
    
     ── 4. Error: trope_content, as.data.frame (@test-tropr.R#5) ───────────────────
     Timeout was reached: Resolving timed out after 10000 milliseconds
     1: trope_content(.url) at testthat/test-tropr.R:5
     2: xml2::read_html(.url)
     3: read_html.default(.url)
     4: suppressWarnings(read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options))
     5: withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning"))
     6: read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
     7: read_xml.character(x, encoding = encoding, ..., as_html = TRUE, options = options)
     8: read_xml.connection(con, encoding = encoding, ..., as_html = as_html, base_url = x,
     options = options)
     9: open(x, "rb")
     10: open.connection(x, "rb")
    
     ── 5. Error: trope_history, aggr (@test-tropr.R#14) ───────────────────────────
     Timeout was reached: Resolving timed out after 10000 milliseconds
     1: trope_history(.url) at testthat/test-tropr.R:14
     2: trope_content(hist_url)
     3: xml2::read_html(.url)
     4: read_html.default(.url)
     5: suppressWarnings(read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options))
     6: withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning"))
     7: read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
     8: read_xml.character(x, encoding = encoding, ..., as_html = TRUE, options = options)
     9: read_xml.connection(con, encoding = encoding, ..., as_html = as_html, base_url = x,
     options = options)
     10: open(x, "rb")
     11: open.connection(x, "rb")
    
     ── 6. Error: More cases (@test-tropr.R#26) ────────────────────────────────────
     Timeout was reached: Resolving timed out after 10000 milliseconds
     1: as.data.frame(trope_content(.url)) at testthat/test-tropr.R:26
     2: trope_content(.url)
     3: xml2::read_html(.url)
     4: read_html.default(.url)
     5: suppressWarnings(read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options))
     6: withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning"))
     7: read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
     8: read_xml.character(x, encoding = encoding, ..., as_html = TRUE, options = options)
     9: read_xml.connection(con, encoding = encoding, ..., as_html = as_html, base_url = x,
     options = options)
     10: open(x, "rb")
     11: open.connection(x, "rb")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 6
     1. Error: trope_data (@test-data.R#6)
     2. Error: trope_redirect_to (@test-data.R#13)
     3. Error: trope_cache (@test-data.R#19)
     4. Error: trope_content, as.data.frame (@test-tropr.R#5)
     5. Error: trope_history, aggr (@test-tropr.R#14)
     6. Error: More cases (@test-tropr.R#26)
    
     Error: testthat unit tests failed
     In addition: Warning messages:
     1: In packageSlot(class2) :
     closing unused connection 5 (http://tvtropes.org/pmwiki/pmwiki.php/Main/YouAreBetterThanYouThinkYouAre)
     2: In packageSlot(class2) :
     closing unused connection 4 (http://tvtropes.org/pmwiki/pmwiki.php/Main/SenseiChan)
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     The vignette engine knitr::rmarkdown is not available, because the rmarkdown package is not installed. Please install it.
    Quitting from lines 41-47 (quickstart.Rmd)
    Error: processing vignette ‘quickstart.Rmd’ failed with diagnostics:
    Timeout was reached: Resolving timed out after 10000 milliseconds
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tropr)
     >
     > test_check("tropr")
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     ── 1. Error: trope_data (@test-data.R#6) ──────────────────────────────────────
     cannot open the connection
     1: trope_data(.urls) at testthat/test-data.R:6
     2: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     3: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     4: FUN(X[[i]], ...)
     5: read.csv2(csv_file, stringsAsFactors = F)
     6: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     7: file(file, "rt")
    
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     ── 2. Error: trope_cache (@test-data.R#19) ────────────────────────────────────
     cannot open the connection
     1: trope_cache(urls, depth = 1, verbose = F) at testthat/test-data.R:19
     2: trope_data(urls_to_process, cache_dir = trope_cache_dir, sleep = sleep, verbose = verbose)
     3: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     4: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     5: FUN(X[[i]], ...)
     6: read.csv2(csv_file, stringsAsFactors = F)
     7: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     8: file(file, "rt")
    
     ── 3. Error: trope_content, as.data.frame (@test-tropr.R#5) ───────────────────
     Failed to find tvtrope content
     1: trope_content(.url) at testthat/test-tropr.R:5
     2: stop("Failed to find tvtrope content")
    
     ── 4. Error: trope_history, aggr (@test-tropr.R#14) ───────────────────────────
     Failed to find tvtrope content
     1: trope_history(.url) at testthat/test-tropr.R:14
     2: trope_content(hist_url)
     3: stop("Failed to find tvtrope content")
    
     ── 5. Error: More cases (@test-tropr.R#26) ────────────────────────────────────
     Failed to find tvtrope content
     1: as.data.frame(trope_content(.url)) at testthat/test-tropr.R:26
     2: trope_content(.url)
     3: stop("Failed to find tvtrope content")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 5
     1. Error: trope_data (@test-data.R#6)
     2. Error: trope_cache (@test-data.R#19)
     3. Error: trope_content, as.data.frame (@test-tropr.R#5)
     4. Error: trope_history, aggr (@test-tropr.R#14)
     5. Error: More cases (@test-tropr.R#26)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.2
Check: package dependencies
Result: FAIL
    Check process probably crashed or hung up for 20 minutes ... killed
    Most likely this happened in the example checks (?),
    if not, ignore the following last lines of example output:
    
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/129s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tropr)
     >
     > test_check("tropr")
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     sleep: bad character in argument
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     sleep: bad character in argument
     ── 1. Error: trope_data (@test-data.R#6) ──────────────────────────────────────
     cannot open the connection
     1: trope_data(.urls) at testthat/test-data.R:6
     2: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     3: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     4: FUN(X[[i]], ...)
     5: read.csv2(csv_file, stringsAsFactors = F)
     6: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     7: file(file, "rt")
    
     sleep: bad character in argument
     sleep: bad character in argument
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     sleep: bad character in argument
     ── 2. Error: trope_cache (@test-data.R#19) ────────────────────────────────────
     cannot open the connection
     1: trope_cache(urls, depth = 1, verbose = F) at testthat/test-data.R:19
     2: trope_data(urls_to_process, cache_dir = trope_cache_dir, sleep = sleep, verbose = verbose)
     3: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     4: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     5: FUN(X[[i]], ...)
     6: read.csv2(csv_file, stringsAsFactors = F)
     7: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     8: file(file, "rt")
    
     ── 3. Error: trope_content, as.data.frame (@test-tropr.R#5) ───────────────────
     Failed to find tvtrope content
     1: trope_content(.url) at testthat/test-tropr.R:5
     2: stop("Failed to find tvtrope content")
    
     ── 4. Error: trope_history, aggr (@test-tropr.R#14) ───────────────────────────
     Failed to find tvtrope content
     1: trope_history(.url) at testthat/test-tropr.R:14
     2: trope_content(hist_url)
     3: stop("Failed to find tvtrope content")
    
     ── 5. Error: More cases (@test-tropr.R#26) ────────────────────────────────────
     Failed to find tvtrope content
     1: as.data.frame(trope_content(.url)) at testthat/test-tropr.R:26
     2: trope_content(.url)
     3: stop("Failed to find tvtrope content")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3 SKIPPED: 0 FAILED: 5
     1. Error: trope_data (@test-data.R#6)
     2. Error: trope_cache (@test-data.R#19)
     3. Error: trope_content, as.data.frame (@test-tropr.R#5)
     4. Error: trope_history, aggr (@test-tropr.R#14)
     5. Error: More cases (@test-tropr.R#26)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [23s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(tropr)
     >
     > test_check("tropr")
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     -- 1. Error: trope_data (@test-data.R#6) --------------------------------------
     cannot open the connection
     1: trope_data(.urls) at testthat/test-data.R:6
     2: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     3: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     4: FUN(X[[i]], ...)
     5: read.csv2(csv_file, stringsAsFactors = F)
     6: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     7: file(file, "rt")
    
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     -- 2. Error: trope_cache (@test-data.R#19) ------------------------------------
     cannot open the connection
     1: trope_cache(urls, depth = 1, verbose = F) at testthat/test-data.R:19
     2: trope_data(urls_to_process, cache_dir = trope_cache_dir, sleep = sleep, verbose = verbose)
     3: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     4: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     5: FUN(X[[i]], ...)
     6: read.csv2(csv_file, stringsAsFactors = F)
     7: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     8: file(file, "rt")
    
     -- 3. Error: trope_content, as.data.frame (@test-tropr.R#5) -------------------
     Failed to find tvtrope content
     1: trope_content(.url) at testthat/test-tropr.R:5
     2: stop("Failed to find tvtrope content")
    
     -- 4. Error: trope_history, aggr (@test-tropr.R#14) ---------------------------
     Failed to find tvtrope content
     1: trope_history(.url) at testthat/test-tropr.R:14
     2: trope_content(hist_url)
     3: stop("Failed to find tvtrope content")
    
     -- 5. Error: More cases (@test-tropr.R#26) ------------------------------------
     Failed to find tvtrope content
     1: as.data.frame(trope_content(.url)) at testthat/test-tropr.R:26
     2: trope_content(.url)
     3: stop("Failed to find tvtrope content")
    
     == testthat results ===========================================================
     OK: 8 SKIPPED: 0 FAILED: 5
     1. Error: trope_data (@test-data.R#6)
     2. Error: trope_cache (@test-data.R#19)
     3. Error: trope_content, as.data.frame (@test-tropr.R#5)
     4. Error: trope_history, aggr (@test-tropr.R#14)
     5. Error: More cases (@test-tropr.R#26)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [29s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(tropr)
     >
     > test_check("tropr")
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     -- 1. Error: trope_data (@test-data.R#6) --------------------------------------
     cannot open the connection
     1: trope_data(.urls) at testthat/test-data.R:6
     2: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     3: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     4: FUN(X[[i]], ...)
     5: read.csv2(csv_file, stringsAsFactors = F)
     6: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     7: file(file, "rt")
    
     <simpleError in trope_content(trope_url): Failed to find tvtrope content>
     -- 2. Error: trope_cache (@test-data.R#19) ------------------------------------
     cannot open the connection
     1: trope_cache(urls, depth = 1, verbose = F) at testthat/test-data.R:19
     2: trope_data(urls_to_process, cache_dir = trope_cache_dir, sleep = sleep, verbose = verbose)
     3: do.call(rbind, lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     }))
     4: lapply(csv_files, function(csv_file) {
     target_data <- read.csv2(csv_file, stringsAsFactors = F)
     if (nrow(target_data) > 0) {
     target_data
     }
     else {
     NULL
     }
     })
     5: FUN(X[[i]], ...)
     6: read.csv2(csv_file, stringsAsFactors = F)
     7: read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill,
     comment.char = comment.char, ...)
     8: file(file, "rt")
    
     -- 3. Error: trope_content, as.data.frame (@test-tropr.R#5) -------------------
     Failed to find tvtrope content
     1: trope_content(.url) at testthat/test-tropr.R:5
     2: stop("Failed to find tvtrope content")
    
     -- 4. Error: trope_history, aggr (@test-tropr.R#14) ---------------------------
     Failed to find tvtrope content
     1: trope_history(.url) at testthat/test-tropr.R:14
     2: trope_content(hist_url)
     3: stop("Failed to find tvtrope content")
    
     -- 5. Error: More cases (@test-tropr.R#26) ------------------------------------
     Failed to find tvtrope content
     1: as.data.frame(trope_content(.url)) at testthat/test-tropr.R:26
     2: trope_content(.url)
     3: stop("Failed to find tvtrope content")
    
     == testthat results ===========================================================
     OK: 8 SKIPPED: 0 FAILED: 5
     1. Error: trope_data (@test-data.R#6)
     2. Error: trope_cache (@test-data.R#19)
     3. Error: trope_content, as.data.frame (@test-tropr.R#5)
     4. Error: trope_history, aggr (@test-tropr.R#14)
     5. Error: More cases (@test-tropr.R#26)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 0.1.2
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Quitting from lines 41-47 (quickstart.Rmd)
    Error: processing vignette 'quickstart.Rmd' failed with diagnostics:
    Failed to find tvtrope content
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64