Skip to content

Commit

Permalink
Merge pull request #28 from eldarrak/move2sf
Browse files Browse the repository at this point in the history
release desrciption update
  • Loading branch information
eldarrak committed Oct 2, 2023
2 parents f961bce + fc828e1 commit 53deef7
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, Move2sf]
branches: [main, master]
pull_request:
branches: [main, master, Move2sf]
branches: [main, master]

name: test-coverage

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -2,7 +2,7 @@ Package: FLightR
Type: Package
Title: Reconstruct Animal Paths from Solar Geolocation Loggers Data
Version: 0.5.4
Date: 2023-09-26
Date: 2023-10-02
Authors@R: c(
person("Eldar", "Rakhimberdiev", email = "eldar.rakhimberdiev@uva.nl", role = c("aut","cre")),
person("Anatoly", "Saveliev", role = "aut"),
Expand Down
78 changes: 78 additions & 0 deletions NEWS.md
@@ -0,0 +1,78 @@
# ver 0.5.4 Sept 2023
Removed dependencies from sp, maptools, rgeos and rgdal

# ver 0.5.3 Sept 2023
Minor change in testhat part to comply with new CRAN checks.

# ver 0.5.2 Jan 2022
Moved GeoLight from Imports to suggests. Corrected significant bug in get_utilisation_points that affected size of the estimated error distributions in plotting and summary functions!!!

# ver 0.5.1 July 2021
Fixed minor bug in find times distribution, set time zones to gmt everywhere, replaced cat() with message(), improved documentation, conserved par values throughout the code.

# ver 0.5.0
Small fixes in test for R 4.1.0 compartibility.

# ver 0.4.9
Small bug fixes in calibration function, FLightR2Movebank function added.

# ver 0.4.8
Made FLightR compartible with ggmap >= 3.0.0.

# ver 0.4.7
Many small stability improvements, typo corrections and new error mesages.

# ver 0.4.6
Added support for old swiss loggers, improved find stationary location function small bug fixes, citation update, added vignette, fixed many small bugs.

# ver 0.4.5
Corrected mistakes in check submitted to CRAN.

# ver 0.4.4
Many changes, all tests, helpfiles, ready for CRAN submission.

# ver. 0.4.0
Solved dateline isssues for plotting.

# ver. 0.3.8
added bigMemory and new workflow.

# ver. 0.3.9
No preestimated distances and angles - attempt to save memory on large spatial extents, new workflow.

# ver 0.3.6 03 Dec 2015
New boundaries for Intigeo tags, changes in black-tailed godwit examples many bug fixes.

# ver 0.3.5 Nov 2015
Correction in time - positions match.

# ver 0.3.4 08 Oct 2014
Added fast lm implementation.

# ver 0.2.4 June 16 2015
pf filter became MUCH faster! the rest is more or less unchanged.

# ver 0.2.3 June 10 2015
Added the double calibration option reorganized the workflow.

# ver 0.2.2
Functions reorganized and the whole package is cleaned all output is in the results section now.

# ver 0.2.1 May 2015
Many changes with reorganizing the whole thing, putting functions in thematic files etc.

# ver 0.1.6
Brute force calibration and the whole bunch of small changes.

# ver 0.1.5
Functions 5.0 added.

# ver 0.1.4 June 25
`correct.hours` corrected for summer time.., also added some stability to the movies.

# ver 0.1.3 June 7
`get.irradiance` added.

# ver 0.0.2. May 15 2013
added median in the plotting function.

5 changes: 3 additions & 2 deletions R/NEWS
@@ -1,4 +1,4 @@
# what's new
# what's new - starting from 0.5.4 - updates are in NEWS.md file

# ver 0.0.2. May 15 2013 added median in the plotting function
# ver 0.1.3 June 7 get.irradiance added
Expand All @@ -24,4 +24,5 @@
# ver 0.5.0 small fixes in test for R 4.1.0 compartibility
# ver 0.5.1 July 2021 fixed minor bug in find times distribution, set time zones to gmt everywhere, replaced cat() with message(), improved documentation, conserved par values throughout the code
# ver 0.5.2 Jan 2022 Moved GeoLight from Imports to suggests. Corrected significant bug in get_utilisation_points that affected size of the estimated error distributions in plotting and summary functions!!!
# ver 0.5.3 Sept 2023 minor change in testhat part to comply with new CRAN checks.
# ver 0.5.3 Sept 2023 minor change in testhat part to comply with new CRAN checks.
# ver. 0.5.4 Sept 2023 removed dependencies from sp, maptools, rgeos and rgdal.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -13,11 +13,10 @@ The scope of the package is to position animal using data from solar geolocation
the package is in the active development.

---------------
FLightR is on CRAN now, so
```{r}
install.packages("FLightR")
```
I will try to update CRAN version several times a year, but to get the latest version from GitHub try:
I update CRAN version several times a year, but to get the latest version from GitHub try:
```{r}
devtools::install_github("eldarrak/FLightR")
```
Expand Down

0 comments on commit 53deef7

Please sign in to comment.