-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 849 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
S3method("[",smet)
S3method("[<-",smet)
S3method(aggregate,smet)
S3method(as.data.frame,smet)
S3method(print,meteoioini)
S3method(print,smet)
S3method(range,smet)
export(as.meteoioini)
export(as.smet)
export(collapse.smet)
export(fields)
export(header_attr)
export(meteoioini)
export(pushSmetIntoIni)
export(smet)
export(units_multiplier)
export(units_offset)
exportClasses(meteoioini)
exportClasses(smet)
exportMethods(as.meteoioini)
exportMethods(as.smet)
exportMethods(fields)
exportMethods(show)
import(methods)
import(stringr)
importFrom(lubridate,"day<-")
importFrom(lubridate,"hour<-")
importFrom(lubridate,"minute<-")
importFrom(lubridate,"month<-")
importFrom(lubridate,"second<-")
importFrom(lubridate,hours)
importFrom(lubridate,seconds)
importFrom(reshape2,melt)
importFrom(stats,aggregate)