Skip to content

Commit

Permalink
Move version() to misc functions family
Browse files Browse the repository at this point in the history
All accessor functions return a df
  • Loading branch information
peterdesmet committed May 31, 2024
1 parent 14cc3cc commit 4edd59b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion R/version.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' Also works on a Frictionless Data Package, as returned by
#' `frictionless::read_package()`.
#' @return Camtrap DP version number (e.g. `1.0`).
#' @family accessor functions
#' @family misc functions
#' @export
#' @examples
#' x <- example_dataset()
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ reference:
- title: "Miscellaneous functions"
contents:
- has_concept("check functions")
- has_concept("misc functions")
- title: "Sample datasets"
contents:
- has_concept("sample data")
3 changes: 1 addition & 2 deletions man/deployments.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/events.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/locations.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/media.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/observations.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/taxa.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions man/version.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4edd59b

Please sign in to comment.