CRAN Package Check Results for Package conText

Last updated on 2022-11-25 07:54:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 14.43 255.09 269.52 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 11.88 171.17 183.05 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 350.41 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.0 391.60 ERROR
r-devel-windows-x86_64 1.1.0 33.00 238.00 271.00 ERROR
r-patched-linux-x86_64 1.1.0 ERROR
r-release-linux-x86_64 1.1.0 14.36 265.30 279.66 ERROR
r-release-macos-arm64 1.1.0 95.00 OK
r-release-macos-x86_64 1.1.0 196.00 OK
r-release-windows-x86_64 1.1.0 40.00 276.00 316.00 OK
r-oldrel-macos-arm64 1.1.0 94.00 OK
r-oldrel-macos-x86_64 1.1.0 122.00 OK
r-oldrel-windows-ix86+x86_64 1.1.0 30.00 252.00 282.00 ERROR

Check Details

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in 'conText-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: feature_sim
    > ### Title: Given two feature-embedding-matrices, compute "parallel" cosine
    > ### similarities between overlapping features.
    > ### Aliases: feature_sim
    > ### Keywords: feature_sim
    >
    > ### ** Examples
    >
    >
    > library(quanteda)
    Package version: 3.2.3
    Unicode version: 15.0
    ICU version: 72.1
    Parallel computing: 4 of 32 threads used.
    See https://quanteda.io for tutorials and examples.
    >
    > # tokenize corpus
    > toks <- tokens(cr_sample_corpus)
    >
    > # create feature co-occurrence matrix for each party (set tri = FALSE to work with fem)
    > fcm_D <- fcm(toks[docvars(toks, 'party') == "D",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    > fcm_R <- fcm(toks[docvars(toks, 'party') == "R",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    >
    > # compute feature-embedding matrix
    > fem_D <- fem(fcm_D, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    > fem_R <- fem(fcm_R, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    >
    > # compare "horizontal" cosine similarity
    > feat_comp <- feature_sim(x = fem_R, y = fem_D)
    Error in data.frame(feature = names(row_sim), value = unname(row_sim)) :
     arguments imply differing number of rows: 0, 4061
    Calls: feature_sim -> %>% -> <Anonymous> -> data.frame
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building 'quickstart.Rmd' using rmarkdown
    Package version: 3.2.3
    Unicode version: 15.0
    ICU version: 72.1
    Parallel computing: 4 of 32 threads used.
    See https://quanteda.io for tutorials and examples.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    as(<dgeMatrix>, "dgCMatrix") is deprecated since Matrix 1.5-0; do as(., "CsparseMatrix") instead
    Quitting from lines 524-533 (quickstart.Rmd)
    Error: processing vignette 'quickstart.Rmd' failed with diagnostics:
    arguments imply differing number of rows: 0, 3506
    --- failed re-building 'quickstart.Rmd'
    
    SUMMARY: processing the following file failed:
     'quickstart.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in ‘conText-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: feature_sim
    > ### Title: Given two feature-embedding-matrices, compute "parallel" cosine
    > ### similarities between overlapping features.
    > ### Aliases: feature_sim
    > ### Keywords: feature_sim
    >
    > ### ** Examples
    >
    >
    > library(quanteda)
    Package version: 3.2.3
    Unicode version: 13.0
    ICU version: 69.1
    Parallel computing: 24 of 24 threads used.
    See https://quanteda.io for tutorials and examples.
    >
    > # tokenize corpus
    > toks <- tokens(cr_sample_corpus)
    >
    > # create feature co-occurrence matrix for each party (set tri = FALSE to work with fem)
    > fcm_D <- fcm(toks[docvars(toks, 'party') == "D",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    > fcm_R <- fcm(toks[docvars(toks, 'party') == "R",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    >
    > # compute feature-embedding matrix
    > fem_D <- fem(fcm_D, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    > fem_R <- fem(fcm_R, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    >
    > # compare "horizontal" cosine similarity
    > feat_comp <- feature_sim(x = fem_R, y = fem_D)
    Error in data.frame(feature = names(row_sim), value = unname(row_sim)) :
     arguments imply differing number of rows: 0, 4061
    Calls: feature_sim -> %>% -> <Anonymous> -> data.frame
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘quickstart.Rmd’ using rmarkdown
    Package version: 3.2.3
    Unicode version: 13.0
    ICU version: 69.1
    Parallel computing: 24 of 24 threads used.
    See https://quanteda.io for tutorials and examples.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
    OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
    as(<dgeMatrix>, "dgCMatrix") is deprecated since Matrix 1.5-0; do as(., "CsparseMatrix") instead
    Quitting from lines 524-533 (quickstart.Rmd)
    Error: processing vignette 'quickstart.Rmd' failed with diagnostics:
    arguments imply differing number of rows: 0, 3506
    --- failed re-building ‘quickstart.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘quickstart.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘quickstart.Rmd’ using rmarkdown
    Package version: 3.2.3
    Unicode version: 13.0
    ICU version: 69.1
    Parallel computing: 24 of 24 threads used.
    See https://quanteda.io for tutorials and examples.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    as(<dgeMatrix>, "dgCMatrix") is deprecated since Matrix 1.5-0; do as(., "CsparseMatrix") instead
    Quitting from lines 524-533 (quickstart.Rmd)
    Error: processing vignette 'quickstart.Rmd' failed with diagnostics:
    arguments imply differing number of rows: 0, 3506
    --- failed re-building ‘quickstart.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘quickstart.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in 'conText-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: feature_sim
    > ### Title: Given two feature-embedding-matrices, compute "parallel" cosine
    > ### similarities between overlapping features.
    > ### Aliases: feature_sim
    > ### Keywords: feature_sim
    >
    > ### ** Examples
    >
    >
    > library(quanteda)
    Package version: 3.2.3
    Unicode version: 13.0
    ICU version: 69.1
    Parallel computing: 56 of 56 threads used.
    See https://quanteda.io for tutorials and examples.
    >
    > # tokenize corpus
    > toks <- tokens(cr_sample_corpus)
    >
    > # create feature co-occurrence matrix for each party (set tri = FALSE to work with fem)
    > fcm_D <- fcm(toks[docvars(toks, 'party') == "D",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    > fcm_R <- fcm(toks[docvars(toks, 'party') == "R",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    >
    > # compute feature-embedding matrix
    > fem_D <- fem(fcm_D, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    > fem_R <- fem(fcm_R, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    >
    > # compare "horizontal" cosine similarity
    > feat_comp <- feature_sim(x = fem_R, y = fem_D)
    Error in data.frame(feature = names(row_sim), value = unname(row_sim)) :
     arguments imply differing number of rows: 0, 4061
    Calls: feature_sim -> %>% -> <Anonymous> -> data.frame
    Execution halted
Flavor: r-devel-windows-x86_64

Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building 'quickstart.Rmd' using rmarkdown
    Package version: 3.2.3
    Unicode version: 13.0
    ICU version: 69.1
    Parallel computing: 56 of 56 threads used.
    See https://quanteda.io for tutorials and examples.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    as(<dgeMatrix>, "dgCMatrix") is deprecated since Matrix 1.5-0; do as(., "CsparseMatrix") instead
    Quitting from lines 524-533 (quickstart.Rmd)
    Error: processing vignette 'quickstart.Rmd' failed with diagnostics:
    arguments imply differing number of rows: 0, 3506
    --- failed re-building 'quickstart.Rmd'
    
    SUMMARY: processing the following file failed:
     'quickstart.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-windows-x86_64

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in 'conText-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: feature_sim
    > ### Title: Given two feature-embedding-matrices, compute "parallel" cosine
    > ### similarities between overlapping features.
    > ### Aliases: feature_sim
    > ### Keywords: feature_sim
    >
    > ### ** Examples
    >
    >
    > library(quanteda)
    Package version: 3.2.3
    Unicode version: 13.0
    ICU version: 69.1
    Parallel computing: 32 of 32 threads used.
    See https://quanteda.io for tutorials and examples.
    >
    > # tokenize corpus
    > toks <- tokens(cr_sample_corpus)
    >
    > # create feature co-occurrence matrix for each party (set tri = FALSE to work with fem)
    > fcm_D <- fcm(toks[docvars(toks, 'party') == "D",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    > fcm_R <- fcm(toks[docvars(toks, 'party') == "R",],
    + context = "window", window = 6, count = "frequency", tri = FALSE)
    >
    > # compute feature-embedding matrix
    > fem_D <- fem(fcm_D, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    > fem_R <- fem(fcm_R, pre_trained = cr_glove_subset,
    + transform = TRUE, transform_matrix = cr_transform, verbose = FALSE)
    >
    > # compare "horizontal" cosine similarity
    > feat_comp <- feature_sim(x = fem_R, y = fem_D)
    Error in data.frame(feature = names(row_sim), value = unname(row_sim)) :
     arguments imply differing number of rows: 0, 4061
    Calls: feature_sim -> %>% -> <Anonymous> -> data.frame
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.1.0
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'quickstart.Rmd' using rmarkdown
    Package version: 3.2.3
    Unicode version: 13.0
    ICU version: 69.1
    Parallel computing: 32 of 32 threads used.
    See https://quanteda.io for tutorials and examples.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    as(<dgeMatrix>, "dgCMatrix") is deprecated since Matrix 1.5-0; do as(., "CsparseMatrix") instead
    Quitting from lines 524-533 (quickstart.Rmd)
    Error: processing vignette 'quickstart.Rmd' failed with diagnostics:
    arguments imply differing number of rows: 0, 3506
    --- failed re-building 'quickstart.Rmd'
    
    SUMMARY: processing the following file failed:
     'quickstart.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64