Package: RSQLite.toolkit
Type: Package
Title: Load Data in SQLite from Tabular Files
Version: 0.1.2
Authors@R: person("Ludovico G.", "Beretta", , "ludovicogiovanni.beretta@gmail.com", role = c("aut", "cre", "cph"))
Description: A lightweight wrapper around the 'RSQLite' package for streamlined loading of
    data from tabular files (i,e. text delimited files like Comma Separated Values and
    Tab Separated Values, Microsoft Excel, and Arrow Inter-process Communication files)
    in 'SQLite' databases. Includes helper functions for inspecting the structure of
    the input files, and some functions to simplify activities on the 'SQLite' tables.
License: GPL (>= 3)
Depends: R (>= 4.2.0), RSQLite (>= 2.3.0)
Imports: DBI, openxlsx2, arrow
Encoding: UTF-8
RoxygenNote: 7.3.3
URL: https://github.com/fab-algo/RSQLite.toolkit,
        https://fab-algo.github.io/RSQLite.toolkit/
BugReports: https://github.com/fab-algo/RSQLite.toolkit/issues
Suggests: knitr, rmarkdown, piggyback
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-04-04 08:27:09 UTC; ludo
Author: Ludovico G. Beretta [aut, cre, cph]
Maintainer: Ludovico G. Beretta <ludovicogiovanni.beretta@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-04 08:40:02 UTC
