Skip to content

Commit

Permalink
Docuemnts
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocamp committed Jan 12, 2025
1 parent af10f81 commit 5c60beb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ citation("metR")
#> title = {metR: Tools for Easier Analysis of Meteorological Fields},
#> author = {Elio Campitelli},
#> year = {2021},
#> note = {R package version 0.16.0},
#> url = {https://eliocamp.github.io/metR/, https://github.com/eliocamp/metR},
#> note = {R package version 0.16.0.9000},
#> url = {https://eliocamp.github.io/metR/},
#> doi = {10.5281/zenodo.2593516},
#> }
```
Expand Down Expand Up @@ -114,9 +114,6 @@ ggplot(aao$left, aes(lon, lat)) +
coord_polar()
#> Warning in .check_wrap_param(list(...)): 'xwrap' and 'ywrap' will be
#> deprecated. Use ggperiodic::periodic insead.
#> Warning: Computation failed in `stat_streamline()`.
#> Caused by error in `[.data.table`:
#> ! Supplied 10 items to be assigned to group 1 of size 9 in column 'step'. The RHS length must either be 1 (single values are ok) or match the LHS length exactly. If you wish to 'recycle' the RHS please use rep() explicitly to make this intent clear to readers of your code.
```

![](man/figures/field-1.png)<!-- -->
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## Test environments

* local installation of Ubuntu 22.04.1 R version 4.4.1
* local installation of Ubuntu 24.04.1 R version 4.4.2
* Github Actions:
- macos-latest (release)
- windows-latest (release)
Expand Down
Binary file modified man/figures/field-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/timeseries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c60beb

Please sign in to comment.