Skip to content

Releases: ropensci/helminthR

Fixing vignette issues

17 Aug 15:25
Compare
Choose a tag to compare

Some notes/warnings thrown from vignette build of previous version. "It seems that we (Brian Ripley) need(ed) to remind me of the CRAN policy". So it's fixed, I think.

Minor bug fix and dependency removal

04 Feb 10:21
Compare
Choose a tag to compare

ggmap was used previously to geocode the locations in the listLocations function of helminthR. The ability to do this now requires an API key. In order to make the package a bit leaner, I opted to remove this dependency, and use a cached copy of the geocoded data (data(locations)).

I also tweaked the cleanData function, as it was only removing genus level records if the name ended in "sp.", ignoring the ones that ended in "spp.". This is fixed for both host and parasite species now.

fixed bug in location string formation

15 Aug 08:54
Compare
Choose a tag to compare

This update fixes a bug in the formation of location strings that is of importance when specifying locations containing spaces or special characters.

initial CRAN release

30 Jul 12:54
Compare
Choose a tag to compare

The current version has been tweaked to include the ability to search by parasite subgroup in findLocation and findHost functions, and is up to CRAN standards. This release coincides with the initial CRAN package submission (v1.0.5).