CRAN Package Check Results for Package report

Last updated on 2026-05-05 04:52:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.3 13.09 112.58 125.67 OK
r-devel-linux-x86_64-debian-gcc 0.6.3 8.02 76.41 84.43 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.3 23.00 184.40 207.40 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.3 22.00 201.38 223.38 ERROR
r-devel-windows-x86_64 0.6.4 17.00 218.00 235.00 OK
r-patched-linux-x86_64 0.6.3 11.09 101.93 113.02 OK
r-release-linux-x86_64 0.6.3 9.63 102.18 111.81 OK
r-release-macos-arm64 0.6.4 3.00 36.00 39.00 OK
r-release-macos-x86_64 0.6.4 8.00 129.00 137.00 OK
r-release-windows-x86_64 0.6.3 12.00 224.00 236.00 OK
r-oldrel-macos-arm64 0.6.4 3.00 36.00 39.00 OK
r-oldrel-macos-x86_64 0.6.4 8.00 232.00 240.00 OK
r-oldrel-windows-x86_64 0.6.3 17.00 290.00 307.00 OK

Check Details

Version: 0.6.3
Check: examples
Result: ERROR Running examples in ‘report-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: report_participants > ### Title: Reporting the participant data > ### Aliases: report_participants > > ### ** Examples > > library(report) > data <- data.frame( + "Age" = c(22, 23, 54, 21, 8, 42), + "Sex" = c("Intersex", "F", "M", "M", "NA", NA), + "Gender" = c("N", "W", "W", "M", "NA", NA) + ) > report_participants(data, age = "Age", sex = "Sex") [1] "6 participants (Mean age = 28.3, SD = 16.6, range: [8, 54]; Sex: 16.7% females, 33.3% males, 16.7% other, 33.33% missing; Gender: 33.3% women, 16.7% men, 16.67% non-binary, 33.33% missing)" > > # Years of education (relative to high school graduation) > data$Education <- c(0, 8, -3, -5, 3, 5) > report_participants(data, + age = "Age", sex = "Sex", gender = "Gender", + education = "Education" + ) [1] "6 participants (Mean age = 28.3, SD = 16.6, range: [8, 54]; Sex: 16.7% females, 33.3% males, 16.7% other, 33.33% missing; Gender: 33.3% women, 16.7% men, 16.67% non-binary, 33.33% missing; Mean education = 1.3, SD = 4.9, range: [-5, 8])" > > # Education as factor > data$Education2 <- c( + "Bachelor", "PhD", "Highschool", + "Highschool", "Bachelor", "Bachelor" + ) > report_participants(data, age = "Age", sex = "Sex", gender = "Gender", education = "Education2") [1] "6 participants (Mean age = 28.3, SD = 16.6, range: [8, 54]; Sex: 16.7% females, 33.3% males, 16.7% other, 33.33% missing; Gender: 33.3% women, 16.7% men, 16.67% non-binary, 33.33% missing; Education: Bachelor, 50.00%; Highschool, 33.33%; PhD, 16.67%)" > > # Country > data <- data.frame( + "Age" = c(22, 23, 54, 21, 8, 42, 18, 32, 24, 27, 45), + "Sex" = c("Intersex", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F"), + "Gender" = c("N", "W", "W", "M", "M", "M", "W", "W", "W", "W", "W"), + "Country" = c( + "USA", NA, "Canada", "Canada", "India", "Germany", + "USA", "USA", "USA", "USA", "Canada" + ) + ) > report_participants(data) Error in as.data.frame.integer(x[[i]], optional = TRUE) : row names contain missing values Calls: report_participants ... data.frame -> as.data.frame -> as.data.frame.integer Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed report.stanreg 4.665 0.206 6.38 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.3
Check: examples
Result: ERROR Running examples in ‘report-Ex.R’ failed The error most likely occurred in: > ### Name: report_participants > ### Title: Reporting the participant data > ### Aliases: report_participants > > ### ** Examples > > library(report) > data <- data.frame( + "Age" = c(22, 23, 54, 21, 8, 42), + "Sex" = c("Intersex", "F", "M", "M", "NA", NA), + "Gender" = c("N", "W", "W", "M", "NA", NA) + ) > report_participants(data, age = "Age", sex = "Sex") [1] "6 participants (Mean age = 28.3, SD = 16.6, range: [8, 54]; Sex: 16.7% females, 33.3% males, 16.7% other, 33.33% missing; Gender: 33.3% women, 16.7% men, 16.67% non-binary, 33.33% missing)" > > # Years of education (relative to high school graduation) > data$Education <- c(0, 8, -3, -5, 3, 5) > report_participants(data, + age = "Age", sex = "Sex", gender = "Gender", + education = "Education" + ) [1] "6 participants (Mean age = 28.3, SD = 16.6, range: [8, 54]; Sex: 16.7% females, 33.3% males, 16.7% other, 33.33% missing; Gender: 33.3% women, 16.7% men, 16.67% non-binary, 33.33% missing; Mean education = 1.3, SD = 4.9, range: [-5, 8])" > > # Education as factor > data$Education2 <- c( + "Bachelor", "PhD", "Highschool", + "Highschool", "Bachelor", "Bachelor" + ) > report_participants(data, age = "Age", sex = "Sex", gender = "Gender", education = "Education2") [1] "6 participants (Mean age = 28.3, SD = 16.6, range: [8, 54]; Sex: 16.7% females, 33.3% males, 16.7% other, 33.33% missing; Gender: 33.3% women, 16.7% men, 16.67% non-binary, 33.33% missing; Education: Bachelor, 50.00%; Highschool, 33.33%; PhD, 16.67%)" > > # Country > data <- data.frame( + "Age" = c(22, 23, 54, 21, 8, 42, 18, 32, 24, 27, 45), + "Sex" = c("Intersex", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F"), + "Gender" = c("N", "W", "W", "M", "M", "M", "W", "W", "W", "W", "W"), + "Country" = c( + "USA", NA, "Canada", "Canada", "India", "Germany", + "USA", "USA", "USA", "USA", "Canada" + ) + ) > report_participants(data) Error in as.data.frame.integer(x[[i]], optional = TRUE) : row names contain missing values Calls: report_participants ... data.frame -> as.data.frame -> as.data.frame.integer Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc