Bioconductor Changelog
   


About
Click here to learn more about this blog.


Packages
Click on a link
for updates to that package only.


Subscribe
Subscribe to the Bioconductor Changlog.


       
Thu, 15 May 2008

GEOmetadb
Helped fix a bug in geoConvert. Closed a database connection that was left open.

[/GEOmetadb] permanent link

Wed, 14 May 2008

GEOmetadb
Fix the bug of failing to delete the SQLite file at the end: run dbDisconnect before return values.

[/GEOmetadb] permanent link

Wed, 30 Apr 2008

GEOmetadb
Updating the version number for the trunk post-BioC 2.2 release.
Updating the version number for the BioC 2.2 release.

[/GEOmetadb] permanent link

Sat, 12 Apr 2008

GEOmetadb
Added examples for geoConvert

[/GEOmetadb] permanent link

Tue, 08 Apr 2008

GEOmetadb
version bump for inclusion into Release 2.2

[/GEOmetadb] permanent link

Mon, 07 Apr 2008

GEOmetadb
version bump after modifying vignette to clean up downloaded sqlite file

[/GEOmetadb] permanent link

Fri, 04 Apr 2008

GEOmetadb
Added lines at the end:
Finally, it is probably a good idea to close the connection, please see \Rpackage{DBI} for detail.
<<>>=
dbDisconnect(con)
@
If you want to remove old GEOmetadb.sqlite file before retrieve a new version from the server, execute the following codes:
<<>>=
file.remove('GEOmetadb.sqlite')
@
\end{document}
Fixed geoConvert.R argument case conversion problem.

[/GEOmetadb] permanent link

Thu, 03 Apr 2008

GEOmetadb
Added GEOmetadb package to bioconductor.

[/GEOmetadb] permanent link