[R] [R-pkgs] RSQLite 0.4-18 sent to CRAN

Seth Falcon sfalcon at fhcrc.org
Thu Jan 4 22:20:23 CET 2007


A new version of RSQLite has been pushed to CRAN.

In this version...

* Further integration of the manifest type system available since
  SQLite 3.  We now obtain the column type from the DB instead of
  pulling everything across as a character vector and calling
  type.convert.  This should improve performance and provide a more
  reliable interface to build on top of.  Note, however, that since
  type.convert is no longer called, return values will be different.
  In particular, text columns will come across as text, not factor.

* dbWriteTable has been refactored and no longer uses temp files.
  This resolves performance issues and line ending quandries on
  Windows.

* Fix for a bug in dbWriteTable when used to import text files; files
  lacking a trailing end of line marker can now be used.

Questions?  Send them to the r-sig-db mailing list.

Best Wishes,

+ seth

-- 
Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center
http://bioconductor.org

_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages



More information about the R-help mailing list