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 Sep 20, 2022
1 parent 7f10aeb commit 7e6db90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 42 deletions.
22 changes: 5 additions & 17 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

# dm 1.0.2

- Same as previous version.


# dm 1.0.1.9001

## Bug fixes

- `dm_paste()` gives correct output for factor columns with many levels (#1510, #1511).

## Features

- `dm_from_con()` can use multiple schemata (@mgirlich, #1441, #1449).
Expand All @@ -21,22 +12,19 @@

- New `json_pack.tbl_lazy()` and `json_nest.tbl_lazy()` (#969, #975).

## Chore
## Bug fixes

- `dm_paste()` gives correct output for factor columns with many levels (#1510, #1511).

- Fix compatibility with duckdb 0.5.0 (#1518).
## Chore

- Adapt snapshot tests to duckdb 0.5.0 (#1509).
- Fix compatibility with duckdb 0.5.0 (#1509, #1518).

- Refactor `dm_unwrap_tbl()` so it builds a "unwrap plan" first (#1446, #1447).

- Reenable `dm_rows_update()` test (#1437).


# dm 1.0.1.9000

Internal changes only.


# dm 1.0.1

## Features
Expand Down
26 changes: 1 addition & 25 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
dm 1.0.2

## Cran Repository Policy

- [x] Reviewed CRP last edited 2022-07-26.

## R CMD check results

- [x] Checked locally, R 4.1.3
- [ ] Checked on CI system, R 4.2.1
- [ ] Checked on win-builder, R devel

Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.

## Current CRAN check results

- [x] Checked on 2022-09-20, problems found: https://cran.r-project.org/web/checks/check_results_dm.html
- [ ] ERROR: r-devel-linux-x86_64-debian-clang
- [ ] ERROR: r-devel-linux-x86_64-debian-gcc
- [ ] ERROR: r-devel-linux-x86_64-fedora-clang
- [ ] ERROR: r-devel-linux-x86_64-fedora-gcc
- [ ] ERROR: r-devel-windows-x86_64
- [ ] ERROR: r-patched-linux-x86_64
- [ ] ERROR: r-release-linux-x86_64
- [ ] ERROR: r-release-windows-x86_64
- [ ] ERROR: r-oldrel-windows-ix86+x86_64
- [ ] other_issue: NA

Check results at: https://cran.r-project.org/web/checks/check_results_dm.html
- [x] Checked on 2022-09-20, problems found: https://cran.r-project.org/web/checks/check_results_dm.html . Fixed compatibility with duckdb 0.5.0.

0 comments on commit 7e6db90

Please sign in to comment.