-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into setup-github-actions---CMD-check-and-code-co…
…verage
- Loading branch information
Showing
37 changed files
with
1,394 additions
and
413 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 |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
_other/ | ||
inst/doc | ||
docs | ||
dev/ |
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,7 +1,7 @@ | ||
Package: birdnetR | ||
Type: Package | ||
Title: Identifying bird species by their sounds | ||
Version: 0.1.1 | ||
Version: 0.2.0 | ||
Authors@R: c( | ||
person("Felix", "Günther", email = "[email protected]", role = c("cre")), | ||
person("Stefan", "Kahl", email = "[email protected]", role = c("aut")), | ||
|
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
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
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 |
---|---|---|
|
@@ -15,4 +15,3 @@ | |
#' @importFrom reticulate use_python_version | ||
## usethis namespace: end | ||
NULL | ||
|
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,12 @@ | ||
#' Deprecated Functions in the birdnetR Package | ||
#' | ||
#' These functions are deprecated and will be removed in future versions of the birdnetR package. | ||
#' Please use the alternatives listed below. | ||
#' | ||
#' @name birdnetR-deprecated | ||
#' @keywords internal | ||
#' @section Deprecated functions: | ||
#' \describe{ | ||
#' \item{\code{\link{init_model}}}{This function is deprecated. Use \code{\link{birdnet_model_tflite}} instead.} | ||
#' } | ||
NULL |
Oops, something went wrong.