r-cran-sqldf 0.4-11-2 source package in Ubuntu

Changelog

r-cran-sqldf (0.4-11-2) unstable; urgency=medium

  * Team upload.
    + Source-only upload.

 -- Nilesh Patra <email address hidden>  Sun, 05 Dec 2021 02:55:06 +0530

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-sqldf_0.4-11-2.dsc 2.1 KiB 357ef1d2975967e5bcc3c68cb53920510787e7bf0ef0625034b8b2663f57dd82
r-cran-sqldf_0.4-11.orig.tar.gz 61.6 KiB cee979d4e8c67b4924655365d925a8d67104e62adf71741f645cdc5196de2260
r-cran-sqldf_0.4-11-2.debian.tar.xz 2.4 KiB ff66a2aa1dea7bcf5c94824b78d4b9323c60bf680a36a170b5cc7db701c075cb

Available diffs

No changes file available.

Binary packages built by this source

r-cran-sqldf: manipulate GNU R data frames using SQL

 The sqldf() function is typically passed a single argument which
 is an SQL select statement where the table names are ordinary R data
 frame names. sqldf() transparently sets up a database, imports the
 data frames into that database, performs the SQL select or other
 statement and returns the result using a heuristic to determine which
 class to assign to each column of the returned data frame. The sqldf()
 or read.csv.sql() functions can also be used to read filtered files
 into R even if the original files are larger than R itself can handle.
 'RSQLite', 'RH2', 'RMySQL' and 'RPostgreSQL' backends are supported.