GEOmetadb
Helped fix a bug in geoConvert. Closed a database connection that was left open.
[/GEOmetadb]
permanent link
GEOmetadb
Fix the bug of failing to delete the SQLite file at the end: run dbDisconnect before return values.
[/GEOmetadb]
permanent link
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
GEOmetadb
Added examples for geoConvert
[/GEOmetadb]
permanent link
GEOmetadb
version bump for inclusion into Release 2.2
[/GEOmetadb]
permanent link
GEOmetadb
version bump after modifying vignette to clean up downloaded sqlite file
[/GEOmetadb]
permanent link
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
GEOmetadb
Added GEOmetadb package to bioconductor.
[/GEOmetadb]
permanent link
|