Skip to content

Commit

Permalink
read_vobs now returns data after previous commit breakage!
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-MET committed Feb 21, 2020
1 parent 2954e0e commit 45a14c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: harpIO
Title: IO functions for HARP
Version: 0.0.0.9116
Version: 0.0.0.9117
Authors@R: as.person(c(
"Andrew Singleton <andrewts@met.no> [aut, cre]",
"Alex Deckmyn <alex.deckmyn@meteo.be> [aut]"
Expand Down
2 changes: 2 additions & 0 deletions R/read_vobs.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ read_vobs <- function(file_name, missing_value = -99, ...) {
return(list(synop = empty_data, temp = empty_data))
}

v_data

}

0 comments on commit 45a14c4

Please sign in to comment.