Tags: Shusei-E/quanteda
Tags
Change dim argument to dims in sparseMatrix() call Otherwise: * checking R code for possible problems ... [26s] NOTE as.dfm.DocumentTermMatrix: warning in sparseMatrix(i = x$i, j = x$j, x = x$v, dim = dim(x), dimnames = list(docs = rownames(x), features = colnames(x))): partial argument match of 'dim' to 'dims' as.dfm.TermDocumentMatrix: warning in sparseMatrix(i = x$j, j = x$i, x = x$v, dim = rev(dim(x)), dimnames = list(docs = colnames(x), features = rownames(x))): partial argument match of 'dim' to 'dims'
Merge pull request quanteda#1659 from quanteda/fix-1658 Fixes dfm_sample and a broken URL CRAN errors
PreviousNext