Skip to content

Commit 5ca5f5c

Browse files
committed
doc fixes
1 parent d463f5f commit 5ca5f5c

5 files changed

+3
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Additionally, this package was in part developed for the [OPTAIN](https://optai
5858

5959
Finally, the logo is heavily inspired (celebrating) the old <img src="https://github.com/user-attachments/assets/cc004282-b64d-4357-8350-a3a48f279053" width="70" title="BioForsk"/> logo
6060

61-
![Artboard 1@150x-8](https://github.com/user-attachments/assets/e05d7984-a936-4114-8fc9-954444589a67)
61+
![](https://github.com/user-attachments/assets/e05d7984-a936-4114-8fc9-954444589a67)
6262

63-
![image](https://github.com/user-attachments/assets/01563fb1-4300-4480-bfaf-3e6bd026814a)
63+
![](https://github.com/user-attachments/assets/01563fb1-4300-4480-bfaf-3e6bd026814a)
6464

6565

6666

-4.56 KB
Loading
1.38 KB
Loading
-612 Bytes
Loading

vignettes/metno_reanal.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ Having a look at the data:
242242
```{r ncimage}
243243
ncfile <- ncdf4::nc_open("cwatm/tasmax_nor2.nc")
244244
tasmax <- ncdf4::ncvar_get(ncfile, "tasmax_nor2")
245+
ncdf4::nc_close(ncfile)
245246
image(tasmax[,,1])
246247
```
247248

0 commit comments

Comments
 (0)