<?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/src/sqlite_matrix.c</title><description>WebSVN RSS feed &#x2013; R-packages</description><lastBuildDate>Mon, 27 Jul 2026 16:36:12 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=log&amp;max=40&amp;</link><atom:link href="https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 30 Sep 2007 15:16:04 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 4798 – - fixed for R 2.6.0+ and devel: CHAR_ELT() now returns ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;- fixed for R 2.6.0+ and devel: CHAR_ELT() now returns const char*, removed&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;~ /trunk/SQLiteDF/DESCRIPTION&lt;br /&gt;~ /trunk/SQLiteDF/src/Makevars.in&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_biglm.c&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_external.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_matrix.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_vector.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_workspace.c&lt;br /&gt;~ /trunk/SQLiteDF/src/utils.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=4798</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=4798</guid></item>
<item><pubDate>Thu, 22 Feb 2007 01:13:25 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 4160 – - updated to sqlite-3.3.13 - added R function sdfSelect, added ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;- updated to sqlite-3.3.13&lt;br /&gt;
- added R function sdfSelect, added tests for that&lt;br /&gt;
- fixes &amp; enhancements on _get_factor_levels1, _get_vector_index_typed_result, etc.&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;~ /trunk/SQLiteDF/cleanup&lt;br /&gt;~ /trunk/SQLiteDF/configure.win&lt;br /&gt;~ /trunk/SQLiteDF/DESCRIPTION&lt;br /&gt;+ /trunk/SQLiteDF/man/sdfSelect.Rd&lt;br /&gt;~ /trunk/SQLiteDF/NAMESPACE&lt;br /&gt;~ /trunk/SQLiteDF/R/All.R&lt;br /&gt;x /trunk/SQLiteDF/sqlite-3.3.7.tar.gz&lt;br /&gt;+ /trunk/SQLiteDF/sqlite-3.3.13.tar.gz&lt;br /&gt;+ /trunk/SQLiteDF/src/exports.h&lt;br /&gt;~ /trunk/SQLiteDF/src/init.c&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_matrix.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_vector.c&lt;br /&gt;~ /trunk/SQLiteDF/src/utils.c&lt;br /&gt;~ /trunk/SQLiteDF/tests/tests.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=4160</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=4160</guid></item>
<item><pubDate>Thu, 21 Sep 2006 10:37:31 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 3808 – - new sqlite.vector(vec), creates a 1-column sdf from a vector ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;- new sqlite.vector(vec), creates a 1-column sdf from a vector&lt;br /&gt;
- sqlite.matrix : dimnames, [, other experimental stuff&lt;br /&gt;
- sort.sqlite.vector sorts to a table to the sdf, no more creating a new&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;~ /trunk/SQLiteDF/man/sqlite.matrix.Rd&lt;br /&gt;+ /trunk/SQLiteDF/man/sqlite.vector.Rd&lt;br /&gt;~ /trunk/SQLiteDF/NAMESPACE&lt;br /&gt;~ /trunk/SQLiteDF/R/All.R&lt;br /&gt;~ /trunk/SQLiteDF/src/init.c&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_matrix.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_vector.c&lt;br /&gt;~ /trunk/SQLiteDF/tests/tests.R&lt;br /&gt;+ /trunk/SQLiteDF/TODO&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3808</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3808</guid></item>
<item><pubDate>Tue, 05 Sep 2006 00:27:46 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 3684 – - moved default data dir to ./.SQLiteDF - &quot;generalized&quot; sqlite ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;- moved default data dir to ./.SQLiteDF&lt;br /&gt;
- &quot;generalized&quot; sqlite vector, in that any table column can be used as an&lt;br /&gt;
sqlite.vector (previously, only columns of table sdf_data)&lt;br /&gt;
- fixed sqlite.matrix rownames&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;~ /trunk/SQLiteDF/DESCRIPTION&lt;br /&gt;~ /trunk/SQLiteDF/man/sqlite.data.frame.Rd&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_external.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_matrix.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_vector.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_workspace.c&lt;br /&gt;~ /trunk/SQLiteDF/tests/tests.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3684</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3684</guid></item>
<item><pubDate>Mon, 28 Aug 2006 00:02:55 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 3509 – - added sqlite.matrix and some of its methods - fixed ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;- added sqlite.matrix and some of its methods&lt;br /&gt;
- fixed print.sqlite.data.frame bug&lt;br /&gt;
- added msg when an existing workspace.db is loaded&lt;/div&gt;~ /trunk/SQLiteDF/ChangeLog&lt;br /&gt;~ /trunk/SQLiteDF/DESCRIPTION&lt;br /&gt;~ /trunk/SQLiteDF/man/sqlite.data.frame.Rd&lt;br /&gt;+ /trunk/SQLiteDF/man/sqlite.matrix.Rd&lt;br /&gt;~ /trunk/SQLiteDF/NAMESPACE&lt;br /&gt;~ /trunk/SQLiteDF/R/All.R&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_matrix.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_workspace.c&lt;br /&gt;~ /trunk/SQLiteDF/src/utils.c&lt;br /&gt;~ /trunk/SQLiteDF/tests/tests.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3509</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3509</guid></item>
<item><pubDate>Thu, 17 Aug 2006 10:49:23 +0000</pubDate><dc:creator>mrmanese</dc:creator><title>Rev 3419 – - fix on USE_SDF1 bug, when a function uses 2 ...</title><description>&lt;div&gt;&lt;strong&gt;mrmanese – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;- fix on USE_SDF1 bug, when a function uses 2 sdf&apos;s the 1st may be unloaded &lt;br /&gt;
  because of low use count&lt;br /&gt;
- fix on transactions&lt;br /&gt;
- started implementing sqlite.matrix&lt;br /&gt;
- commented out parts of the test that fails due to &quot;minor technicalities&quot; (precision, NA). will test them again...&lt;br /&gt;
- summary works, almost the same as original df except for NA handling&lt;/div&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_external.c&lt;br /&gt;+ /trunk/SQLiteDF/src/sqlite_matrix.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_vector.c&lt;br /&gt;~ /trunk/SQLiteDF/src/sqlite_workspace.c&lt;br /&gt;~ /trunk/SQLiteDF/src/utils.c&lt;br /&gt;~ /trunk/SQLiteDF/tests/tests.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3419</link><guid>https://svn.r-project.org/browse/R-packages/trunk/SQLiteDF/src/sqlite_matrix.c?op=revision&amp;rev=3419</guid></item>
</channel></rss>