Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
9 changes: 8 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ The goal of dockViewR is to provide a layout manager for Shiny apps and interact

## Installation

You can install the development version of dockViewR like so:
The latest version of the dockViewR package can be obtained from [CRAN](https://cran.r-project.org/web/packages/dockViewR/index.html):

```r
# install.packages("pak")
pak::pak("dockViewR")
```

Or, you can install the development version of dockViewR like so:

``` r
pak::pak("cynkra/dockViewR")
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ interactive R documents. It builds on top of

## Installation

You can install the development version of dockViewR like so:
The latest version of the dockViewR package can be obtained from
[CRAN](https://cran.r-project.org/web/packages/dockViewR/index.html):

``` r
# install.packages("pak")
pak::pak("dockViewR")
```

Or, you can install the development version of dockViewR like so:

``` r
pak::pak("cynkra/dockViewR")
Expand Down
10 changes: 9 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ interactive R documents. It builds on top of

## Installation

You can install the development version of dockViewR like so:
The latest version of the dockViewR package can be obtained from
[CRAN](https://cran.r-project.org/web/packages/dockViewR/index.html):

``` r
# install.packages("pak")
pak::pak("dockViewR")
```

Or, you can install the development version of dockViewR like so:

``` r
pak::pak("cynkra/dockViewR")
Expand Down
9 changes: 8 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ The goal of dockViewR is to provide a layout manager for Shiny apps and interact

## Installation

You can install the development version of dockViewR like so:
The latest version of the dockViewR package can be obtained from [CRAN](https://cran.r-project.org/web/packages/dockViewR/index.html):

```r
# install.packages("pak")
pak::pak("dockViewR")
```

Or, you can install the development version of dockViewR like so:

``` r
pak::pak("cynkra/dockViewR")
Expand Down
Loading