-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 716 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: sqlr
Title: Build SQL queries for creating/altering tables
Version: 0.0.1.9000
Authors@R: c(
person("Nicolas", "Bennett", email = "r@nbenn.ch", role = c("aut", "cre")))
Description:
Starting with MardaDB/MySQL and possibly expanding to other SQL dialects, the aim of this package is to help with generating queries for creating and altering tables.
Depends:
R (>= 3.6.0),
R7 (>= 0.0.0.9000)
Imports:
DBI,
methods
Suggests:
testthat (>= 3.0.0),
RPostgres
URL: https://github.com/nbenn/sqlr
BugReports: https://github.com/nbenn/sqlr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Remotes:
RConsortium/OOP-WG
Config/testthat/edition: 3