Skip to content

Commit 5954c07

Browse files
committed
fix urls
1 parent 35168a0 commit 5954c07

File tree

5 files changed

+11
-15
lines changed

5 files changed

+11
-15
lines changed

‎.Rbuildignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ cran-comments.md
1212
^.*\.Rproj$
1313
^\.Rproj\.user$
1414
^\.github$
15+
^CRAN-SUBMISSION$

‎CRAN-SUBMISSION‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.1.5
2+
Date: 2024-02-16 04:38:55 UTC
3+
SHA: 35168a0399bc6376c2f4f03b902c42a0c6d0fc5b

‎DESCRIPTION‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Description: Interface to the API for 'TreeBASE' <http://treebase.org>
1111
them.
1212
License: CC0
1313
Encoding: UTF-8
14-
URL: https://docs.ropensci.org/treebase, https://github.com/ropensci/treebase
15-
BugReports: http://www.github.com/ropensci/treebase/issues
14+
URL: https://docs.ropensci.org/treebase/, https://github.com/ropensci/treebase
15+
BugReports: https://github.com/ropensci/treebase/issues
1616
Depends:
1717
R (>= 2.15),
1818
ape

‎README.md‎

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
treebase
22
========
33

4-
[![Build Status](https://api.travis-ci.org/ropensci/treeBASE.png)](https://travis-ci.org/ropensci/treeBASE)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/d74vw3cpwh0kdg3e/branch/master)](https://ci.appveyor.com/project/sckott/treebase/branch/master)
6-
74
_An R package for discovery, access and manipulation of online phylogenies_
85

9-
- [Publication in Methods in Ecology and Evolution](http://dx.doi.org/10.1111/j.2041-210X.2012.00247.x)
10-
- [Development version source code on github](https://github.com/ropensci/treebase)
11-
- [HTML package documentation](http://ropensci.github.com/treeBASE/)
12-
- [Report issues, bugs or feature requests](https://github.com/ropensci/treebase/issues)
6+
- [Publication in Methods in Ecology and Evolution doi:10.1111/j.2041-210X.2012.00247.x
7+
138

149

1510
Installation
@@ -34,11 +29,8 @@ Phylogenies_from_Huelsenbeck <- search_treebase("Huelsenbeck", "author")
3429

3530
More interesting examples will take advantage of `R` to loop over large amounts of treebase data that would be to tiresome to search for, download and analyze by hand. Welcome to the era of big data phylogenetics.
3631

37-
- Browse the examples in the [documentation](http://ropensci.github.com/treeBASE/)
38-
- We are preparing a short manuscript to introduce the motivation, functions, and use-cases for the `treebase` package. Meanwhile, a [preprint is available](https://github.com/ropensci/treeBASE/blob/master/inst/doc/treebase/treebase_github.md) as a dynamic document, where all of the examples shown are produced by the code shown using `knitr`. [See source code](https://github.com/ropensci/treeBASE/blob/master/inst/doc/treebase/treebase.Rmd).
39-
4032

41-
- treebase is part of the [rOpenSci Project](http://ropensci.github.com)
33+
- treebase is part of the [rOpenSci Project](https://ropensci.org/)
4234

4335
References
4436
----------

‎vignettes/vignette.Rmd‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vignette: >
1212

1313

1414
Here are a few introductory examples to illustrate some of the functionality of the package. Thanks in part to new data deposition requirements at journals such as Evolution, Am Nat, and Sys Bio, and
15-
data management plan requirements from NSF, I hope the package will become increasingly useful for teaching by replicating results and for meta-analyses that can be automatically updated as the repository grows. Additional information and bug-reports welcome via the [treebase page](http://github.com/ropensci/treebase/issues).
15+
data management plan requirements from NSF, I hope the package will become increasingly useful for teaching by replicating results and for meta-analyses that can be automatically updated as the repository grows. Additional information and bug-reports welcome via the [treebase page](https://github.com/ropensci/treebase/issues).
1616

1717
Basic tree and metadata queries
1818
==========
@@ -132,4 +132,4 @@ all <- search_treebase("Consensus", "type.tree", branch_lengths=TRUE)
132132
tt <- drop_errors(sapply(all, timetree))
133133
is_yule <- sapply(tt, pick_branching_model)
134134
table(is_yule)
135-
```
135+
```

0 commit comments

Comments
 (0)