From ef7d955d5b42aa78694a6fe4e5c5b5e2f4ebf07c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 11 Dec 2021 09:46:50 -0600 Subject: [PATCH 1/6] Remove trailing back tick #11 --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index f181138..8bb07fe 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. From c215373f2300a10d2d198322306230d41e0baff4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 11 Dec 2021 10:42:10 -0600 Subject: [PATCH 2/6] No data/ folder --- DESCRIPTION | 1 - 1 file changed, 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 67d7dbd..16d0d4c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,5 +16,4 @@ Imports: rstudioapi License: GPL-2 Encoding: UTF-8 -LazyData: true RoxygenNote: 6.0.1 From b862dc2bdf622fee52428477d400bca1aeb270c9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 11 Dec 2021 10:42:24 -0600 Subject: [PATCH 3/6] Title case for title --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 16d0d4c..66f3033 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AlignAssign Type: Package -Title: Align the assignment operators within a highlighted area +Title: Align the Assignment Operators Within a Selected Area Version: 0.5.0 Authors@R: c( person("Luke", "Smith", , "lukedansmi@sbcglobal.net", role = c("aut", "cre")), From a307f9632a75aba36fee0c9fa8b4781449a7b78e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 11 Dec 2021 10:43:48 -0600 Subject: [PATCH 4/6] better description of what pkg does --- DESCRIPTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 66f3033..8433430 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,10 +8,10 @@ Authors@R: c( ) 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 From c8511cd01cf93ffe7f8be788a9d5f93eb67e0a92 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 11 Dec 2021 10:44:10 -0600 Subject: [PATCH 5/6] i used an updated roxygen version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8433430..3f7e603 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,4 +16,4 @@ Imports: rstudioapi License: GPL-2 Encoding: UTF-8 -RoxygenNote: 6.0.1 +RoxygenNote: 7.1.1 From 0ed5773802f73f4ce7ac813a7f4939fea4244af9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 11 Dec 2021 10:47:13 -0600 Subject: [PATCH 6/6] state it's an rstudio addin in title --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3f7e603..5c16a49 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AlignAssign Type: Package -Title: Align the Assignment Operators Within a Selected 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")),