Package: turner
Title: Turn Vectors and Lists of Vectors into Indexed Structures
Version: 0.1.9
Date: 2024-04-04
Authors@R: c(
	person(given = "Frederic", family= "Bertrand", role = c("cre"), email = "frederic.bertrand@utt.fr", comment = c(ORCID = "0000-0002-0837-8281")),
	person(given = "Gaston", family= "Sanchez", role = c("aut")))
Author: Frederic Bertrand [cre] (<https://orcid.org/0000-0002-0837-8281>),
  Gaston Sanchez [aut]
Maintainer: Frederic Bertrand <frederic.bertrand@utt.fr>
Description: Package designed for working with vectors and lists of vectors,
    mainly for turning them into other indexed data structures.
Encoding: UTF-8
LazyLoad: yes
NeedsCompilation: no
RoxygenNote: 7.2.3
URL: https://fbertran.github.io/turner/,
        https://github.com/fbertran/turner/
BugReports: https://github.com/fbertran/turner/issues/
Depends: R (>= 3.0)
Imports: tester
Suggests: testthat, knitr
VignetteBuilder: knitr
License: GPL-3
Collate: 'df_to_blocks.r' 'dummy_to_list.r' 'factor_to_dummy.r'
        'from_to.r' 'funlist.r' 'indexify.r' 'lengths.r' 'list_ones.r'
        'list_to_dummy.r' 'list_to_matrix.r' 'listify.r' 'listsize.r'
        'matrix_to_blocks.r' 'vector_to_dummy.r' 'turner.r'
Packaged: 2024-04-03 23:43:00 UTC; fbertran
Repository: CRAN
Date/Publication: 2024-04-04 08:00:02 UTC
