Skip to content

Commit

Permalink
removed inst ignore lines from rbuildignore file, updated news
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 16, 2014
1 parent 306207b commit 5d086b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .Rbuildignore
Expand Up @@ -5,7 +5,5 @@ travis-tool.sh
man-roxygen
^.*\.Rproj$
^\.Rproj\.user$
inst/vign
inst/assets
vignettes/margins.sty
.Rhistory
2 changes: 2 additions & 0 deletions NEWS
Expand Up @@ -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

Expand Down

0 comments on commit 5d086b3

Please sign in to comment.