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 Dec 19, 2021
1 parent 8da01cc commit 84e82d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
14 changes: 4 additions & 10 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,21 @@

# DBI 1.1.2 (2021-12-19)

- Same as previous version.
## Features

- Use `dbQuoteLiteral()` in default method for `sqlData()` (#362, #371).
- Update specification with changes from DBItest 1.7.2 (#367).

# DBI 1.1.1.9001 (2021-12-19)
## Documentation

- Method documentation on pkgdown is clickable and contains methods from all known DBI backends except ROracle (#360).
- `?Id` gains better examples (#295, #370).
- Use `dbQuoteLiteral()` in default method for `sqlData()` (#362, #371).
- Elaborate on status of `dbWriteTable()` in the documentation (#352, #372).
- Make method definition more similar to S3. All `setMethod()` calls refer to top-level functions (#368).
- The pkgdown documentation for DBI generics (e.g. `?dbConnect`) contains clickable links to many known backends, and an explanatory sentence (#360).
- Update specification with changes from DBItest 1.7.2 (#367).
- Align specification with DBItest.
- `?dbReadTable` and other pages gain pointers to `Id()` and `SQL()` (#359).


# DBI 1.1.1.9000 (2021-01-04)

- Internal changes only.


# DBI 1.1.1 (2021-01-04)

## Documentation
Expand Down
10 changes: 3 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ DBI 1.1.2

## Cran Repository Policy

- [ ] Reviewed CRP last edited 2021-09-25.

See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2020-10-29%7D...master@%7B2021-09-25%7D
- [x] Reviewed CRP last edited 2021-09-25.

## R CMD check results

- [x] Checked locally, R 4.1.1
- [ ] Checked on CI system, R 4.1.2
- [ ] 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.2
- [x] Checked on win-builder, R devel

## Current CRAN check results

Expand Down

0 comments on commit 84e82d8

Please sign in to comment.