Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Deploy from local build [ci skip]
Browse files Browse the repository at this point in the history
Commit: e7dae10
  • Loading branch information
hettling committed Oct 2, 2018
1 parent e7dae10 commit 17e9cda
Show file tree
Hide file tree
Showing 8 changed files with 984 additions and 804 deletions.
5 changes: 1 addition & 4 deletions NAMESPACE
Expand Up @@ -60,8 +60,8 @@ export(TaxonClient)
export(TaxonDescription)
export(TaxonomicEnrichment)
export(VernacularName)
export(geo_age)
export(chronos_calib)
export(geo_age)
importFrom(R6,R6Class)
importFrom(httr,DELETE)
importFrom(httr,GET)
Expand All @@ -72,6 +72,3 @@ importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(stats, aggregate)
importFrom(stats, complete.cases)

1 change: 1 addition & 0 deletions R/Utils.r
Expand Up @@ -123,6 +123,7 @@ chronos_calib <- function(specimens, tree, level = "genus") {
calib
}

#' @noRd
get_higher_taxon <- function(genus, specificEpithet, rank) {
tc <- TaxonClient$new(basePath = "http://145.136.242.167:8080/v2")
res <- tc$query(queryParams = list(acceptedName.genusOrMonomial = genus, acceptedName.specificEpithet = specificEpithet))
Expand Down
1,202 changes: 708 additions & 494 deletions docs/articles/nbaR.html

Large diffs are not rendered by default.

Binary file modified docs/articles/nbaR_files/figure-html/unnamed-chunk-10-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 65 additions & 65 deletions docs/articles/sharks.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17e9cda

Please sign in to comment.