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 Jun 19, 2022
1 parent b36e2eb commit 797cfc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
14 changes: 2 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,15 @@

# RMariaDB 1.2.2 (2022-06-19)

- Internal changes only.


# RMariaDB 1.2.1.9002 (2022-06-18)

## Features

- `dbAppendTable()` accepts `Id` (#262, @renkun-ken).


# RMariaDB 1.2.1.9001 (2022-05-14)

- Actually enable `LOAD LOCAL INFILE` by setting the `MYSQL_OPT_LOCAL_INFILE` flag (#265, #267).
- `dbConnect()` gains `reconnect` argument that sets the `MYSQL_OPT_RECONNECT` option (#261, @renkun-ken).

## Bug fixes

# RMariaDB 1.2.1.9000 (2021-12-20)

- Same as previous version.
- Actually enable `LOAD LOCAL INFILE` by setting the `MYSQL_OPT_LOCAL_INFILE` flag (#265, #267).


# RMariaDB 1.2.1 (2021-12-20)
Expand Down
14 changes: 4 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@ RMariaDB 1.2.2

## Cran Repository Policy

- [ ] Reviewed CRP last edited 2022-05-03.

See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2021-09-25%7D...master@%7B2022-05-03%7D
- [x] Reviewed CRP last edited 2022-05-03.

## R CMD check results

- [x] Checked locally, R 4.1.3
- [ ] Checked on CI system, R 4.2.0
- [ ] 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.2.0
- [x] Checked on win-builder, R devel

## Current CRAN check results

- [x] Checked on 2022-06-19, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, 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-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64: Large binary.

0 comments on commit 797cfc8

Please sign in to comment.