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 Apr 7, 2022
1 parent b34b942 commit 616a59c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
26 changes: 8 additions & 18 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,24 @@

# dm 0.2.8

- Same as previous version.


# dm 0.2.7.9003
## Features

- Remove extra spaces in output when examining constraints with compound keys (#868).
- `pack_join()` works correctly if `name` is the same as an existing column in either table. In some cases a column is overwritten, this is consistent with `nest_join()` behavior (#864, #865).
- Messages that suggest the installation of optional packages are shown only once per session (#852).
- `dm_insert_zoomed()` uses the color from the zoomed table for the new table (#750, #863).
- Fix column tracking for foreign keys (#856, #857).

- `copy_dm_to()` consumes less memory and is faster when writing to SQL Server (#855).

# dm 0.2.7.9002
## Bug fixes

- Messages that suggest the installation of optional packages are shown only once per session (#852).
- Remove extra spaces in output when examining constraints with compound keys (#868).
- Fix column tracking for foreign keys (#856, #857).
- `copy_dm_to()` shows progress bars again (#850, #855).
- `copy_dm_to()` consumes less memory and is faster when writing to SQL Server (#855).
- Progress bars use the console width (#853).


# dm 0.2.7.9001

- Avoid calling `dbAppendTable()` for zero-row tables (#847).
- Require rlang 1.0.1 (#840).


# dm 0.2.7.9000
## Internal

- Same as previous version.
- Require rlang 1.0.1 (#840).


# dm 0.2.7
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 @@ dm 0.2.8

## Cran Repository Policy

- [ ] Reviewed CRP last edited 2022-02-08.

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

## R CMD check results

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

## Current CRAN check results

Expand Down

0 comments on commit 616a59c

Please sign in to comment.