-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version number and added NEWS file
- Loading branch information
1 parent
c1c7a39
commit c3e70ca
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: argosTrack | ||
Type: Package | ||
Title: Fit movement models to Argos data for marine animals | ||
Version: 0.0.2 | ||
Date: 2014-09-17 | ||
Version: 0.1.0 | ||
Date: 2015-08-17 | ||
Author: Christoffer Moesgaard Albertsen | ||
Maintainer: Christoffer Moesgaard Albertsen <[email protected]> | ||
Description: R package for analysing Argos data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Version 0.1.0 | ||
- Added movement models: Random Walk (rw) and Multiple Persistence Continuous Time Correlated Random Walk (mpctcrw) | ||
- New residual types (besided the old ”smooth”): Smooth predictions (”smoothpred”), Simulated residuals (”simulated”), and one step residuals (”onestep”) | ||
- Possibility of using multiple $log(\beta)$ parameters over time | ||
- Added type=”map” to plot.argostrack to include background map in plot of estimated track | ||
|
||
|
||
# Version 0.0.2 | ||
- First official release, submitted to Ecology | ||
- Implemented Continuous Time Correlated Random Walk (ctcrw) with normal/t distributed measurement errors | ||
- Function to simulate from the ctcrw based on a model fit. | ||
- Function to get smoothed residuals | ||
- Function to bootstrap the model based on a model fit |