dotty: The Unpacking Dot Operator

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.

Version: 0.1.0
Suggests: codetools, testthat (≥ 3.0.0)
Published: 2024-08-30
DOI: 10.32614/CRAN.package.dotty
Author: Kevin Ushey ORCID iD [aut, cre]
Maintainer: Kevin Ushey <kevinushey at gmail.com>
License: MIT + file LICENSE
URL: https://kevinushey.github.io/dotty/
NeedsCompilation: no
Materials: README
CRAN checks: dotty results

Documentation:

Reference manual: dotty.pdf

Downloads:

Package source: dotty_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: dotty_0.1.0.zip, r-oldrel: not available
macOS binaries: r-release (arm64): dotty_0.1.0.tgz, r-oldrel (arm64): dotty_0.1.0.tgz, r-release (x86_64): dotty_0.1.0.tgz, r-oldrel (x86_64): dotty_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=dotty to link to this page.