<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>R-packages &#x2013; /trunk/SQLiteDF/configure</title><description>WebSVN RSS feed &#x2013; R-packages</description><lastBuildDate>Mon, 27 Jul 2026 12:35:30 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=log&amp;max=40&amp;peg=3473</link><atom:link href="https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=rss&amp;peg=3473" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 21 Aug 2006 01:17:37 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 3446 – - added symbols SDF_RowNamesSymbol, SDF_DimSymbols, SDF_DimNamesSymbols. SDF   row ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;- added symbols SDF_RowNamesSymbol, SDF_DimSymbols, SDF_DimNamesSymbols. SDF&lt;br /&gt;
  row names is now attached to SDF_RowNamesSymbol (&quot;sdf.row.names&quot;)&lt;br /&gt;
- added row.names.sqlite.data.frame&lt;br /&gt;
- added src/win/opcode.h&lt;br /&gt;
- used ScalarLogical(), ScalarInteger(), ...&lt;br /&gt;
- removed &quot;;&quot; in All.R&lt;br /&gt;
- removed eval()&lt;br /&gt;
- made configure, cleanup executable&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;~ /trunk/SQLiteDF/cleanup&lt;br /&gt;~ /trunk/SQLiteDF/configure&lt;br /&gt;~ /trunk/SQLiteDF/NAMESPACE&lt;br /&gt;~ /trunk/SQLiteDF/R/All.R&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_dataframe.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_dataframe.h&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_vector.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_workspace.c&lt;br /&gt;+ /trunk/SQLiteDF/src/win&lt;br /&gt;+ /trunk/SQLiteDF/src/win/opcodes.h&lt;br /&gt;~ /trunk/SQLiteDF/tests/tests.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=revision&amp;rev=3446&amp;peg=3473</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=revision&amp;rev=3446&amp;peg=3473</guid></item>
<item><pubDate>Sat, 19 Aug 2006 23:03:27 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 3435 – - configure file fixes from Prof. Ripley - added native ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;- configure file fixes from Prof. Ripley&lt;br /&gt;
- added native routines registration&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;~ /trunk/SQLiteDF/configure&lt;br /&gt;+ /trunk/SQLiteDF/src/init.c&lt;br /&gt;x /trunk/SQLiteDF/src/Makevars&lt;br /&gt;~ /trunk/SQLiteDF/src/Makevars.in&lt;br /&gt;+ /trunk/SQLiteDF/src/Makevars.win &lt;i&gt;(copied from /trunk/SQLiteDF/src/Makevars@3434)&lt;/i&gt;&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_dataframe.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_dataframe.h&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=revision&amp;rev=3435&amp;peg=3473</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=revision&amp;rev=3435&amp;peg=3473</guid></item>
<item><pubDate>Sat, 19 Aug 2006 03:41:16 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 3432 – - added configure files from Prof. Ripley - added documentations ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;- added configure files from Prof. Ripley&lt;br /&gt;
- added documentations for inameSDF, sdfImportSQLite, sdfImportDBI, sdflm.&lt;br /&gt;
- added HACKING notes&lt;br /&gt;
- added list of functions known to work in SQLiteDF.package.Rd&lt;br /&gt;
- changed sqlite_vector accumulator to long double, fixed the accuracy problem&lt;br /&gt;
&lt;br /&gt;
2006-08-18  Douglas Bates  &amp;lt;&lt;a href=&quot;mailto:bates@R-project.org&quot;&gt;bates@R-project.org&lt;/a&gt;&gt;&lt;br /&gt;
       * R/All.R (with.sqlite.data.frame, summary.sqlite.vector,&lt;br /&gt;
       as.logical.sqlite.vector, as.integer.sqlite.vector,&lt;br /&gt;
       as.double.sqlite.vector): Modify calling sequence of S3 methods to&lt;br /&gt;
       correspond to generic.&lt;br /&gt;
       * man/sqlite.data.frame.Rd: add keywords&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;+ /trunk/SQLiteDF/cleanup&lt;br /&gt;+ /trunk/SQLiteDF/configure&lt;br /&gt;+ /trunk/SQLiteDF/configure.win&lt;br /&gt;+ /trunk/SQLiteDF/HACKING&lt;br /&gt;x /trunk/SQLiteDF/inst&lt;br /&gt;+ /trunk/SQLiteDF/man/inameSdf.Rd&lt;br /&gt;+ /trunk/SQLiteDF/man/sdfImportDBI.Rd&lt;br /&gt;+ /trunk/SQLiteDF/man/sdfImportSQLite.Rd&lt;br /&gt;+ /trunk/SQLiteDF/man/sdflm.Rd&lt;br /&gt;~ /trunk/SQLiteDF/man/SQLiteDF.package.Rd&lt;br /&gt;~ /trunk/SQLiteDF/R/All.R&lt;br /&gt;+ /trunk/SQLiteDF/sqlite-3.3.7.tar.gz&lt;br /&gt;~ /trunk/SQLiteDF/src/Makevars&lt;br /&gt;x /trunk/SQLiteDF/src/sqlite3.h&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_vector.c&lt;br /&gt;~ /trunk/SQLiteDF/tests/tests.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=revision&amp;rev=3432&amp;peg=3473</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/configure?op=revision&amp;rev=3432&amp;peg=3473</guid></item>
</channel></rss>