Package: SQLove Title: Execute 'SQL' Scripts in 'R' Containing Multiple Queries Version: 1.0.2 Authors@R: person("Kerns", "Sam", , "samwkerns@gmail.com", role = c("aut", "cre")) Description: The nature of working with structured query language ('SQL') scripts efficiently often requires the creation of temporary tables and there are few clean and simple 'R' 'SQL' execution approaches that allow you to complete this kind of work with the 'R' environment. This package seeks to give 'SQL' implementations in 'R' a little love by deploying functions that allow you to deploy complex 'SQL' scripts within a typical 'R' workflow. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: DBI, readr, RJDBC, odbc Suggests: knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: make default-jdk unixodbc-dev libx11-dev Repository: https://samkerns.r-universe.dev Date/Publication: 2025-04-18 18:50:14 UTC RemoteUrl: https://github.com/samkerns/sqlove RemoteRef: HEAD RemoteSha: 9ad293c86b6bcd2a65be8c964a55234cdb774127 NeedsCompilation: no Packaged: 2026-06-20 08:51:06 UTC; root Author: Kerns Sam [aut, cre] Maintainer: Kerns Sam