Skip to content

Commit

Permalink
Moved build_collection_index() to BirdFlowPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanplunkett committed Sep 27, 2024
1 parent 78e966a commit 817cfe0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 211 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: BirdFlowR
Title: Predict and Visualize Bird Movement
Version: 0.1.0.9066
Version: 0.1.0.9068
Authors@R:
c(person("Ethan", "Plunkett", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4405-2251")),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export(as_distr)
export(as_transitions)
export(birdflow_crs)
export(birdflow_options)
export(build_collection_index)
export(build_transitions)
export(calc_flux)
export(calc_movement_vectors)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# BirdFlowR 0.1.0.9068
2024-09-24

Move `build_collection_index()` to **BirdFlowPipeline**



# BirdFlowR 0.1.0.9067
2024-07-24

Expand Down
151 changes: 0 additions & 151 deletions R/build_collection_index.R

This file was deleted.

29 changes: 0 additions & 29 deletions man/build_collection_index.Rd

This file was deleted.

29 changes: 0 additions & 29 deletions tests/testthat/test-build_collection_index.R

This file was deleted.

0 comments on commit 817cfe0

Please sign in to comment.