Package: indexthis Type: Package Title: Quick Indexation Version: 2.2.0 Authors@R: c(person(given = "Laurent", family = "Berge", role = c("aut", "cre"), email = "laurent.berge@u-bordeaux.fr"), person(given = "Sebastian", family = "Krantz", role = "ctb"), person(given = "Morgan", family = "Jacob", role = "ctb")) URL: https://github.com/lrberge/indexthis Depends: R(>= 3.5.0) Description: Quick indexation of any type of vector or of any combination of those. Indexation turns a vector into an integer vector going from 1 to the number of unique elements. Indexes are important building blocks for many algorithms. The method is described at . License: GPL-3 RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Repository: https://lrberge.r-universe.dev Date/Publication: 2026-03-06 13:02:34 UTC RemoteUrl: https://github.com/lrberge/indexthis RemoteRef: HEAD RemoteSha: 3a389432e71e9eea5c49f83b4a74cd2310c9a689 NeedsCompilation: yes Packaged: 2026-06-19 08:30:11 UTC; root Author: Laurent Berge [aut, cre], Sebastian Krantz [ctb], Morgan Jacob [ctb] Maintainer: Laurent Berge