CRAN Package Check Results for Package TableToLongForm

Last updated on 2026-07-17 17:50:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.2 2.20 23.59 25.79 WARN
r-devel-linux-x86_64-debian-gcc 1.3.2 1.87 19.51 21.38 WARN
r-devel-linux-x86_64-fedora-clang 1.3.2 39.68 WARN
r-devel-linux-x86_64-fedora-gcc 1.3.2 17.91 WARN
r-devel-windows-x86_64 1.3.2 3.00 159.00 162.00 NOTE
r-patched-linux-x86_64 1.3.2 1.93 20.90 22.83 OK
r-release-linux-x86_64 1.3.2 2.15 20.74 22.89 OK
r-release-macos-arm64 1.3.2 1.00 10.00 11.00 OK
r-release-macos-x86_64 1.3.2 2.00 27.00 29.00 OK
r-release-windows-x86_64 1.3.2 4.00 143.00 147.00 OK
r-oldrel-macos-arm64 1.3.2 OK
r-oldrel-macos-x86_64 1.3.2 2.00 23.00 25.00 OK
r-oldrel-windows-x86_64 1.3.2 4.00 124.00 128.00 OK

Check Details

Version: 1.3.2
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: TableToLongForm/R/TableToLongForm.R (.Names: 2) TableToLongForm/data/TCData.R (.Dim: 18, .Dimnames: 18, .Names: 1) '.Names' should be changed to 'names'. '.Dim' should be changed to 'dim'. '.Dimnames' should be changed to 'dimnames'. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.2
Check: Rd contents
Result: NOTE Rd files without \usage: ‘TTLFaliasAdd.Rd’ ‘print.plist.Rd’ \arguments should not be documented without \usage. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.3.2
Check: contents of ‘data’ directory
Result: WARN Output for data("TCData", package = "TableToLongForm"): Warning in structure(c(NA, "Row Parent1", NA, "Row Parent2", NA, NA, "Row Child1", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, NA, "Column 1", "Column 2", "Column 3", "Column 4", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, "Row Parent1", "Row Child1", "Row Child2", "Row Parent2", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, "Row Parent1", NA, NA, "Row Parent2", NA, NA, : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, "Row Super-Parent1", "Row Parent1", "Row Child1", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("MISC INFORMATION", NA, NA, NA, "Row Super-Parent", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("MISC INFORMATION", "MISC INFORMATION", NA, "Row 1", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, NA, "Row 1", "Row 2", "Row 3", "Row 4", "Col Parent1", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, NA, "Row 1", "Row 2", "Row 3", "Row 4", NA, "Col Child1", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, NA, NA, "Row 1", "Row 2", "Row 3", "Row 4", NA, : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, "Row 1", "Row 2", "Row 3", "Row 4", "Col Child1", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c(NA, NA, "Row 1", "Row 2", "Row 3", "Row 4", "Column", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("Scholarship Entries and Results by Gender and Ethnicity (Broken down by Decile)", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("Standard(s) and Subject(s) (broken down by Ethnicity and Gender)", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("Series, GDP(P), Nominal, Actual, Sector of ownership (Annual-Mar)", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("Labour Force Status by Sex by Sing/Comb Ethnic Group (Qrtly-Mar/Jun/Sep/Dec)", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("Table 2", "Top 100 Baby Boys' Names in New Zealand", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(c("Table 1", "Top 100 Baby Girls' Names in New Zealand", : Replacing special names ‘.Dim’, ‘.Dimnames’ is deprecated; use ‘dim’, ‘dimnames’ instead. Warning in structure(list(ToyExByEmptyBelow = structure(c(NA, "Row Parent1", : Replacing special names ‘.Names’ is deprecated; use ‘names’ instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.2
Check: contents of ‘data’ directory
Result: NOTE Output for data("TCData", package = "TableToLongForm"): There were 19 warnings (use warnings() to see them) Flavor: r-devel-windows-x86_64