Skip to content

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MCodrescu authored and cran-robot committed Jan 10, 2024
1 parent a863972 commit e750bce
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 237 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: octopus
Type: Package
Title: A Database Management Tool
Version: 0.4.1
Version: 0.4.2
Authors@R: person("Marcus", "Codrescu", , "m.codrescu@outlook.com", role = c("aut", "cre"))
Maintainer: Marcus Codrescu <m.codrescu@outlook.com>
Description: A database management tool built as a 'shiny' application. Connect to various
Expand All @@ -11,15 +11,15 @@ URL: https://github.com/MCodrescu/octopus,
BugReports: https://github.com/MCodrescu/octopus/issues
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: duckdb, keyring, knitr, odbc, readr, rmarkdown, RMySQL,
RPostgres, RSQLite, testthat (>= 3.0.0)
Suggests: keyring, knitr, odbc, readr, rmarkdown, RMySQL, RPostgres,
RSQLite, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: bslib, data.table, DBI, dplyr, DT, glue, httr, janitor, rio,
shiny, shinyAce, shinyjs, utils
RoxygenNote: 7.2.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-11-07 15:46:04 UTC; mc678p
Packaged: 2024-01-09 23:47:09 UTC; mc678p
Author: Marcus Codrescu [aut, cre]
Repository: CRAN
Date/Publication: 2023-11-07 16:00:06 UTC
Date/Publication: 2024-01-10 00:03:07 UTC
10 changes: 5 additions & 5 deletions MD5
@@ -1,7 +1,7 @@
5b4e7d68b6a637d68edb9960ed0b44b5 *DESCRIPTION
ece0b0f6568744fe804152dc7f3171f0 *DESCRIPTION
3e1863b11eeb4064746c5621d02ee3b5 *LICENSE
f3813ad5dad0d3570792162816ecc19d *NAMESPACE
49db10cd40645b1cd7dd713361836e71 *NEWS.md
2c25bf94db5988edf353f591a3025b74 *NEWS.md
5c59d3a9a03a568524ee43d6894da94c *R/duckdb_connection.R
815cebfc89e33597fe69a1fc134613d4 *R/get_database_functions.R
a9615406ff958edb36a67679776b2283 *R/list_drivers.R
Expand All @@ -22,15 +22,15 @@ fa3293d56f188fc22c6262c9d095fe56 *R/view_database.R
d1474ddceea47e984eecb41867997494 *man/list_drivers.Rd
f156f74d75e86f8b02e8c0a841f223b4 *man/view_database.Rd
2cdc915fcce6cb2afcfe9c42c75118a3 *tests/testthat.R
394d2178bf6ae5bbf606f6836ac7e8d6 *tests/testthat/test-duckdb_connection.R
7ad3cbb7a562856ecb578b85e0c54f05 *tests/testthat/test-duckdb_connection.R
feb38bbf81f7a1a7358d524fac1b3335 *tests/testthat/test-list_drivers.R
161277c19abe9c3f49b3c6a9cc8ff33f *tests/testthat/test-mssql_connection.R
cad1ad2698ce18f33536de3f7decfa07 *tests/testthat/test-mysql_connection.R
f8674af77b52f7bb9bb30784f7c81a23 *tests/testthat/test-postgres_connection.R
1820b9c07d01f0c17fcddac6daf208ee *tests/testthat/test-snowflake_connection.R
2aa54c6031cde1fdffe07ac7b117e985 *tests/testthat/test-sqlite_connection.R
aba724e504ec003d87146be2a73b0119 *tests/testthat/test-submit_query.R
25379c234f00aa2781dd45991b2db091 *tests/testthat/test-table_modal_w_download.R
dd284faa76032fb589fad85114645761 *tests/testthat/test-table_modal_w_download.R
454811f85411f293708b557a0a56fbb7 *tests/testthat/test-vertica_connection.R
67ac05de201fa78eec807c3c4f674822 *tests/testthat/test-view_database.R
6c61c8a0434ed3fe0c60be733ccb6380 *tests/testthat/test-view_database.R
27e054ce1ee2fdc93738665235100040 *vignettes/octopus.Rmd
3 changes: 3 additions & 0 deletions NEWS.md
@@ -1,3 +1,6 @@
# octopus 0.4.2
* Minor bug fixes

# octopus 0.4.1
* Minor bug fixes

Expand Down

0 comments on commit e750bce

Please sign in to comment.