Skip to content

Commit

Permalink
NEWS and CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 6, 2021
1 parent f3d6b4a commit 9565e94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
25 changes: 11 additions & 14 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,25 @@

# RMariaDB 1.1.2 (2021-09-06)

- Same as previous version.
## Licensing

- RMariaDB is now licensed under the MIT license (#213).

# RMariaDB 1.1.1.9002 (2021-09-06)

- Refer to libmariadb-dev in documentation and configuration scripts (#219).
- Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224).
- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156).
## Features

- `dbConnect()` normalizes all input paths (#197, @twentytitus).
- `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214).

# RMariaDB 1.1.1.9001 (2021-09-05)
## Documentation

- The `configure` script now queries the `RMARIADB_FORCE_MARIADBCONFIG` and `RMARIADB_FORCE_MYSQLCONFIG` environment variables to force use of `mariadb_config` or `mysql_config`, respectively (#218).
- RMariaDB is now licensed under the MIT license (#213).
- `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214).
- `dbConnect()` normalizes all input paths (#197, @twentytitus).
- Now referring to the `libmariadb-dev` Debian/Ubuntu package in documentation and configuration scripts (#219).
- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156).

## Internal

# RMariaDB 1.1.1.9000 (2021-04-12)
- Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224).

- Remove BH dependency by inlining the header files (#208).
- Map `NULL` to `NA` for `bit(1)` columns (#201, @dirkschumacher).
- The `configure` script now queries the `RMARIADB_FORCE_MARIADBCONFIG` and `RMARIADB_FORCE_MYSQLCONFIG` environment variables to force use of `mariadb_config` or `mysql_config`, respectively (#218).


# RMariaDB 1.1.1 (2021-04-12)
Expand Down
12 changes: 4 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@ RMariaDB 1.1.2

## Cran Repository Policy

- [ ] Reviewed CRP last edited 2021-04-25.
- [x] Reviewed CRP last edited 2021-04-25.

See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2020-10-29%7D...master@%7B2021-04-25%7D

## R CMD check results

- [x] Checked locally, R 4.1.0
- [ ] Checked on CI system, R 4.1.1
- [ ] Checked on win-builder, R devel

Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
- [x] Checked on CI system, R 4.1.1
- [x] Checked on win-builder, R devel

## Current CRAN check results

- [x] Checked on 2021-09-06, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Check results at: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

0 comments on commit 9565e94

Please sign in to comment.