Skip to content

Commit

Permalink
CRAN release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 30, 2024
1 parent 65b9290 commit 6414760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Authors@R: c(
)
)
Description: Provides a `.` object which can be used for unpacking
assignments. For example, `.[nr, nc] <- dim(mtcars)` could be used to
pull the number of rows and number of columns from `dim(mtcars)` into
individual variables `nr` and `nc` in a single step.
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
LazyData: true
Expand Down

0 comments on commit 6414760

Please sign in to comment.