CRAN Package Check Results for Package skipTrack

Last updated on 2025-01-22 13:01:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 4.12 131.48 135.60 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 2.99 92.08 95.07 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 233.22 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 239.12 ERROR
r-devel-windows-x86_64 0.1.0 6.00 145.00 151.00 ERROR
r-patched-linux-x86_64 0.1.0 9.35 125.84 135.19 ERROR
r-release-linux-x86_64 0.1.0 3.79 128.63 132.42 ERROR
r-release-macos-arm64 0.1.0 75.00 OK
r-release-macos-x86_64 0.1.0 123.00 OK
r-release-windows-x86_64 0.1.0 6.00 145.00 151.00 ERROR
r-oldrel-macos-arm64 0.1.0 92.00 OK
r-oldrel-macos-x86_64 0.1.0 204.00 OK
r-oldrel-windows-x86_64 0.1.0 8.00 178.00 186.00 ERROR

Check Details

Version: 0.1.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: skipTrack.diagnostics.Rd: genDiagnostic Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘skipTrack-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: skipTrack.diagnostics > ### Title: skipTrack MCMC Diagnostics > ### Aliases: skipTrack.diagnostics > > ### ** Examples > > #Simulated data > simDat <- skipTrack.simulate(n = 100, skipProb = c(.7, .2, .1)) > > #Run model fit (should typically run with much more than 50 reps) > modFit <- skipTrack.fit(Y = simDat$Y, cluster = simDat$cluster, chains = 2, reps = 50) > > #Get diagnostics for cijs > skipTrack.diagnostics(modFit, 'cijs') Warning in genMCMCDiag::genDiagnostic(mcmcExt, method = method, distance = genMCMCDiag::hammingDist, : this proximityMap ignores the argument distance. Error in proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, : The chains must be numeric vectors in order to use the standard transformation. Calls: skipTrack.diagnostics -> <Anonymous> -> proximityMapF Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed plot.skipTrack.model 5.411 0.367 7.616 Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/13s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(skipTrack) > > test_check("skipTrack") ------------------------------------------- SkipTrack Model Output ------------------------------------------- Number of Observations: 62 Number of Individuals: 10 Dimension of Beta: 1 Dimension of Gamma: 1 ------------------------------------------- Number of MCMC Chains: 2 Model: skipTrack ------------------------------------------- skipTrack.model S3 Object (also a list) NChains: 2 Model Type: skipTrack[ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-diagnostics.R:9:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Betas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:10:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Gammas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:11:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "muis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:12:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "tauis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:13:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "cijs")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Error ('test-results.R:6:3'): results function runs ───────────────────────── Error in `proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, ...)`: The chains must be numeric vectors in order to use the standard transformation. Backtrace: ▆ 1. └─skipTrack::skipTrack.results(foo, burnIn = 10) at test-results.R:6:3 2. └─base::lapply(...) 3. └─skipTrack (local) FUN(X[[i]], ...) 4. └─skipTrack::skipTrack.diagnostics(stFit = stFit, param) 5. └─genMCMCDiag::genDiagnostic(...) 6. └─genMCMCDiag (local) proximityMapF(...) ── Failure ('test-utils.R:9:3'): Utility functions do not throw errors ───────── Expected `summary(foo, burnIn = 20)` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. [ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘skipTrack_intro.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/skipTrack.Rcheck/vign_test/skipTrack/vignettes/skipTrack_intro_files/figure-html/unnamed-chunk-4-1.png 672x288 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 7208 bytes Input file size = 8066 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 Output IDAT size = 6555 bytes (653 bytes decrease) Output file size = 6633 bytes (1433 bytes = 17.77% decrease) Quitting from lines 122-123 [unnamed-chunk-6] (skipTrack_intro.Rmd) Error: processing vignette 'skipTrack_intro.Rmd' failed with diagnostics: The chains must be numeric vectors in order to use the standard transformation. --- failed re-building ‘skipTrack_intro.Rmd’ SUMMARY: processing the following file failed: ‘skipTrack_intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘skipTrack-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: skipTrack.diagnostics > ### Title: skipTrack MCMC Diagnostics > ### Aliases: skipTrack.diagnostics > > ### ** Examples > > #Simulated data > simDat <- skipTrack.simulate(n = 100, skipProb = c(.7, .2, .1)) > > #Run model fit (should typically run with much more than 50 reps) > modFit <- skipTrack.fit(Y = simDat$Y, cluster = simDat$cluster, chains = 2, reps = 50) > > #Get diagnostics for cijs > skipTrack.diagnostics(modFit, 'cijs') Warning in genMCMCDiag::genDiagnostic(mcmcExt, method = method, distance = genMCMCDiag::hammingDist, : this proximityMap ignores the argument distance. Error in proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, : The chains must be numeric vectors in order to use the standard transformation. Calls: skipTrack.diagnostics -> <Anonymous> -> proximityMapF Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(skipTrack) > > test_check("skipTrack") ------------------------------------------- SkipTrack Model Output ------------------------------------------- Number of Observations: 62 Number of Individuals: 10 Dimension of Beta: 1 Dimension of Gamma: 1 ------------------------------------------- Number of MCMC Chains: 2 Model: skipTrack ------------------------------------------- skipTrack.model S3 Object (also a list) NChains: 2 Model Type: skipTrack[ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-diagnostics.R:9:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Betas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:10:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Gammas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:11:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "muis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:12:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "tauis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:13:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "cijs")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Error ('test-results.R:6:3'): results function runs ───────────────────────── Error in `proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, ...)`: The chains must be numeric vectors in order to use the standard transformation. Backtrace: ▆ 1. └─skipTrack::skipTrack.results(foo, burnIn = 10) at test-results.R:6:3 2. └─base::lapply(...) 3. └─skipTrack (local) FUN(X[[i]], ...) 4. └─skipTrack::skipTrack.diagnostics(stFit = stFit, param) 5. └─genMCMCDiag::genDiagnostic(...) 6. └─genMCMCDiag (local) proximityMapF(...) ── Failure ('test-utils.R:9:3'): Utility functions do not throw errors ───────── Expected `summary(foo, burnIn = 20)` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. [ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘skipTrack_intro.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/skipTrack.Rcheck/vign_test/skipTrack/vignettes/skipTrack_intro_files/figure-html/unnamed-chunk-4-1.png 672x288 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 7208 bytes Input file size = 8066 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 Output IDAT size = 6555 bytes (653 bytes decrease) Output file size = 6633 bytes (1433 bytes = 17.77% decrease) Quitting from lines 122-123 [unnamed-chunk-6] (skipTrack_intro.Rmd) Error: processing vignette 'skipTrack_intro.Rmd' failed with diagnostics: The chains must be numeric vectors in order to use the standard transformation. --- failed re-building ‘skipTrack_intro.Rmd’ SUMMARY: processing the following file failed: ‘skipTrack_intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘skipTrack-Ex.R’ failed The error most likely occurred in: > ### Name: skipTrack.diagnostics > ### Title: skipTrack MCMC Diagnostics > ### Aliases: skipTrack.diagnostics > > ### ** Examples > > #Simulated data > simDat <- skipTrack.simulate(n = 100, skipProb = c(.7, .2, .1)) > > #Run model fit (should typically run with much more than 50 reps) > modFit <- skipTrack.fit(Y = simDat$Y, cluster = simDat$cluster, chains = 2, reps = 50) > > #Get diagnostics for cijs > skipTrack.diagnostics(modFit, 'cijs') Warning in genMCMCDiag::genDiagnostic(mcmcExt, method = method, distance = genMCMCDiag::hammingDist, : this proximityMap ignores the argument distance. Error in proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, : The chains must be numeric vectors in order to use the standard transformation. Calls: skipTrack.diagnostics -> <Anonymous> -> proximityMapF Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(skipTrack) > > test_check("skipTrack") ------------------------------------------- SkipTrack Model Output ------------------------------------------- Number of Observations: 62 Number of Individuals: 10 Dimension of Beta: 1 Dimension of Gamma: 1 ------------------------------------------- Number of MCMC Chains: 2 Model: skipTrack ------------------------------------------- skipTrack.model S3 Object (also a list) NChains: 2 Model Type: skipTrack[ FAIL 7 | WARN 7 | SKIP 1 | PASS 9 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-visualization.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-diagnostics.R:9:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Betas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:10:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Gammas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:11:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "muis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:12:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "tauis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:13:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "cijs")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Error ('test-results.R:6:3'): results function runs ───────────────────────── Error in `proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, ...)`: The chains must be numeric vectors in order to use the standard transformation. Backtrace: ▆ 1. └─skipTrack::skipTrack.results(foo, burnIn = 10) at test-results.R:6:3 2. └─base::lapply(...) 3. └─skipTrack (local) FUN(X[[i]], ...) 4. └─skipTrack::skipTrack.diagnostics(stFit = stFit, param) 5. └─genMCMCDiag::genDiagnostic(...) 6. └─genMCMCDiag (local) proximityMapF(...) ── Failure ('test-utils.R:9:3'): Utility functions do not throw errors ───────── Expected `summary(foo, burnIn = 20)` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. [ FAIL 7 | WARN 7 | SKIP 1 | PASS 9 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘skipTrack_intro.Rmd’ using rmarkdown ** Processing: /data/gannet/ripley/R/packages/tests-clang/skipTrack.Rcheck/vign_test/skipTrack/vignettes/skipTrack_intro_files/figure-html/unnamed-chunk-4-1.png 672x288 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 7208 bytes Input file size = 8066 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 Output IDAT size = 6555 bytes (653 bytes decrease) Output file size = 6633 bytes (1433 bytes = 17.77% decrease) Quitting from lines 122-123 [unnamed-chunk-6] (skipTrack_intro.Rmd) Error: processing vignette 'skipTrack_intro.Rmd' failed with diagnostics: The chains must be numeric vectors in order to use the standard transformation. --- failed re-building ‘skipTrack_intro.Rmd’ SUMMARY: processing the following file failed: ‘skipTrack_intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(skipTrack) > > test_check("skipTrack") ------------------------------------------- SkipTrack Model Output ------------------------------------------- Number of Observations: 62 Number of Individuals: 10 Dimension of Beta: 1 Dimension of Gamma: 1 ------------------------------------------- Number of MCMC Chains: 2 Model: skipTrack ------------------------------------------- skipTrack.model S3 Object (also a list) NChains: 2 Model Type: skipTrack[ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-diagnostics.R:9:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Betas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:10:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Gammas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:11:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "muis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:12:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "tauis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:13:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "cijs")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Error ('test-results.R:6:3'): results function runs ───────────────────────── Error in `proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, ...)`: The chains must be numeric vectors in order to use the standard transformation. Backtrace: ▆ 1. └─skipTrack::skipTrack.results(foo, burnIn = 10) at test-results.R:6:3 2. └─base::lapply(...) 3. └─skipTrack (local) FUN(X[[i]], ...) 4. └─skipTrack::skipTrack.diagnostics(stFit = stFit, param) 5. └─genMCMCDiag::genDiagnostic(...) 6. └─genMCMCDiag (local) proximityMapF(...) ── Failure ('test-utils.R:9:3'): Utility functions do not throw errors ───────── Expected `summary(foo, burnIn = 20)` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. [ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘skipTrack_intro.Rmd’ using rmarkdown ** Processing: /data/gannet/ripley/R/packages/tests-devel/skipTrack.Rcheck/vign_test/skipTrack/vignettes/skipTrack_intro_files/figure-html/unnamed-chunk-4-1.png 672x288 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 7208 bytes Input file size = 8066 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 Output IDAT size = 6555 bytes (653 bytes decrease) Output file size = 6633 bytes (1433 bytes = 17.77% decrease) Quitting from lines 122-123 [unnamed-chunk-6] (skipTrack_intro.Rmd) Error: processing vignette 'skipTrack_intro.Rmd' failed with diagnostics: The chains must be numeric vectors in order to use the standard transformation. --- failed re-building ‘skipTrack_intro.Rmd’ SUMMARY: processing the following file failed: ‘skipTrack_intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [7s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(skipTrack) > > test_check("skipTrack") ------------------------------------------- SkipTrack Model Output ------------------------------------------- Number of Observations: 62 Number of Individuals: 10 Dimension of Beta: 1 Dimension of Gamma: 1 ------------------------------------------- Number of MCMC Chains: 2 Model: skipTrack ------------------------------------------- skipTrack.model S3 Object (also a list) NChains: 2 Model Type: skipTrack[ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-diagnostics.R:9:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Betas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:10:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Gammas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:11:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "muis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:12:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "tauis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:13:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "cijs")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Error ('test-results.R:6:3'): results function runs ───────────────────────── Error in `proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, ...)`: The chains must be numeric vectors in order to use the standard transformation. Backtrace: ▆ 1. └─skipTrack::skipTrack.results(foo, burnIn = 10) at test-results.R:6:3 2. └─base::lapply(...) 3. └─skipTrack (local) FUN(X[[i]], ...) 4. └─skipTrack::skipTrack.diagnostics(stFit = stFit, param) 5. └─genMCMCDiag::genDiagnostic(...) 6. └─genMCMCDiag (local) proximityMapF(...) ── Failure ('test-utils.R:9:3'): Utility functions do not throw errors ───────── Expected `summary(foo, burnIn = 20)` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. [ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'skipTrack_intro.Rmd' using rmarkdown Quitting from lines 122-123 [unnamed-chunk-6] (skipTrack_intro.Rmd) Error: processing vignette 'skipTrack_intro.Rmd' failed with diagnostics: The chains must be numeric vectors in order to use the standard transformation. --- failed re-building 'skipTrack_intro.Rmd' SUMMARY: processing the following file failed: 'skipTrack_intro.Rmd' Error: Vignette re-building failed. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(skipTrack) > > test_check("skipTrack") ------------------------------------------- SkipTrack Model Output ------------------------------------------- Number of Observations: 62 Number of Individuals: 10 Dimension of Beta: 1 Dimension of Gamma: 1 ------------------------------------------- Number of MCMC Chains: 2 Model: skipTrack ------------------------------------------- skipTrack.model S3 Object (also a list) NChains: 2 Model Type: skipTrack[ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-diagnostics.R:9:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Betas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:10:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Gammas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:11:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "muis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:12:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "tauis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:13:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "cijs")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Error ('test-results.R:6:3'): results function runs ───────────────────────── Error in `proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, ...)`: The chains must be numeric vectors in order to use the standard transformation. Backtrace: ▆ 1. └─skipTrack::skipTrack.results(foo, burnIn = 10) at test-results.R:6:3 2. └─base::lapply(...) 3. └─skipTrack (local) FUN(X[[i]], ...) 4. └─skipTrack::skipTrack.diagnostics(stFit = stFit, param) 5. └─genMCMCDiag::genDiagnostic(...) 6. └─genMCMCDiag (local) proximityMapF(...) ── Failure ('test-utils.R:9:3'): Utility functions do not throw errors ───────── Expected `summary(foo, burnIn = 20)` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. [ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘skipTrack_intro.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/skipTrack.Rcheck/vign_test/skipTrack/vignettes/skipTrack_intro_files/figure-html/unnamed-chunk-4-1.png 672x288 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 7208 bytes Input file size = 8066 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 Output IDAT size = 6555 bytes (653 bytes decrease) Output file size = 6633 bytes (1433 bytes = 17.77% decrease) Quitting from lines 122-123 [unnamed-chunk-6] (skipTrack_intro.Rmd) Error: processing vignette 'skipTrack_intro.Rmd' failed with diagnostics: The chains must be numeric vectors in order to use the standard transformation. --- failed re-building ‘skipTrack_intro.Rmd’ SUMMARY: processing the following file failed: ‘skipTrack_intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘skipTrack_intro.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/skipTrack.Rcheck/vign_test/skipTrack/vignettes/skipTrack_intro_files/figure-html/unnamed-chunk-4-1.png 672x288 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 7208 bytes Input file size = 8066 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 6555 Output IDAT size = 6555 bytes (653 bytes decrease) Output file size = 6633 bytes (1433 bytes = 17.77% decrease) Quitting from lines 122-123 [unnamed-chunk-6] (skipTrack_intro.Rmd) Error: processing vignette 'skipTrack_intro.Rmd' failed with diagnostics: The chains must be numeric vectors in order to use the standard transformation. --- failed re-building ‘skipTrack_intro.Rmd’ SUMMARY: processing the following file failed: ‘skipTrack_intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [10s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(skipTrack) > > test_check("skipTrack") ------------------------------------------- SkipTrack Model Output ------------------------------------------- Number of Observations: 62 Number of Individuals: 10 Dimension of Beta: 1 Dimension of Gamma: 1 ------------------------------------------- Number of MCMC Chains: 2 Model: skipTrack ------------------------------------------- skipTrack.model S3 Object (also a list) NChains: 2 Model Type: skipTrack[ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-diagnostics.R:9:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Betas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:10:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "Gammas")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:11:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "muis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:12:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "tauis")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Failure ('test-diagnostics.R:13:3'): skipTrack.diagnostics runs on all options ── Expected `skipTrack.diagnostics(foo, "cijs")` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. ── Error ('test-results.R:6:3'): results function runs ───────────────────────── Error in `proximityMapF(mhDraws = mhDraws, distance = distance, verbose = verbose, ...)`: The chains must be numeric vectors in order to use the standard transformation. Backtrace: ▆ 1. └─skipTrack::skipTrack.results(foo, burnIn = 10) at test-results.R:6:3 2. └─base::lapply(...) 3. └─skipTrack (local) FUN(X[[i]], ...) 4. └─skipTrack::skipTrack.diagnostics(stFit = stFit, param) 5. └─genMCMCDiag::genDiagnostic(...) 6. └─genMCMCDiag (local) proximityMapF(...) ── Failure ('test-utils.R:9:3'): Utility functions do not throw errors ───────── Expected `summary(foo, burnIn = 20)` to run without any errors. i Actually got a <simpleError> with text: The chains must be numeric vectors in order to use the standard transformation. [ FAIL 7 | WARN 7 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.