Skip to content

Commit

Permalink
downconvert deployments.cameraDepth by removing it
Browse files Browse the repository at this point in the history
Co-Authored-By: Peter Desmet <[email protected]>
  • Loading branch information
PietrH and peterdesmet committed Nov 3, 2023
1 parent 89c0202 commit 03edb2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ convert_deployments_to_0.1.6 <- function(package, from = "1.0") {
}
# ignore detectionDistance
deployments$detectionDistance <- NULL
# ignore cameraDepth
deplyments$cameraDepth <- NULL
if ("baitUse" %in% names(deployments)) {
# baitUse values in version 0.1.6
bait_uses_old <- c("none", "scent", "food", "visual", "acoustic", "other")
Expand Down

0 comments on commit 03edb2a

Please sign in to comment.