Skip to content

Commit

Permalink
fix pkgdown issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kuadrat committed Nov 21, 2023
1 parent 3627995 commit 6644ba7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/modvegesite.R
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,8 @@ ModvegeSite = R6Class(
#' @param ... Arguments are passed on to [ModvegeSite]`$plot()`.
#' @return NULL, but plots to the active device.
#'
#' @seealso The different `[modvegeSite]$plot_XXX()` methods.
#'
#' @md
#' @export
plot.ModvegeSite = function(x, ...) {
Expand Down
4 changes: 3 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ reference:
- title: Analysis
desc: Utilities for analysis of simulated results.
- contents:
- plot.ModvegeSite
- get_bias
- willmott
- box_smooth
Expand Down Expand Up @@ -64,7 +65,6 @@ reference:
- logger
- title: Other
- contents:
- ERROR
- SEA
- aCO2_inverse
- append_to_table
Expand All @@ -75,6 +75,7 @@ reference:
- compare.R
- create_combinations
- create_example_environment
- ensure_table_columns
- ensure_unique_filename
- fCO2_growth_mod
- fCO2_transpiration_mod
Expand All @@ -88,6 +89,7 @@ reference:
- get_site_name
- growR_package_options
- management_parameters
- make_yearDOY
- metric_map
- parse_year_strings
- posieux_weather
Expand Down
10 changes: 10 additions & 0 deletions man/ModvegeParameters.Rd

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

3 changes: 3 additions & 0 deletions man/plot.ModvegeSite.Rd

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

0 comments on commit 6644ba7

Please sign in to comment.