Skip to content

Commit

Permalink
Update information
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed May 20, 2014
1 parent 2dce918 commit b6dc94d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: xpose4
Title: Xpose 4
Version: 4.5.0
Date: 2014-05-19
Date: 2014-05-20
Author: Andrew Hooker <andrew.hooker@farmbio.uu.se>,
E. Niclas Jonsson <niclas.jonsson@farmbio.uu.se>,
Mats Karlsson <mats.karlsson@farmbio.uu.se>
Expand Down
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and E. Niclas Jonsson

http://xpose.sourceforge.net/


## Introduction

Xpose 4 is a ground-floor rewrite of Xpose 3.1. Chief amongst the enhancements
Expand All @@ -15,7 +16,6 @@ functions from the command line, and, through R, access to Xpose tools by
third-party applications.



## R and required package installation

To install xpose you will need:
Expand All @@ -29,9 +29,6 @@ install.packages("gam")
```





## Xpose 4 Installation

Install xpose in R using one of the following methods:
Expand All @@ -52,6 +49,7 @@ you may also need to install dependencies manually.
devtools::install_github("xpose4",username="andrewhooker")
```


## Additional recommended packages

The Hmisc package is also recommended. to install, write at the R command line
Expand All @@ -62,7 +60,6 @@ install.packages("Hmisc")
```



## Running Xpose 4

Start R
Expand Down Expand Up @@ -93,12 +90,14 @@ line, once the Xpose library is loaded. For example, assuming your run is called
More help is available in the online documentation, which can be found by
typing (for example) `?xpose` at the R command line.


## The Xpose 4 Bestiary

A more detailed description of Xpose with example plots and explanaitions for
most of the functions in the package is available in our Bestiarium:
http://xpose.sourceforge.net/bestiarium_v1.0.pdf


## Don't Panic

Andrew Hooker (andrew.hooker at farmbio.uu.se)
Expand Down

0 comments on commit b6dc94d

Please sign in to comment.