dm

R 패키지 메타데이터와 수집 신호를 모아 봅니다.

Packages / CRAN / dm

dm

v1.1.2
Repository CRANLicense MIT + file LICENSELifecycle activeNeeds compilation no
DOI
10.32614/CRAN.package.dm
Reverse imports
118
Reverse depends
40

Core Signals

첫 화면에서 판단해야 할 수집 신호를 먼저 배치합니다.

2
Reverse imports
118
Reverse depends
40

Supported Backends

DESCRIPTION에서 감지한 backend 관련 package입니다.

7
D
DBI
Suggests
D
dbplyr
Suggests
D
duckdb
Suggests
D
duckplyr
Suggests
O
odbc
Suggests
R
RPostgres
Suggests
R
RSQLite
Suggests

Quick Facts

기본 메타데이터를 작은 카드와 토큰으로 압축합니다.

profile
Repository
CRAN
Version
1.1.2
License
MIT + file LICENSE
Lifecycle
active
Needs compilation
no
Reverse depends
40
Reverse imports
118
Last observed
2026-05-30
CRAN
cran.r-project.org/package=dm

수집 소스별 패키지 정보

1개 소스
CRAN
1.1.2
2026-05-30
License
MIT + file LICENSE
Depends
R (>= 4.0)
Imports
backports, cli (>= 2.2.0), dplyr (>= 1.2.0), glue, lifecycle (>= 1.0.3), memoise, methods, purrr (>= 1.0.0), rlang (>= 1.0.2), tibble (>= 3.0.0), tidyr (>= 1.0.0), tidyselect (>= 1.2.0), vctrs (>= 0.3.2)
Suggests
brio, colourpicker, covr, DBI (>= 1.2.0), dbplyr (>= 2.3.4), DiagrammeR, DiagrammeRsvg, digest, duckdb (>= 0.4.0), duckplyr, fansi, forcats, htmltools, htmlwidgets, igraph (>= 2.2.0), jsonlite, keyring, knitr, labelled (>= 2.12.0), magrittr, nycflights13, odbc (>= 1.4.2), pillar, pixarfilms, pool, progress, reactable, RMariaDB (>= 1.3.3), rmarkdown, RPostgres, RSQLite (>= 2.2.8), rstudioapi, shiny, shinyAce, shinydashboard, testthat (>= 3.2.0), tidyverse, waldo, withr
Needs compilation
no
Reverse depends
40
Reverse imports
118
Lifecycle
active
Last observed
2026-05-30 10:45:11

이 패키지가 의존하는 패키지

5개 표시전체 52개
PackageTypeSpec
backports
CRAN · 1.1.2 · 2026-05-30
Importsbackports
cli
CRAN · 1.1.2 · 2026-05-30
Importscli (>= 2.2.0)
dplyr
CRAN · 1.1.2 · 2026-05-30
Importsdplyr (>= 1.2.0)
glue
CRAN · 1.1.2 · 2026-05-30
Importsglue
lifecycle
CRAN · 1.1.2 · 2026-05-30
Importslifecycle (>= 1.0.3)
1 / 11

이 패키지를 쓰는 패키지

5개 표시전체 10개
PackageTypeSpec
srppp
2.0.3
CRAN · 2026-05-30
Dependsdm
robotoolbox
1.6.2
CRAN · 2026-05-30
Importsdm (>= 1.0.10)
rolap
2.5.2
CRAN · 2026-05-30
Importsdm
when
1.0.0
CRAN · 2026-05-30
Importsdm
constructive
1.3.0
CRAN · 2026-05-30
Suggestsdm
1 / 2

Reverse dependency summary

3 types
TypePackages
Depends1
Imports3
Suggests6

패키지 페이지

Reverse depends
2
Reverse imports
6
Reverse suggests
12
All links
113
Repository
CRAN
Version
1.1.2
Collected
2026-05-23 06:44:50
Package page
https://cran.r-project.org/web/packages/dm/index.html
DOI
10.32614/CRAN.package.dm
CRAN checks
https://cran.r-project.org/web/checks/check_results_dm.html
README
https://cran.r-project.org/web/packages/dm/readme/README.html
NEWS
https://cran.r-project.org/web/packages/dm/news/news.html
Reference HTML
https://cran.r-project.org/web/packages/dm/refman/dm.html
Reference PDF
https://cran.r-project.org/web/packages/dm/dm.pdf
Source package
https://cran.r-project.org/src/contrib/dm_1.1.2.tar.gz
Archive
https://CRAN.R-project.org/src/contrib/Archive/dm
Page fields
Author
Tobias Schieferdecker [aut], Kirill Müller [aut, cre], Antoine Fabri [ctb], Darko Bergant [aut], Katharina Brunner [ctb], James Wondrasek [ctb], Indrajeet Patil [ctb], Maëlle Salmon [ctb], energie360° AG [fnd], cynkra GmbH [fnd, cph]
BugReports
https://github.com/cynkra/dm/issues
CRAN Checks
dm results
DOI
10.32614/CRAN.package.dm
License
MIT + file LICENSE
Maintainer
Kirill Müller <kirill at cynkra.com>
Materials
README , NEWS
NeedsCompilation
no
Old Sources
dm archive
Package Source
dm_1.1.2.tar.gz
Published
2026-05-17
Reference Manual
dm.html , dm.pdf
Reverse Depends
srppp
Reverse Imports
robotoolbox , rolap , when
Reverse Suggests
constructive , editbl , fishdata , geogenr , profile , starwarsdb
URL
https://dm.cynkra.com/ , https://github.com/cynkra/dm
Version
1.1.2
Vignettes
First read: Getting started with dm ( source , R code ) How to: Copy data to and from a database ( source , R code ) How to: Create a dm object from a database ( source , R code ) How to: Create a dm object from data frames ( source , R code ) How to: Insert, update or remove rows in a database ( source , R code ) How to: Understand relational data models ( source , R code ) Technical: Migration guide: 'cdm' -> 'dm' ( source , R code ) Technical: Class dm and basic operations ( source , R code ) Techincal: Visualizing dm objects ( source , R code ) Technical: Filtering in relational data models ( source , R code ) Technical: Joining in relational data models ( source , R code ) Technical: Manipulating individual tables ( source , R code ) Technical: Model verification - keys, constraints and normalization ( source , R code ) Technical: Function naming logic ( source , R code ) Technical: Zooming and manipulating tables ( source , R code )
Windows Binaries
r-devel: dm_1.1.2.zip , r-release: dm_1.1.2.zip , r-oldrel: dm_1.1.2.zip
MacOS Binaries
r-release (arm64): dm_1.1.2.tgz , r-oldrel (arm64): dm_1.1.2.tgz , r-release (x86_64): dm_1.1.2.tgz , r-oldrel (x86_64): dm_1.1.2.tgz
Version
1.1.2
Published
2026-05-17
DOI
10.32614/CRAN.package.dm
Author
Tobias Schieferdecker [aut], Kirill Müller [aut, cre], Antoine Fabri [ctb], Darko Bergant [aut], Katharina Brunner [ctb], James Wondrasek [ctb], Indrajeet Patil [ctb], Maëlle Salmon [ctb], energie360° AG [fnd], cynkra GmbH [fnd, cph]
Maintainer
Kirill Müller <kirill at cynkra.com>
BugReports
https://github.com/cynkra/dm/issues
License
MIT + file LICENSE
URL
https://dm.cynkra.com/ , https://github.com/cynkra/dm
NeedsCompilation
no
Materials
README , NEWS
CRAN Checks
dm results
Reference Manual
dm.html , dm.pdf
Vignettes
First read: Getting started with dm ( source , R code ) How to: Copy data to and from a database ( source , R code ) How to: Create a dm object from a database ( source , R code ) How to: Create a dm object from data frames ( source , R code ) How to: Insert, update or remove rows in a database ( source , R code ) How to: Understand relational data models ( source , R code ) Technical: Migration guide: 'cdm' -> 'dm' ( source , R code ) Technical: Class dm and basic operations ( source , R code ) Techincal: Visualizing dm objects ( source , R code ) Technical: Filtering in relational data models ( source , R code ) Technical: Joining in relational data models ( source , R code ) Technical: Manipulating individual tables ( source , R code ) Technical: Model verification - keys, constraints and normalization ( source , R code ) Technical: Function naming logic ( source , R code ) Technical: Zooming and manipulating tables ( source , R code )
Package Source
dm_1.1.2.tar.gz
Windows Binaries
r-devel: dm_1.1.2.zip , r-release: dm_1.1.2.zip , r-oldrel: dm_1.1.2.zip
MacOS Binaries
r-release (arm64): dm_1.1.2.tgz , r-oldrel (arm64): dm_1.1.2.tgz , r-release (x86_64): dm_1.1.2.tgz , r-oldrel (x86_64): dm_1.1.2.tgz
Old Sources
dm archive
Reverse Depends
srppp
Reverse Imports
robotoolbox , rolap , when
Reverse Suggests
constructive , editbl , fishdata , geogenr , profile , starwarsdb
Page sections 4
Documentation
Heading
Documentation
Links
[{"label":"dm.html","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/refman/dm.html"},{"label":"dm.pdf","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/dm.pdf"},{"label":"First read: Getting started with dm","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/dm.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/dm.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/dm.R"},{"label":"How to: Copy data to and from a database","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-copy.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-copy.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-copy.R"},{"label":"How to: Create a dm object from a database","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-db.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-db.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-db.R"},{"label":"How to: Create a dm object from data frames","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-df.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-df.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-df.R"},{"label":"How to: Insert, update or remove rows in a database","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-rows.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-rows.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-rows.R"},{"label":"How to: Understand relational data models","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-theory.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-theory.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/dm/vignettes/howto-dm-theory.R"}]
Text
Reference manual: dm.html , dm.pdf Vignettes: First read: Getting started with dm ( source , R code ) How to: Copy data to and from a database ( source , R code ) How to: Create a dm object from a database ( source , R code ) How to: Create a dm object from data frames ( source , R code ) How to: Insert, update or remove rows in a database ( source , R code ) How to: Understand relational data models ( source , R code ) Technical: Migration guide: 'cdm' -> 'dm' ( source , R code ) Technical: Class dm and basic operations ( source , R code ) Techincal: Visualizing dm objects ( source , R code ) Technical: Filtering in relational data models ( source , R code ) Technical: Joining in relational data models ( source , R code ) Technical: Manipulating individual tables ( source , R code ) Technical: Model verification - keys, constraints and normalization ( source , R code ) Technical: Function naming logic ( source , R code ) Technical: Zooming and manipulating tables ( source , R code )
Downloads
Heading
Downloads
Links
[{"label":"dm_1.1.2.tar.gz","section":"","type":"","url":"https://cran.r-project.org/src/contrib/dm_1.1.2.tar.gz"},{"label":"dm_1.1.2.zip","section":"","type":"","url":"https://cran.r-project.org/bin/windows/contrib/4.7/dm_1.1.2.zip"},{"label":"dm_1.1.2.zip","section":"","type":"","url":"https://cran.r-project.org/bin/windows/contrib/4.6/dm_1.1.2.zip"},{"label":"dm_1.1.2.zip","section":"","type":"","url":"https://cran.r-project.org/bin/windows/contrib/4.5/dm_1.1.2.zip"},{"label":"dm_1.1.2.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/sonoma-arm64/contrib/4.6/dm_1.1.2.tgz"},{"label":"dm_1.1.2.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/big-sur-arm64/contrib/4.5/dm_1.1.2.tgz"},{"label":"dm_1.1.2.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/big-sur-x86_64/contrib/4.6/dm_1.1.2.tgz"},{"label":"dm_1.1.2.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/big-sur-x86_64/contrib/4.5/dm_1.1.2.tgz"},{"label":"dm archive","section":"","type":"","url":"https://CRAN.R-project.org/src/contrib/Archive/dm"}]
Text
Package source: dm_1.1.2.tar.gz Windows binaries: r-devel: dm_1.1.2.zip , r-release: dm_1.1.2.zip , r-oldrel: dm_1.1.2.zip macOS binaries: r-release (arm64): dm_1.1.2.tgz , r-oldrel (arm64): dm_1.1.2.tgz , r-release (x86_64): dm_1.1.2.tgz , r-oldrel (x86_64): dm_1.1.2.tgz Old sources: dm archive
Reverse dependencies
Heading
Reverse dependencies
Links
[{"label":"srppp","section":"","type":"","url":"https://cran.r-project.org/web/packages/srppp/index.html"},{"label":"robotoolbox","section":"","type":"","url":"https://cran.r-project.org/web/packages/robotoolbox/index.html"},{"label":"rolap","section":"","type":"","url":"https://cran.r-project.org/web/packages/rolap/index.html"},{"label":"when","section":"","type":"","url":"https://cran.r-project.org/web/packages/when/index.html"},{"label":"constructive","section":"","type":"","url":"https://cran.r-project.org/web/packages/constructive/index.html"},{"label":"editbl","section":"","type":"","url":"https://cran.r-project.org/web/packages/editbl/index.html"},{"label":"fishdata","section":"","type":"","url":"https://cran.r-project.org/web/packages/fishdata/index.html"},{"label":"geogenr","section":"","type":"","url":"https://cran.r-project.org/web/packages/geogenr/index.html"},{"label":"profile","section":"","type":"","url":"https://cran.r-project.org/web/packages/profile/index.html"},{"label":"starwarsdb","section":"","type":"","url":"https://cran.r-project.org/web/packages/starwarsdb/index.html"}]
Text
Reverse depends: srppp Reverse imports: robotoolbox , rolap , when Reverse suggests: constructive , editbl , fishdata , geogenr , profile , starwarsdb
Linking
Heading
Linking
Links
[{"label":"https://CRAN.R-project.org/package=dm","section":"","type":"","url":"https://CRAN.R-project.org/package=dm"}]
Text
Please use the canonical form https://CRAN.R-project.org/package=dm to link to this page.
Materials 2
Documentation 47
Vignettes 45
Downloads 9
All page links 113
backportsclidplyrgluelifecyclememoisemethodspurrrrlangtibbletidyrtidyselectvctrsbriocolourpickercovrDBIdbplyrDiagrammeRDiagrammeRsvgdigestduckdbduckplyrfansiforcatshtmltoolshtmlwidgetsigraphjsonlitekeyringknitrlabelledmagrittr10.32614/CRAN.package.dmhttps://orcid.org/0000-0002-1416-3412https://orcid.org/0000-0003-1995-6531https://orcid.org/0000-0002-2815-0399https://ror.org/0335t7e62https://github.com/cynkra/dm/issuesMITLICENSEhttps://dm.cynkra.com/https://github.com/cynkra/dmREADMENEWSdm resultsdm.htmldm.pdfFirst read: Getting started with dmsourceR codeHow to: Copy data to and from a databasesourceR codeHow to: Create a dm object from a databasesourceR codeHow to: Create a dm object from data framessourceR codeHow to: Insert, update or remove rows in a databasesourceR codeHow to: Understand relational data modelssourceR codeTechnical: Migration guide: 'cdm' -> 'dm'sourcedm_1.1.2.tar.gzdm_1.1.2.zipdm_1.1.2.zipdm_1.1.2.zipdm_1.1.2.tgzdm_1.1.2.tgzdm_1.1.2.tgzdm_1.1.2.tgzdm archivesrppprobotoolboxrolapwhenconstructiveeditblfishdatageogenrprofilestarwarsdbR codeTechnical: Class dm and basic operationssourceR codeTechincal: Visualizing dm objectssourceR codeTechnical: Filtering in relational data modelssourceR codeTechnical: Joining in relational data modelssourceR codeTechnical: Manipulating individual tablessourceR codeTechnical: Model verification - keys, constraints and normalizationsourceR codeTechnical: Function naming logicsourceR codeTechnical: Zooming and manipulating tablessourceR codehttps://CRAN.R-project.org/package=dm

버전 이력

RepositoryVersionPublishedFirst seenLast seenDocs
CRAN1.1.22026-05-292026-05-30
CRAN1.1.12026-05-172026-05-17

보안

표시할 OSV 데이터가 없습니다.

문헌 신호

표시할 OpenAlex 데이터가 없습니다.