- Removed Urban Dictionary support, as the udapi package is set to be archived.
-
Gábor Csárdi is now the maintainer.
-
get_wikipidia()
renamed toget_wikipedia()
. -
valid_package_name()
now correctly checks a package name according to CRAN policy (@KevCaz, #61).
- Tests requiring network access are now skipped on CRAN.
-
BiocManager
is now preferred toBiocInstaller
if both are installed (#44, @luciorq). -
create()
now usesusethis::create_package()
rather than the deprecateddevtools::create()
.
- Add dialog when run interactively asking if urban dictionary results should be included, as they can potentially contain offensive results (#41).
- Use BiocManager for compatibility with future versions of R.
- Filter own repo from GitHub results (#21).
get_urban_data()
is now exported (#34).- No longer trimming r or R when proceeded by a vowel from search terms, as originally intended (#35).
- Support for upcoming glue 1.3.0 release
- Initial release