Skip to content

Commit

Permalink
Stage a release
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Nov 3, 2016
1 parent aa13218 commit 79408c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: feedr
Type: Package
Title: Transforming Raw RFID Data
Version: 0.6.2.99999
Date: 2016-10-25
Version: 0.7.0
Date: 2016-11-03
Authors@R: person("LaZerte", "Stefanie E.", email = "[email protected]", role = c("aut","cre"))
URL: https://github.com/steffilazerte/feedr
Description: Load, clean, transform, and visualize raw RFID data for looking at a variety of
Expand Down
20 changes: 11 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# feedr 0.6.2.9999
# feedr 0.7.0

This update provides a large amount of new functionality and bug fixes, making the app smoother overall.

## New functionality

- Add functions for various shiny mods
- Add loading messages to various calculations
- Force user to wait until app is loaded
- Add functions for various shiny mods which can be called from the R console
- map_animate()
- map\_animate\_indiv()
- map_summary()
- import_file()
- Add new visualization mods (map\_animate\_indiv(), map\_summary()) to animal\_nexus.
- Add option to specify date format when importing

- Fix bugs that prevent switching between data sets
- Fix bug that prevents switching between sites when accessing the database



## Updated functionality

Expand All @@ -23,11 +21,15 @@
- Add more details and descriptions to animal_nexus_.
- Add new column, move_id, to movements (output of move()).
- Change `activity()` to accept multiple bird_ids
- Add option to specify date format when importing

## Bug fixes

- Fix `check_problems()` which failed if only one line in problems index.

- Fix bugs that prevent switching between data sets
- Fix bug that prevents switching between sites when accessing the database
- Fix scaling error in `map_ggmap()`



# feedr 0.6.2
Expand Down

0 comments on commit 79408c1

Please sign in to comment.