Skip to content

Commit

Permalink
removed example file, now have citation working on DESCRIOTION data b…
Browse files Browse the repository at this point in the history
…ut still not inst/CITATION
  • Loading branch information
Casey Dunn committed Jun 3, 2015
1 parent 63a3833 commit 08db4da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Package: hutan
Title: A Collection of Tools for Phylogenetic Tree Manipulation
Version: 0.0.0.9000
Date: 2015-06-01
Authors@R: person("Casey", "Dunn", email = "[email protected]", role = c("aut", "cre"))
Description: A collection of tools for phylogenetic tree manipulation. It is named after the Indonesian word for forest.
Depends: R (>= 3.1.0)
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ The following creates a zero-constrained tree as described by Susko 2014

## Citing

R has been developed in support of multiple projects, but doesn't yet
have a dedicated manuscript that describes it. For now, please cite
[this preprint](http://dx.doi.org/10.1101/005264).
To find out how to cite hutan, run hte following in R:

citation("hutan")

## Installing

In R, run the following:
### From the git repository

First, install the [devtools](https://github.com/hadley/devtools) package. Then, run the following in R:

library(devtools)
install_bitbucket('caseywdunn/hutan')
Expand Down
12 changes: 0 additions & 12 deletions inst/example.R

This file was deleted.

0 comments on commit 08db4da

Please sign in to comment.