diff --git a/.Rbuildignore b/.Rbuildignore index a3b4bde1..ad9a57fb 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,7 +5,5 @@ travis-tool.sh man-roxygen ^.*\.Rproj$ ^\.Rproj\.user$ -inst/vign -inst/assets vignettes/margins.sty .Rhistory \ No newline at end of file diff --git a/NEWS b/NEWS index a8ca523e..42a4a73e 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ IMPROVEMENTS * Across all functions, we now return all potenital character class columns as character class (instead of factor), by passing `stringsAsFactors = FALSE` to all `data.frame()` calls. * Now using assertthat package in various places to give better error messages when the wrong input is passed to a function. * Four parameters have name changes in the `occ_search()` function. These parameters are still in the function definition, but if called they throw a useful warning telling you the correct parameter names. (#75) +* Updated docs in `name_usage`, `name_backbone`, `name_lookup`, and `name_suggest` functions. +* NEW FEATURES