Package: dotty Type: Package Title: The Unpacking Dot Operator Version: 0.1.0.9000 Authors@R: c( person( "Kevin", "Ushey", email = "kevinushey@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2880-7407") ) ) Description: Provides a `.` object which can be used for unpacking assignments. For example, `.[rows, columns] <- dim(cars)` could be used to pull the number of rows and number of columns from `dim(cars)` into individual variables `rows` and `columns` in a single step. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Suggests: codetools, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://kevinushey.github.io/dotty/ Repository: https://kevinushey.r-universe.dev Date/Publication: 2025-09-23 17:18:28 UTC RemoteUrl: https://github.com/kevinushey/dotty RemoteRef: HEAD RemoteSha: 142e53000b17c14d77de60a29bb9169c3650922e NeedsCompilation: no Packaged: 2026-07-03 15:55:07 UTC; root Author: Kevin Ushey [aut, cre] (ORCID: ) Maintainer: Kevin Ushey