- Remove USAboundaries and Taxize from the list of 'Suggested' packages (see #114).
- Fixtures are now written in JSON (see #112).
inherits()
is now used to test classes.purrr
is no longer listed as an imported package.- Add lintr workflow to automatically check stylistic errors.
- Summary method for
mgNetwork
objects now reports nodes and properly (see nodes #108).
- All examples are within the
\donttest
tag (see #100). get_collection()
methods always return an object of classmgNetworksCollection
(see #100).get_network_by_id()
gains an argumentforce_collection
to force the class collection (see #100).- Vignette now precomputed (see #100).
- Tests now use
vcr
(see #100). - Travis and Appveyor removed, use GitHub Actions (see #100).
avail_type()
is no longer exported.
- Fix a minor bug
search_datasets()
related to absent networks attached on a dataset (see #97 and #98); - Update Travis CI environment test (
travis.yml
).
- Fix a minor bug in the print method for
mgNetwork
objects see #94; - Fix broken URIs in README;
- Remove mapview from vignette (CRAN issue with missing PhantomJS).
- Revisions see ropensci/software-review#332;
- add summary method [#87];
mg_to_igraph
is nowas.igraph()
;search_references()
has been rewritten [#85];- vignette now includes examples to use
tigygraph
andggraph
; - pkgdown website is now deployed by Travis CI [#86];
geom
column has been removed frommgSearchInteractions
objects;sf
features are only used insearch_networks_sf()
and when argumentas_sf
is set toTRUE
[#89];- query with spatial (
sf
) objects are handle inquery_networks_sf()
that is now exported.
- Version submitted to ROpenSci for review;
- Added a
NEWS.md
file to track changes to the package.