Skip to content

Commit

Permalink
Merge pull request #21 from ericnewkirk/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ericnewkirk authored Apr 12, 2021
2 parents c04ee7d + d8b588f commit 2e685dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: collar
Title: Utilities for Accessing and Manipulating GPS Data
Version: 0.0.3
Version: 0.0.4
Authors@R: c(
person("Josh", "Nowak", email = "[email protected]", role = c("aut", "cre")),
person("Forest", "Hayes", email = "[email protected]", role = "aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# collar 0.0.4

* updates ATS functionality to work with redesigned website

# collar 0.0.3

* adds improved functionality to make_gpx
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#### ATS Warning
ATS changed their website, which caused the code in collar to fail. We have a solution and are testing it to make sure it is suitable for general consumption. If you are having trouble with ATS please feel free to reach out to discuss. Thanks, Josh
## ATS Update

ATS changed their website in February 2021, which caused the code in collar to fail. As of 2021-04-12 the package has been updated to work with the redesigned site, but this change involved significant changes to the functions and their output. If you have scripts that were written using the `fetch_ats...` functions in previous versions of collar those scripts will need to be updated. If you're having trouble with ATS data make sure you're using the latest version of collar using `devtools::install_github("huh/collar")` or `remotes::install_github("huh/collar")`. For more details see the ATS section in `vignette("downloading-data", package = "collar")` or `?ats_login`, `?fetch_ats_positions`, etc. If you're still having trouble let us know by creating an [Issue](https://github.com/Huh/collar/issues).

## collar

Expand All @@ -17,7 +18,7 @@ We focus on companies that our collaborators use often and that provide some mea

- Vectronics Aerospace
- Advanced Telemetry Solutions
- Lotek (NEW)
- Lotek
- Loose csv's

Consistent naming prefixes were used when possible in an effort to enhance the user experience.
Expand Down

0 comments on commit 2e685dd

Please sign in to comment.