Skip to content

Commit

Permalink
Merge pull request #103 from atorus-research/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kodesiba committed Jun 22, 2022
2 parents 5fe4d12 + 81afb8e commit 3b49311
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Imports:
miniUI,
rstudioapi,
shiny,
sessioninfo,
sessioninfo (>= 1.2),
stringi,
waiter,
tibble
Expand Down
10 changes: 8 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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``` ?
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` ?
Expand Down
3 changes: 2 additions & 1 deletion inst/rstudio/addins.dcf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Name: logrx
Name: Submit with logrx
Description: Runs a file using `axecute()`
Binding: logrxAddin
Interactive: true

0 comments on commit 3b49311

Please sign in to comment.