Skip to content

textTinyR

Text Processing for Small or Big Data Files

v1.1.8 · Dec 4, 2023 · GPL-3

Description

It offers functions for splitting, parsing, tokenizing and creating a vocabulary for big text data files. Moreover, it includes functions for building a document-term matrix and extracting information from those (term-associations, most frequent terms). It also embodies functions for calculating token statistics (collocations, look-up tables, string dissimilarities) and functions to work with sparse matrices. Lastly, it includes functions for Word Vector Representations (i.e. 'GloVe', 'fasttext') and incorporates functions for the calculation of (pairwise) text document dissimilarities. The source code is based on 'C++11' and exported in R through the 'Rcpp', 'RcppArmadillo' and 'BH' packages.

Downloads

352

Last 30 days

10895th

1.3K

Last 90 days

10.8K

Last year

Trend: -34.1% (30d vs prior 30d)

CRAN Check Status

6 NOTE
8 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (6 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘textTinyR/libs/textTinyR.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘textTinyR/libs/textTinyR.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'textTinyR/libs/x64/textTinyR.dll':
  Found non-API call to R: 'R_UnboundValue'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 15.3Mb
  sub-directories of 1Mb or more:
    libs  13.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 15.1Mb
  sub-directories of 1Mb or more:
    libs  13.6Mb
NOTE r-patched-linux-x86_64

compiled code

File ‘textTinyR/libs/textTinyR.so’:
  Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 15.3Mb
  sub-directories of 1Mb or more:
    libs  13.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 15.1Mb
  sub-directories of 1Mb or more:
    libs  13.6Mb

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies Matrix Rcpp R6 data.table tsrobprep textTinyR

Version History

new 1.1.8 Mar 10, 2026
updated 1.1.8 ← 1.1.7 diff Dec 3, 2023
updated 1.1.7 ← 1.1.6 diff Oct 25, 2021
updated 1.1.6 ← 1.1.5 diff Oct 20, 2021
updated 1.1.5 ← 1.1.4 diff Oct 12, 2021
updated 1.1.4 ← 1.1.3 diff May 4, 2021
updated 1.1.3 ← 1.1.2 diff Apr 13, 2019
updated 1.1.2 ← 1.1.1 diff Jul 24, 2018
updated 1.1.1 ← 1.1.0 diff May 16, 2018
updated 1.1.0 ← 1.0.9 diff Apr 2, 2018
updated 1.0.9 ← 1.0.8 diff Jan 15, 2018
updated 1.0.8 ← 1.0.7 diff Oct 30, 2017
updated 1.0.7 ← 1.0.6 diff Jun 4, 2017
updated 1.0.6 ← 1.0.5 diff May 2, 2017
updated 1.0.5 ← 1.0.4 diff Mar 31, 2017
updated 1.0.4 ← 1.0.3 diff Mar 27, 2017
updated 1.0.3 ← 1.0.2 diff Jan 28, 2017
updated 1.0.2 ← 1.0.1 diff Jan 19, 2017
updated 1.0.1 ← 1.0.0 diff Jan 10, 2017
new 1.0.0 Jan 6, 2017