Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwenseleers authored Nov 19, 2018
1 parent f093252 commit 70fd8de
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ export version 0.2.2 Beta
=========================
export is an R package to easily export active R graphs and statistical output
in publication quality to Microsoft Office (Word, PowerPoint and Excel), HTML and Latex.

Useful links:

* You can report bugs at http://github.com/tomwenseleers/export/issues.
If you report a bug, try to send a reproducible example and don't forget to send the result of

sessionInfo()


Features
--------
* Save active R graphs or ggplot2, lattice or base R plots in publication
Expand All @@ -24,14 +17,17 @@ Installation

* The export package works cross-platform on Windows, Ubuntu & Mac. Some Mac distributions though do not have the cairo device installed by default, and this is required by the export package. This problem is solved if Mac users first install XQuartz, which is available for free from https://www.xquartz.org/.

* You can report bugs at http://github.com/tomwenseleers/export/issues.
If you report a bug, try to send a reproducible example and don't forget to send the result of

sessionInfo()

### Official CRAN release

**Get the latest official release from CRAN:**

install.packages("export")


### Github development version

**Get the latest development version:**
Expand All @@ -50,7 +46,6 @@ Installation
install.packages("devtools")
library(devtools)
devtools::install_github("tomwenseleers/export")


Getting Started
---------------
Expand Down

0 comments on commit 70fd8de

Please sign in to comment.