- Fix vcr loading and skip tests if missing.
- Fix URLs to avoid CRAN notes.
- Expose core functions
rmangal_request()andrmangal_request_singleton(). print.mgNetworksCollection()gains an argumentnto control the number of networks displayed.- The option
rmangal.verbosecontrols the verbosity of the package (see #116). - The core of the client has been rewritten using
httr2,httrandmemoisehas been removed from the dependency list. The new functionrmangal_request()is now the main request function usinghttr2(see #106).
- Remove
USAboundariesandtaxizefrom the list of 'Suggested' packages (see #114).
- Fixtures are now written in JSON (see #112).
inherits()is now used to test classes.purrris no longer listed as an imported package.- Add lintr workflow to automatically check stylistic errors.
- Summary method for
mgNetworkobjects now reports nodes and properly (see #108).
- All examples are within the
\donttesttag (see #100). get_collection()methods always return an object of classmgNetworksCollection(see #100).get_network_by_id()gains an argumentforce_collectionto 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 in
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
mgNetworkobjects see #94. - Fix broken URIs in README.
- Remove
mapviewfrom vignette (CRAN issue with missing PhantomJS).
- Revisions see ropensci/software-review#332;
- Add summary method [#87].
mg_to_igraphis nowas.igraph().search_references()has been rewritten [#85].- Vignette now includes examples to use
tidygraphandggraph. geomcolumn has been removed frommgSearchInteractionsobjects.sffeatures are only used insearch_networks_sf()and when argumentas_sfis 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.mdfile to track changes to the package.