Skip to content

Commit

Permalink
fixing roxygen2 package-level documentation weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrimas committed Aug 21, 2023
1 parent 0277574 commit 94927aa
Show file tree
Hide file tree
Showing 35 changed files with 207 additions and 163 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- retain breeding codes in `auk_zerofill()`
- changes to conform with deprecation of `.data$` in tidyselect expressions
- changes to package-level documentation in roxygen2

# auk 0.6.0

Expand Down
10 changes: 6 additions & 4 deletions R/auk-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
#' Tools for extracting and processing eBird data from the eBird Basic Dataset
#' (EBD).
#'
#' @name auk
#' @docType package
#' @importFrom stringr str_interp
#' @importFrom rlang .data
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom rlang .data
#' @importFrom stringr str_interp
## usethis namespace: end
NULL
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ eBird Basic Dataset files can be read with `read_ebd()`:
#> $ locality_type : chr [1:494] "P" "P" "P" "P" ...
#> $ latitude : num [1:494] 20.7 15.8 15.8 15.8 15.7 ...
#> $ longitude : num [1:494] -88.6 -93 -93 -92.9 -92.9 ...
#> $ observation_date : Date[1:494], format: "2010-09-05" "2011-08-18" ...
#> $ observation_date : Date[1:494], format: "2010-09-05" "2011-08-18" "2012-02-02" ...
#> $ time_observations_started: chr [1:494] "06:30:00" "08:00:00" "09:13:00" "06:40:00" ...
#> $ observer_id : chr [1:494] "obsr55719" "obsr313215" "obsr313215" "obsr313215" ...
#> $ sampling_event_identifier: chr [1:494] "S6852862" "S14432467" "S39033556" "S38303088" ...
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- retain breeding codes in `auk_zerofill()`
- changes to conform with deprecation of `.data$` in tidyselect expressions
- changes to package-level documentation in roxygen2

# Test environments

Expand Down
12 changes: 6 additions & 6 deletions docs/articles/auk.html

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

2 changes: 1 addition & 1 deletion docs/index.html

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

1 change: 1 addition & 0 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
auk: auk.html
development: development.html
last_built: 2023-07-07T17:31Z
last_built: 2023-08-21T16:01Z

99 changes: 99 additions & 0 deletions docs/reference/auk-package.html

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

Loading

0 comments on commit 94927aa

Please sign in to comment.