[Stacomir-commits] r170 - in pkg/stacomirtools: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Aug 20 16:24:10 CEST 2016
Author: briand
Date: 2016-08-20 16:24:09 +0200 (Sat, 20 Aug 2016)
New Revision: 170
Modified:
pkg/stacomirtools/DESCRIPTION
pkg/stacomirtools/man/RequeteODBCwhere-class.Rd
Log:
Modified: pkg/stacomirtools/DESCRIPTION
===================================================================
--- pkg/stacomirtools/DESCRIPTION 2016-08-20 14:10:02 UTC (rev 169)
+++ pkg/stacomirtools/DESCRIPTION 2016-08-20 14:24:09 UTC (rev 170)
@@ -1,10 +1,10 @@
Package: stacomirtools
-Type: Package
-Title: ODBC connection class for package stacomiR
Version: 0.5.0
-Date: 2013-01-07
-Author: Cedric Briand
-Maintainer: Cedric Briand<cedric.briand00 at gmail.com>
+Date: 2016-08-20
+Title: ODBC Connection Class for Package stacomiR
+Authors at R: c(person("Cedric", "Briand", role = c("aut", "cre"), email = "cedric.briand00 at gmail.com"))
+Author: Cedric Briand [aut, cre]
+Maintainer: Cedric Briand <cedric.briand00 at gmail.com>
Description: S4 class wrappers for ODBC connection.
License: GPL (>= 2)
Collate:
Modified: pkg/stacomirtools/man/RequeteODBCwhere-class.Rd
===================================================================
--- pkg/stacomirtools/man/RequeteODBCwhere-class.Rd 2016-08-20 14:10:02 UTC (rev 169)
+++ pkg/stacomirtools/man/RequeteODBCwhere-class.Rd 2016-08-20 14:24:09 UTC (rev 170)
@@ -55,9 +55,10 @@
object at and=paste(" and mycol2>",test," and mycol3<",test,sep="")
object at order_by=" order by mycol1"
object<-connect(object)
- # now object at sql contains the syntax of the query. By changing the test variable, one can see how the
- # function might be usefull
- # object at query contains the resulting data.frame
+ ## now object at sql contains the syntax of the query.
+ ## By changing the test variable, one can see how the
+ ## function might be usefull
+ ## object at query contains the resulting data.frame
}
}
\keyword{classes}
More information about the Stacomir-commits
mailing list