File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Package: dm
22Title: Relational Data Models
3- Version: 1.0.99.9902
4- Date: 2026-02-25
3+ Version: 1.1.0
4+ Date: 2026-02-24
55Authors@R:
66 c(person(given = "Tobias",
77 family = "Schieferdecker",
@@ -115,8 +115,6 @@ Config/Needs/website:
115115 whisker,
116116 xml2
117117Config/Needs/check: anthonynorth/roxyglobals
118- Remotes: r-dbi/odbc
119- RemotesInfo: https://github.com/cran/odbc/commit/c12831e0e1a9ac22bf6d0d4f898a581e55cf2a60
120118VignetteBuilder:
121119 knitr
122120Config/autostyle/scope: line_breaks
Original file line number Diff line number Diff line change 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
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.
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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments