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 13, 2021
1 parent cf56505 commit 79de6db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
19 changes: 4 additions & 15 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,17 @@

# dm 0.2.2

- Same as previous version.
## Features

- `dm_examine_constraints()`, `dm_rows_insert()` and related, `copy_dm_to()` and `collect.dm()` show progress bars in interactive mode via the progress package. The new `progress = NA` argument controls the behavior (#262, @moodymudskipper).
- `copy_dm_to()` gains a `copy_to` argument to support other ways of copying data to the database (#582).

# dm 0.2.1.9002
## Internal

- Always run database tests on sqlite for df source.
- `collect.dm()` gains `progress` argument (#582).
- `copy_dm_to()` gains `progress` and `copy_to` arguments (#582).


# dm 0.2.1.9001

- `dm_rows_insert()` and related functions now show a progress bar in interactive mode if the progress package is installed. The `progress` argument controls this (#573, @moodymudskipper).
- `dm_examine_constraints()` supports progress bars in interactive mode via the progress package. The new `progress = NA` argument controls the behavior (#262, @moodymudskipper).
- Establish compatibility with testthat > 3.0.2 (#566, @moodymudskipper).


# dm 0.2.1.9000

- Same as previous version.


# dm 0.2.1

## Breaking changes
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ dm 0.2.2
## R CMD check results

- [x] Checked locally, R 4.1.0
- [ ] Checked on CI system, R 4.1.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.1.0
- [x] Checked on win-builder, R devel

## Current CRAN check results

Expand Down

0 comments on commit 79de6db

Please sign in to comment.