Skip to content

Commit 9565e94

Browse files
committed
NEWS and CRAN comments
1 parent f3d6b4a commit 9565e94

File tree

2 files changed

+15
-22
lines changed

2 files changed

+15
-22
lines changed

NEWS.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,25 @@
22

33
# RMariaDB 1.1.2 (2021-09-06)
44

5-
- Same as previous version.
5+
## Licensing
66

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

8-
# RMariaDB 1.1.1.9002 (2021-09-06)
9-
10-
- Refer to libmariadb-dev in documentation and configuration scripts (#219).
11-
- Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224).
12-
- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156).
9+
## Features
1310

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

15-
# RMariaDB 1.1.1.9001 (2021-09-05)
14+
## Documentation
1615

17-
- 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).
18-
- RMariaDB is now licensed under the MIT license (#213).
19-
- `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214).
20-
- `dbConnect()` normalizes all input paths (#197, @twentytitus).
16+
- Now referring to the `libmariadb-dev` Debian/Ubuntu package in documentation and configuration scripts (#219).
17+
- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156).
2118

19+
## Internal
2220

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

25-
- Remove BH dependency by inlining the header files (#208).
26-
- Map `NULL` to `NA` for `bit(1)` columns (#201, @dirkschumacher).
23+
- 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).
2724

2825

2926
# RMariaDB 1.1.1 (2021-04-12)

cran-comments.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@ RMariaDB 1.1.2
22

33
## Cran Repository Policy
44

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

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

99
## R CMD check results
1010

1111
- [x] Checked locally, R 4.1.0
12-
- [ ] Checked on CI system, R 4.1.1
13-
- [ ] Checked on win-builder, R devel
14-
15-
Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
12+
- [x] Checked on CI system, R 4.1.1
13+
- [x] Checked on win-builder, R devel
1614

1715
## Current CRAN check results
1816

1917
- [x] Checked on 2021-09-06, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
20-
- [ ] 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
21-
22-
Check results at: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
18+
- [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 commit comments

Comments
 (0)