Skip to content

Commit

Permalink
type / minor changes for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveViss committed Sep 10, 2019
1 parent 7796ab4 commit 61d94da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Authors@R: c(
person(given = "Anna Willoughby", role = "rev",
comment = c(ORCID = "0000-0002-0504-0605"))
)
Description: An interface to the Mangal database - a collection of ecological networks. This package includes functions to work with the Mangal RESTFul API methods (<https://mangal.io/doc/api>).
Description: An interface to the Mangal database - a collection of ecological networks. This package includes functions to work with the Mangal RESTful API methods (<https://mangal.io/doc/api>).
URL: https://mangal.io, https://github.com/ropensci/rmangal
BugReports: https://github.com/ropensci/rmangal/issues
License: MIT + file LICENSE
Expand Down
2 changes: 2 additions & 0 deletions man/get_collection.Rd

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

2 changes: 1 addition & 1 deletion man/rmangal.Rd

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

4 changes: 2 additions & 2 deletions vignettes/rmangal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ knitr::opts_chunk$set(

3. provides:
- [a data explorer](https://mangal.io/#/) to visualize and download data available;
- a [RESTFUL Application Programming Interface (API)](https://mangal-wg.github.io/mangal-api/);
- a [RESTful Application Programming Interface (API)](https://mangal-wg.github.io/mangal-api/);
- a client library for Julia: [Mangal.jl](https://github.com/PoisotLab/Mangal.jl);
- a client of this API for R: the **rmangal** package described below.

Expand Down Expand Up @@ -368,7 +368,7 @@ mapView(mg_lag_sf[[1]]$network) + mapView(mg_lag_sf[[2]]$network)


As Mangal includes taxonomic identifiers, **rmangal** can readily be combined
with `taxize` (see [taxize book](https://ropenscilabs.github.io/taxize-book/) for more details about this package):
with `taxize` (see [taxize](https://github.com/ropensci/taxize) for more details about this package):

```{R taxo}
library(taxize)
Expand Down

0 comments on commit 61d94da

Please sign in to comment.