Skip to content

Commit 451ffed

Browse files
authored
MetNordic point location (#18)
* implemented point location support, which closes #15
1 parent f2fa5bc commit 451ffed

File tree

3 files changed

+257
-159
lines changed

3 files changed

+257
-159
lines changed

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ importFrom(dplyr,mutate)
2323
importFrom(dplyr,nth)
2424
importFrom(dplyr,rename)
2525
importFrom(dplyr,summarise)
26+
importFrom(dplyr,tibble)
2627
importFrom(ggplot2,aes)
2728
importFrom(ggtern,ggtern)
2829
importFrom(grDevices,colorRampPalette)
@@ -54,6 +55,7 @@ importFrom(stringr,str_pad)
5455
importFrom(stringr,str_remove)
5556
importFrom(stringr,str_replace_all)
5657
importFrom(stringr,str_split)
58+
importFrom(utils,packageVersion)
5759
importFrom(utils,read.table)
5860
importFrom(utils,write.csv)
5961
importFrom(writexl,write_xlsx)

0 commit comments

Comments
 (0)