Last updated on 2020-04-25 01:53:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.2 | 5.24 | 54.47 | 59.71 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.2 | 4.34 | 42.10 | 46.44 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.8.2 | 74.48 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.2 | 73.10 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.8.2 | 18.00 | 88.00 | 106.00 | ERROR | |
r-patched-linux-x86_64 | 0.8.2 | 4.43 | 52.57 | 57.00 | ERROR | |
r-patched-osx-x86_64 | 0.8.2 | OK | ||||
r-patched-solaris-x86 | 0.8.2 | 103.00 | ERROR | |||
r-release-linux-x86_64 | 0.8.2 | 4.63 | 47.56 | 52.19 | ERROR | |
r-release-windows-ix86+x86_64 | 0.8.2 | 14.00 | 88.00 | 102.00 | ERROR | |
r-release-osx-x86_64 | 0.8.2 | OK | ||||
r-oldrel-osx-x86_64 | 0.8.2 | ERROR |
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in 'MIMSunit-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
x Existing data has 5000 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
Backtrace:
x
1. \-MIMSunit::import_mhealth_csv(filepath)
2. +-base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. \-tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. \-tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. \-tibble:::vectbl_recycle_rhs(...)
6. \-base::tryCatch(...)
7. \-base:::tryCatchList(expr, classes, parentenv, handlers)
8. \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. \-value[[3L]](cond)
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
✖ Existing data has 5000 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. └─MIMSunit::import_mhealth_csv(filepath)
2. ├─base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. └─tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. └─tibble:::vectbl_recycle_rhs(...)
6. └─base::tryCatch(...)
7. └─base:::tryCatchList(expr, classes, parentenv, handlers)
8. └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/data/gannet/ripley/R/packages/tests-clang/MIMSunit.Rcheck/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
✖ Existing data has 5000 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. └─MIMSunit::import_mhealth_csv(filepath)
2. ├─base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. └─tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. └─tibble:::vectbl_recycle_rhs(...)
6. └─base::tryCatch(...)
7. └─base:::tryCatchList(expr, classes, parentenv, handlers)
8. └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/data/gannet/ripley/R/packages/tests-devel/MIMSunit.Rcheck/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
✖ Existing data has 5000 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. └─MIMSunit::import_mhealth_csv(filepath)
2. ├─base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. └─tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. └─tibble:::vectbl_recycle_rhs(...)
6. └─base::tryCatch(...)
7. └─base:::tryCatchList(expr, classes, parentenv, handlers)
8. └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in 'MIMSunit-Ex.R' failed
The error most likely occurred in:
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "D:/temp/RtmpSsVcJg/RLIBS_45a433304e57/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
x Existing data has 5000 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
Backtrace:
x
1. \-MIMSunit::import_mhealth_csv(filepath)
2. +-base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. \-tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. \-tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. \-tibble:::vectbl_recycle_rhs(...)
6. \-base::tryCatch(...)
7. \-base:::tryCatchList(expr, classes, parentenv, handlers)
8. \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. \-value[[3L]](cond)
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
✖ Existing data has 5000 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. └─MIMSunit::import_mhealth_csv(filepath)
2. ├─base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. └─tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. └─tibble:::vectbl_recycle_rhs(...)
6. └─base::tryCatch(...)
7. └─base:::tryCatchList(expr, classes, parentenv, handlers)
8. └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/home/ripley/R/Lib32/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
✖ Existing data has 5000 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. └─MIMSunit::import_mhealth_csv(filepath)
2. ├─base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. └─tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. └─tibble:::vectbl_recycle_rhs(...)
6. └─base::tryCatch(...)
7. └─base:::tryCatchList(expr, classes, parentenv, handlers)
8. └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
✖ Existing data has 5000 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. └─MIMSunit::import_mhealth_csv(filepath)
2. ├─base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. └─tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. └─tibble:::vectbl_recycle_rhs(...)
6. └─base::tryCatch(...)
7. └─base:::tryCatchList(expr, classes, parentenv, handlers)
8. └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in 'MIMSunit-Ex.R' failed
The error most likely occurred in:
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "D:/temp/RtmpSsndRn/RLIBS_16d74c8a4387/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error: Assigned data `as.character(df[, factor_cols])` must be compatible with existing data.
x Existing data has 5000 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
Backtrace:
x
1. \-MIMSunit::import_mhealth_csv(filepath)
2. +-base::`[<-`(`*tmp*`, , factor_cols, value = character(0))
3. \-tibble:::`[<-.tbl_df`(`*tmp*`, , factor_cols, value = character(0))
4. \-tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
5. \-tibble:::vectbl_recycle_rhs(...)
6. \-base::tryCatch(...)
7. \-base:::tryCatchList(expr, classes, parentenv, handlers)
8. \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. \-value[[3L]](cond)
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.8.2
Check: package dependencies
Result: ERROR
Package required and available but unsuitable version: ‘utils’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-osx-x86_64