Skip to content

Commit

Permalink
Test for check problem on CI-windows
Browse files Browse the repository at this point in the history
Former-commit-id: 423374a
  • Loading branch information
thomasarsouze committed May 3, 2023
1 parent 99b7dd8 commit 7ec5b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/DataSource.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Once a storm track data set is available a `stormsDataset` object can be created
using the `defDatabase()` function as follows,

```{r defDatabase}
sds <- defDatabase(filename = "IBTrACS_ALL_3yrs.nc", basin = NULL, verbose = 0)
sds <- defDatabase(filename = "./IBTrACS_ALL_3yrs.nc", basin = NULL, verbose = 0)
str(sds)
length(unique(paste(sds@database$names, sds@database$seasons, " ")))
```
Expand Down Expand Up @@ -161,4 +161,4 @@ Caledonia between 2015-2016 and 2020-2021, respectively.

* Knapp, K. R., H. J. Diamond, J. P. Kossin, M. C. Kruk, & Schreck, C. J. (2018) International Best Track Archive for Climate Stewardship (IBTrACS) Project, Version 4. [indicate subset used]. NOAA National Centers for Environmental Information. https://doi:10.25921/82ty-9e16 [2023-03-15]

* Willoughby, H. E., Darling, R. W. R., & Rahn, M. E. (2006). Parametric Representation of the Primary Hurricane Vortex. Part II: A New Family of Sectionally Continuous Profiles. Monthly Weather Review, 134(4), 1102–1120. https://doi.org/10.1175/MWR3106.1
* Willoughby, H. E., Darling, R. W. R., & Rahn, M. E. (2006). Parametric Representation of the Primary Hurricane Vortex. Part II: A New Family of Sectionally Continuous Profiles. Monthly Weather Review, 134(4), 1102–1120. https://doi.org/10.1175/MWR3106.1

0 comments on commit 7ec5b4a

Please sign in to comment.