From 9a85db1d4a968964cf9a4fc87e9e04991767ae48 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Tue, 21 Jun 2022 11:03:28 -0400 Subject: [PATCH 1/3] Update DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 81003e2..f5f7e55 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -46,7 +46,7 @@ Imports: miniUI, rstudioapi, shiny, - sessioninfo, + sessioninfo (>= 1.2), stringi, waiter, tibble From 90c8b20b19b797da29b4a86031b96d9528d9d387 Mon Sep 17 00:00:00 2001 From: bms63 Date: Tue, 21 Jun 2022 15:11:08 +0000 Subject: [PATCH 2/3] Change nameplate --- inst/rstudio/addins.dcf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inst/rstudio/addins.dcf b/inst/rstudio/addins.dcf index 437decf..576d664 100644 --- a/inst/rstudio/addins.dcf +++ b/inst/rstudio/addins.dcf @@ -1,4 +1,5 @@ -Name: logrx +Name: Submit with logrx Description: Runs a file using `axecute()` Binding: logrxAddin Interactive: true + From 1303da3200007bd877bf5aca4fc7e7615a437055 Mon Sep 17 00:00:00 2001 From: bms63 Date: Tue, 21 Jun 2022 15:15:22 +0000 Subject: [PATCH 3/3] CRAN readme update --- README.Rmd | 10 ++++++++-- README.md | 11 ++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index da54cb4..26bca87 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,10 +26,16 @@ The goal of logrx is to facilitate logging in a clinical environment with the go ## Installation -This package is still in development and currently is only available from GitHub. To install the development version run the following: +This package is available from CRAN and can be installed by running: ```{r, eval = FALSE} -devtools::install_github("atorus-research/logrx") +install.packages("logrx") +``` + +To get the latest development version use: + +```{r, eval = FALSE} +devtools::install_github("atorus-research/logrx", ref = "dev") ``` ## What is ```logrx``` ? diff --git a/README.md b/README.md index 3256036..2d63220 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,16 @@ with the goal of making code easily traceable and reproducible. ## Installation -This package is still in development and currently is only available -from GitHub. To install the development version run the following: +This package is available from CRAN and can be installed by running: ``` r -devtools::install_github("atorus-research/logrx") +install.packages("logrx") +``` + +To get the latest development version use: + +``` r +devtools::install_github("atorus-research/logrx", ref = "dev") ``` ## What is `logrx` ?