Skip to content

Commit

Permalink
Update the package installtion from CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiKrispin committed Jan 4, 2018
1 parent 31043b9 commit 5170b45
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ All the visualization functions in the package are build with the [Plotly](https
Installation
------------

You can install TSstudio from github with:
Install the stable version from [CRAN](https://cran.r-project.org/web/packages/TSstudio/index.html):
``` r
install.packages("TSstudio")
```

or install the development version from [Github](https://github.com/RamiKrispin/TSstudio):
``` r
# install.packages("devtools")
devtools::install_github("RamiKrispin/TSstudio")
Expand Down
10 changes: 7 additions & 3 deletions vignettes/TSstudio_Intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ The TSstudio (time series studio) package is a toolbox for interactive visualiza

## **Installation**

The package is available for installation with the devtools package (if devetools package is not installed please use `install.packages("devtools")` to install it).
Install the stable version from [CRAN](https://cran.r-project.org/web/packages/TSstudio/index.html):
``` r
install.packages("TSstudio")
```

```{r message=FALSE, warning=FALSE}
# Install the TSstudio
or install the development version from [Github](https://github.com/RamiKrispin/TSstudio):
``` r
# install.packages("devtools")
devtools::install_github("RamiKrispin/TSstudio")
```

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Publish Document
title:
username:
account: rpubs
server: rpubs.com
hostUrl: rpubs.com
appId: https://api.rpubs.com/api/v1/document/346076/ca31196ddcfe471da6901f5f8913db5a
bundleId: https://api.rpubs.com/api/v1/document/346076/ca31196ddcfe471da6901f5f8913db5a
url: http://rpubs.com/ramkrisp/346076
when: 1515029216.41797

0 comments on commit 5170b45

Please sign in to comment.