Last updated on 2017-12-20 00:46:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 3.59 | 38.84 | 42.43 | OK | --no-examples --no-tests --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | OK | --no-examples --no-tests --no-vignettes | |||
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 377.98 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 389.70 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1.6 | 12.00 | 347.00 | 359.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.6 | 3.68 | 44.17 | 47.85 | OK | --no-examples --no-tests --no-vignettes |
r-patched-solaris-x86 | 0.1.6 | 561.30 | ERROR | |||
r-release-linux-x86_64 | 0.1.6 | 3.40 | 43.96 | 47.36 | OK | --no-examples --no-tests --no-vignettes |
r-release-windows-ix86+x86_64 | 0.1.6 | 7.00 | 358.00 | 365.00 | ERROR | |
r-release-osx-x86_64 | 0.1.6 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.6 | 14.00 | 414.00 | 428.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.1.6 | OK |
Version: 0.1.6
Check: examples
Result: ERROR
Running examples in ‘eyetrackingR-Ex.R’ failed
The error most likely occurred in:
> ### Name: analyze_time_clusters
> ### Title: Bootstrap analysis of time-clusters.
> ### Aliases: analyze_time_clusters analyze_time_clusters.time_cluster_data
>
> ### ** Examples
>
> data(word_recognition)
> data <- make_eyetrackingr_data(word_recognition,
+ participant_column = "ParticipantName",
+ trial_column = "Trial",
+ time_column = "TimeFromTrialOnset",
+ trackloss_column = "TrackLoss",
+ aoi_columns = c('Animate','Inanimate'),
+ treat_non_aoi_looks_as_missing = TRUE )
`mutate_each()` is deprecated.
Use `mutate_all()`, `mutate_at()` or `mutate_if()` instead.
To map `funs` over a selection of variables, use `mutate_at()`
> response_window <- subset_by_window(data, window_start_time = 15500, window_end_time = 21000,
+ rezero = FALSE)
Avg. window length in new data will be 5500
> response_time <- make_time_sequence_data(response_window, time_bin_size = 500, aois = "Animate",
+ predictor_columns = "Sex")
>
> time_cluster_data <- make_time_cluster_data(data = response_time, predictor_column = "SexM",
+ aoi = "Animate", test = "lmer",
+ threshold = 1.5,
+ formula = LogitAdjusted ~ Sex + (1|Trial) + (1|ParticipantName))
Error in UseMethod("analyze_time_bins") :
no applicable method for 'analyze_time_bins' applied to an object of class "data.frame"
Calls: make_time_cluster_data ... make_time_cluster_data.time_sequence_data -> do.call -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [121s/139s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(eyetrackingR)
>
> test_check("eyetrackingR")
Test Type: lmer
Predictor: (Intercept)
Formula: Prop ~ AOI + (1 | Trial)
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15500 - 21000 Test Type: boot_splines
Predictor: Target
Formula: Prop ~ Target
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15900 - 21000 ── 1. Error: (unknown) (@test_cluster_analysis.R#143) ─────────────────────────
no applicable method for 'make_time_cluster_data' applied to an object of class "data.frame"
1: make_time_cluster_data(response_time_by_ppt, predictor_column = "Sex", test = "boot_splines",
within_subj = FALSE, smoother = "smooth.spline", alpha = 0.05) at testthat/test_cluster_analysis.R:143
══ testthat results ═══════════════════════════════════════════════════════════
OK: 42 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_cluster_analysis.R#143)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [126s/153s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(eyetrackingR)
>
> test_check("eyetrackingR")
Test Type: lmer
Predictor: (Intercept)
Formula: Prop ~ AOI + (1 | Trial)
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15500 - 21000 Test Type: boot_splines
Predictor: Target
Formula: Prop ~ Target
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15900 - 21000 ── 1. Error: (unknown) (@test_cluster_analysis.R#143) ─────────────────────────
no applicable method for 'make_time_cluster_data' applied to an object of class "data.frame"
1: make_time_cluster_data(response_time_by_ppt, predictor_column = "Sex", test = "boot_splines",
within_subj = FALSE, smoother = "smooth.spline", alpha = 0.05) at testthat/test_cluster_analysis.R:143
══ testthat results ═══════════════════════════════════════════════════════════
OK: 42 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_cluster_analysis.R#143)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.6
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'doMC'
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.6
Check: tests
Result: ERROR
Running 'testthat.R' [112s]
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
Predictor: Target
Formula: Prop ~ Target
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15900 - 21000 -- 1. Error: (unknown) (@test_cluster_analysis.R#143) -------------------------
no applicable method for 'make_time_cluster_data' applied to an object of class "data.frame"
1: make_time_cluster_data(response_time_by_ppt, predictor_column = "Sex", test = "boot_splines",
within_subj = FALSE, smoother = "smooth.spline", alpha = 0.05) at testthat/test_cluster_analysis.R:143
== testthat results ===========================================================
OK: 42 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_cluster_analysis.R#143)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [199s/215s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(eyetrackingR)
>
> test_check("eyetrackingR")
Test Type: lmer
Predictor: (Intercept)
Formula: Prop ~ AOI + (1 | Trial)
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15500 - 21000 Test Type: boot_splines
Predictor: Target
Formula: Prop ~ Target
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15900 - 21000 ── 1. Error: (unknown) (@test_cluster_analysis.R#143) ─────────────────────────
no applicable method for 'make_time_cluster_data' applied to an object of class "data.frame"
1: make_time_cluster_data(response_time_by_ppt, predictor_column = "Sex", test = "boot_splines",
within_subj = FALSE, smoother = "smooth.spline", alpha = 0.05) at testthat/test_cluster_analysis.R:143
══ testthat results ═══════════════════════════════════════════════════════════
OK: 42 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_cluster_analysis.R#143)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.6
Check: tests
Result: ERROR
Running 'testthat.R' [115s]
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
Predictor: Target
Formula: Prop ~ Target
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15800 - 21000 -- 1. Error: (unknown) (@test_cluster_analysis.R#143) -------------------------
no applicable method for 'make_time_cluster_data' applied to an object of class "data.frame"
1: make_time_cluster_data(response_time_by_ppt, predictor_column = "Sex", test = "boot_splines",
within_subj = FALSE, smoother = "smooth.spline", alpha = 0.05) at testthat/test_cluster_analysis.R:143
== testthat results ===========================================================
OK: 42 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_cluster_analysis.R#143)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.1.6
Check: tests
Result: ERROR
Running 'testthat.R' [132s]
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
Predictor: Target
Formula: Prop ~ Target
Runs of Significant Time Bins:
Positive Run 1 =====
Time: 15900 - 21000 -- 1. Error: (unknown) (@test_cluster_analysis.R#143) -------------------------
no applicable method for 'make_time_cluster_data' applied to an object of class "data.frame"
1: make_time_cluster_data(response_time_by_ppt, predictor_column = "Sex", test = "boot_splines",
within_subj = FALSE, smoother = "smooth.spline", alpha = 0.05) at testthat/test_cluster_analysis.R:143
== testthat results ===========================================================
OK: 42 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_cluster_analysis.R#143)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64