Skip to content

Commit

Permalink
Merge pull request #57 from sinhrks/doc_install
Browse files Browse the repository at this point in the history
DOC: Update installation docs
  • Loading branch information
sinhrks committed Oct 5, 2015
2 parents 7242f49 + bc2c4a1 commit e08e924
Show file tree
Hide file tree
Showing 13 changed files with 369 additions and 661 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

.. image:: https://travis-ci.org/sinhrks/ggfortify.svg?branch=master
:target: https://travis-ci.org/sinhrks/ggfortify
.. image:: http://www.r-pkg.org/badges/version/ggfortify
:target: https://cran.r-project.org/web/packages/ggfortify/index.html

ggfortify
=========
Expand Down Expand Up @@ -60,6 +62,18 @@ This covers following classes:
- ``xts::xts``
- ``zoo::zooreg``

Installation
------------

- Install the latest stable release from CRAN: ::

install.packages('ggfortify')

- Install the development version from Github: ::

library(devtools)
install_github('sinhrks/ggfortify')

Helper Functions
----------------

Expand Down
105 changes: 0 additions & 105 deletions notes/basics.Rmd

This file was deleted.

78 changes: 0 additions & 78 deletions notes/plot_mds.Rmd

This file was deleted.

151 changes: 0 additions & 151 deletions notes/plot_ts.Rmd

This file was deleted.

Loading

0 comments on commit e08e924

Please sign in to comment.