Skip to content

Commit

Permalink
updates readme - changed to fixed db version for deploying to user
Browse files Browse the repository at this point in the history
  • Loading branch information
florianhartig committed Jan 14, 2016
1 parent 243971e commit 078b98e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ You can install directly from gh, using the 'devtools' package:
library(devtools)
library(Rcpp)
install_github("biometry/phylosim", subdir = "PhyloSim", auth_token ="fb17360869e0bb3518677936611776687b48e17a", dependencies = TRUE,
build_vignettes = TRUE)
install_url("https://dl.dropboxusercontent.com/s/zkdof0b5b523qxt/PhyloSim_0.3.tar.gz")
?PhyloSim
browseVignettes("PhyloSim")
```

For the moment this uses a private key that grants access to the repo, don't forward or copy this code elsewhere!

#### For developers

Clone or fork the repo, and the follow the hints here http://biometry.github.io/APES/R/R70-PackageDevelopment.html if you don't know how to compile a package

See also https://github.com/biometry/phylosim/wiki


0 comments on commit 078b98e

Please sign in to comment.