Package: factor256 Title: Use Raw Vectors to Minimize Memory Consumption of Factors Version: 0.1.0 Authors@R: person(given = "Hugh", family = "Parsonage", role = c("aut", "cre"), email = "hugh.parsonage@gmail.com") Description: Uses raw vectors to minimize memory consumption of categorical variables with fewer than 256 unique values. Useful for analysis of large datasets involving variables such as age, years, states, countries, or education levels. License: GPL-2 Encoding: UTF-8 RoxygenNote: 7.2.0 Imports: utils Suggests: data.table, tinytest Repository: https://hughparsonage.r-universe.dev Date/Publication: 2023-11-17 10:01:57 UTC RemoteUrl: https://github.com/hughparsonage/factor256 RemoteRef: HEAD RemoteSha: 846be740796bb1fdc87308c4b35fb52a0be1f187 NeedsCompilation: yes Packaged: 2026-07-18 07:38:23 UTC; root Author: Hugh Parsonage [aut, cre] Maintainer: Hugh Parsonage