Skip to content

Commit

Permalink
Release 0.1.7 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Aug 13, 2023
1 parent 2c3d213 commit d6be1ce
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 42 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dittodb
Title: A Test Environment for Database Requests
Version: 0.1.6.9000
Version: 0.1.7
Authors@R: c(
person(given = "Jonathan",
family = "Keane",
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export(db_mock_paths)
export(db_path_sanitize)
export(dittodb_debug_level)
export(expect_sql)
export(hash_db_object)
export(get_dbname)
export(get_redactor)
export(get_type)
export(hash)
export(hash_db_object)
export(make_path)
export(nycflights13_create_sql)
export(nycflights13_create_sqlite)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# dittodb (development version)
# dittodb 0.1.7
* Added better capture support for unknown databases including better capture support for Teradata databases. (#176, @sandstumpen)

# dittodb 0.1.6
* Bugfix for `integer64` roundtrips. Instead of falling back to non-hexNumeric output, we serialize first and maintain hexNumeric output.
Expand Down
10 changes: 4 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
This submission fixes an issue with M1 macs and builds with no long doubles available.

## Test environments
* local R installation, R 4.2.3
* ubuntu 18.04 (on GitHub actions), R 3.5-4.2, devel
* macOS (on GitHub actions), R 4.1, 4.2 as well as 4.2 on an M1
* windows (on GitHub actions), R 4.2
* local R installation MacOS 12.6.8, R 4.3.0
* ubuntu 20.04 (on GitHub actions), R 3.6-4.3, devel
* macOS (on GitHub actions), R 4.2, 4.3
* windows (on GitHub actions), R 4.3

## R CMD check results

Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ travelling
unserialize
pre
truecluster
Teradata
unserialize

6 changes: 0 additions & 6 deletions revdep/.gitignore

This file was deleted.

44 changes: 22 additions & 22 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Platform

|field |value |
|:--------|:--------------------------------------|
|version |R version 4.2.3 (2023-03-15) |
|os |macOS Monterey 12.6.5 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Chicago |
|date |2023-04-16 |
|rstudio |2023.03.0+386 Cherry Blossom (desktop) |
|pandoc |3.1 @ /usr/local/bin/pandoc |
|field |value |
|:--------|:------------------------------------------|
|version |R version 4.3.0 (2023-04-21) |
|os |macOS Monterey 12.6.8 |
|system |x86_64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Chicago |
|date |2023-08-12 |
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
|pandoc |3.1.5 @ /usr/local/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:---------|:------|:------|:--|
|dittodb |0.1.5 |0.1.6 |* |
|cli |3.6.1 |3.6.1 | |
|DBI |1.1.3 |1.1.3 | |
|digest |0.6.31 |0.6.31 | |
|glue |1.6.2 |1.6.2 | |
|lifecycle |1.0.3 |1.0.3 | |
|rlang |1.1.0 |1.1.0 | |
|package |old |new |Δ |
|:---------|:------|:----------|:--|
|dittodb |0.1.6 |0.1.6.9000 |* |
|cli |3.6.1 |3.6.1 | |
|DBI |1.1.3 |1.1.3 | |
|digest |0.6.33 |0.6.33 | |
|glue |1.6.2 |1.6.2 | |
|lifecycle |1.0.3 |1.0.3 | |
|rlang |1.1.1 |1.1.1 | |

# Revdeps

5 changes: 0 additions & 5 deletions revdep/email.yml

This file was deleted.

0 comments on commit d6be1ce

Please sign in to comment.