Skip to content

Commit

Permalink
Bugfix pkgdown build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasarsouze committed Nov 23, 2023
1 parent 9491d5b commit e3c9fc9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions R/plotStorms.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ checkInputsPlotStorms <- function(sts, names, category, labels, by,
#' @examples
#' #' #Creating a stormsDataset
#' \donttest{
#' dev.off()
#' sds <- defStormsDataset()
#'
#' # Getting storm track data for tropical cyclone Pam (2015)
Expand Down
1 change: 1 addition & 0 deletions man/plotStorms.Rd

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

37 changes: 18 additions & 19 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ reference:

- title: Initialize storms
desc: Functions for initializing storm/stormsList objects
contents:
contents:
- '`stormsDataset-class`'
- '`defStormsDataset`'
- '`storm-class`'
- '`stormsList-class`'
- '`defStormsList`'


- title: Getters
desc: Functions for getting data associated with storm/stormsList objects
contents:
Expand All @@ -51,51 +51,50 @@ reference:
- '`getLOI`'
- '`getBuffer`'
- '`getBufferSize`'


- title: Compute products
desc: Functions for computing products
contents:
- '`spatialBehaviour`'
- '`temporalBehaviour`'


- title: Plot
desc: Functions for plotting tracks and products
contents:
- '`plotStorms`'
- '`plotBehaviour`'


- title: Write
desc: Function for writing data in .GeoTiff or .nc format
contents:
- '`writeRast`'


- title: Data
desc: Examples data provided by this package
contents:
- '`eezNC`'


articles:

- title: Load Data
navbar: Load_data
contents:
- '`DataSource`'
contents:
- '`DataSource`'

- title: Getting started
navbar: Getting_started
contents:
- '`ExtractStorms`'
contents:
- '`ExtractStorms`'

- title: Storms analysis
navbar: Storms_analysis
contents:
- '`Behaviour`'
contents:
- '`Behaviour`'
- '`Models`'
- '`SpatialBehaviour`'
- '`TemporalBehaviour`'

0 comments on commit e3c9fc9

Please sign in to comment.