Last data update: 2014.03.03

lazysql

Package: lazysql
Type: Package
Title: Lazy SQL Programming
Version: 0.1.3
Date: 2016-03-11
Description:
Helper functions to build SQL statements
for dbGetQuery or dbSendQuery under program control.
They are intended to increase speed of coding and
to reduce coding errors. Arguments are carefully checked,
in particular SQL identifiers such as names of tables or columns.
More patterns will be added as required.
Authors@R:
person("Uwe", "Block", email = "u.block.mz@gmail.com",
role = c("aut", "cre"))
URL: https://github.com/UweBlock/lazysql
BugReports: https://github.com/UweBlock/lazysql/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports: checkmate (>= 1.7.2), magrittr, plyr
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-11 23:59:50 UTC; Uwe
Author: Uwe Block [aut, cre]
Maintainer: Uwe Block <u.block.mz@gmail.com>
Repository: CRAN
Date/Publication: 2016-03-12 06:16:37

● 0 images, 5 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lazysql' ...
** package 'lazysql' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lazysql'
    finding HTML links ... done
    date_between                            html  
    in_condition                            html  
    lazysql                                 html  
    natural_key                             html  
    valid_identifier_regex                  html  
** building package indices
** testing if installed package can be loaded
* DONE (lazysql)
Making 'packages.html' ... done