Skip to content

Instantly share code, notes, and snippets.

@aaronwolen
Created January 13, 2017 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronwolen/9c1a12d9a1495bf9d5d07ef58ad81a0d to your computer and use it in GitHub Desktop.
Save aaronwolen/9c1a12d9a1495bf9d5d07ef58ad81a0d to your computer and use it in GitHub Desktop.
travis error log for mimager
R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
> library(mimager2)
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘package:parallel’:
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from ‘package:stats’:
IQR, mad, xtabs
The following objects are masked from ‘package:base’:
anyDuplicated, append, as.data.frame, cbind, colnames, do.call,
duplicated, eval, evalq, Filter, Find, get, grep, grepl, intersect,
is.unsorted, lapply, lengths, Map, mapply, match, mget, order,
paste, pmax, pmax.int, pmin, pmin.int, Position, rank, rbind,
Reduce, rownames, sapply, setdiff, sort, table, tapply, union,
unique, unsplit, which, which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
>
> test_check("mimager2")
Package LibPath Item
[1,] "affydata" "/home/travis/R/Library" "Dilution"
Title
[1,] "AffyBatch instance Dilution"
1. Error: lint free (@test-style.r#4) ------------------------------------------
unused argument (message = httr::content(response, as = "text"))
1: lintr::expect_lint_free() at testthat/test-style.r:4
2: paste(collapse = "\n", capture.output(print(lints)))
3: capture.output(print(lints))
4: evalVis(expr)
5: withVisible(eval(expr, pf))
6: eval(expr, pf)
7: eval(expr, envir, enclos)
8: print(lints)
9: print.lints(lints)
10: github_comment(lint_output, info, ...)
11: message(httr::http_condition(response, "error", message = httr::content(response,
as = "text")))
12: httr::http_condition(response, "error", message = httr::content(response, as = "text"))
testthat results ================================================================
OK: 41 SKIPPED: 0 FAILED: 1
1. Error: lint free (@test-style.r#4)
Error: testthat unit tests failed
Execution halted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment