Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
Package: AlignAssign
Type: Package
Title: Align the assignment operators within a highlighted area
Title: 'RStudio' Addin for Aligning the Assignment Operators Within a Selected Area
Version: 0.5.0
Authors@R: c(
person("Luke", "Smith", , "lukedansmi@sbcglobal.net", role = c("aut", "cre")),
person("Garrick", "Aden-Buie", , role = "aut")
)
URL: https://github.com/seasmith/AlignAssign
BugReports: https://github.com/seasmith/AlignAssign/issues
Description: A very simple aligner for a highlighted region's '<-' or '='
assignment operators. It does not "reflow" your code if the alignment
breaks the page width. This addin also does not treat commented lines
differently than uncommented lines.
Description: 'RStudio' addin that horizontally aligns assignment
operators across consecutively selected statements. It does not reflow
your code if the alignment breaks the page width and it does
not treat commented lines differently than uncommented lines.
Imports:
rstudioapi
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
RoxygenNote: 7.1.1
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ None of the addins "reflow" your code if the alignment breaks the page width. Th

## Install
```{r install, eval=FALSE}
devtools::install_github("seasmith/AlignAssign")`
devtools::install_github("seasmith/AlignAssign")
```

You can assign each alignment addin action to a specific keyboard shortcut in RStudio in the *Modify keyboard shortcuts...* menu option under the *Tools* menu.
Expand Down