You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ knitr::opts_chunk$set(
11
11
comment = "#>",
12
12
fig.path = "man/figures/"
13
13
)
14
+
set.seed(42)
14
15
```
15
16
16
17
# metR <imgsrc="man/figures/logo.png"align="right"/>
@@ -34,11 +35,10 @@ You can install metR from CRAN with:
34
35
install.packages("metR")
35
36
```
36
37
37
-
Or the development version ([](https://github.com/eliocamp/metR/actions?query=workflow%3AR-CMD-check)) with:
If you need to read netcdf files, you might need to install the netcdf and udunits2 libraries. On Ubuntu and it's derivatives this can be done by typing
0 commit comments