Skip to content

Commit 1ca5be5

Browse files
authored
Merge pull request #2420 from cynkra/cran-1.1.0
2 parents 604a275 + 840bf5b commit 1ca5be5

3 files changed

Lines changed: 11 additions & 34 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dm
22
Title: Relational Data Models
3-
Version: 1.0.99.9902
4-
Date: 2026-02-25
3+
Version: 1.1.0
4+
Date: 2026-02-24
55
Authors@R:
66
c(person(given = "Tobias",
77
family = "Schieferdecker",
@@ -115,8 +115,6 @@ Config/Needs/website:
115115
whisker,
116116
xml2
117117
Config/Needs/check: anthonynorth/roxyglobals
118-
Remotes: r-dbi/odbc
119-
RemotesInfo: https://github.com/cran/odbc/commit/c12831e0e1a9ac22bf6d0d4f898a581e55cf2a60
120118
VignetteBuilder:
121119
knitr
122120
Config/autostyle/scope: line_breaks

NEWS.md

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3-
# dm 1.0.99.9902
4-
5-
## Chore
6-
7-
- Auto-update from GitHub Actions (#2421).
8-
9-
10-
# dm 1.0.99.9901
11-
12-
## Chore
13-
14-
- Document.
15-
16-
## Documentation
17-
18-
- Update examples and vignettes to use `summarize(.by = ...)` instead of `group_by()` (#2415, #2416).
19-
20-
## Testing
21-
22-
- Snapshot updates for R-CMD-check-dev ({"package":"duckplyr"}) (#2419).
23-
24-
25-
# dm 1.0.99.9900
3+
# dm 1.1.0
264

275
## Features
286

@@ -96,6 +74,11 @@
9674
The new pattern ensures that scripts written today will work after that change.
9775
Set `options(dm.suppress_dplyr_startup_message = TRUE)` to turn off the startup message.
9876

77+
``` r
78+
library(dplyr) # or library(tidyverse)
79+
library(dm)
80+
```
81+
9982
- `copy_dm_to()` now uses `dm_sql()` internally and creates key constraints on the
10083
database (@krlmlr, #1887, #2022).
10184
Unique keys and autoincrement primary keys (#1725) are set up automatically.
@@ -119,11 +102,9 @@
119102
The defaults are `"public"` (Postgres), `"dbo"` (MSSQL), and the current
120103
database (MariaDB), avoiding spurious system tables.
121104

122-
- Fixed a spurious message from `dm_rm_fk()` when foreign keys reference
105+
- `dm_rm_fk()` no longer issues a spurious message when foreign keys reference
123106
non-primary-key columns (#1270, #2367).
124107

125-
- Corrected the deprecation warning message for `dm_squash_to_tbl()` (#1364, #2302).
126-
127108
- `dm_paste()` limits its pipelines to up to 100 steps, splitting longer pipelines as needed (#2301).
128109

129110

cran-comments.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
dm 1.0.99.9900
1+
dm 1.1.0
22

33
## Cran Repository Policy
44

5-
- [ ] Reviewed CRP last edited 2026-02-20.
6-
7-
See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2024-08-27%7D...master@%7B2026-02-20%7D
5+
- [x] Reviewed CRP last edited 2026-02-20.

0 commit comments

Comments
 (0)