-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.52 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
export(C2F)
export(D2H)
export(F2C)
export(H2D)
export(I2M)
export(M2I)
export(anydate)
export(anytime)
export(apple_weather_trademark)
export(celsius_to_fahrenheit)
export(condition_codes)
export(convert_wind_speed)
export(coordinates_from_ip)
export(current_conditions)
export(daily_forecast)
export(dewpoint_to_humidity)
export(fahrenheit_to_celsius)
export(hourly_forecast)
export(humidity_to_dewpoint)
export(inches_to_metric)
export(iso8601)
export(meters_to_miles)
export(metric_to_inches)
export(precip_type)
export(pressure_trend)
export(readable_conditions)
export(seq_rng)
export(uv_label)
export(wind_direction_label)
export(with_tz)
export(wx_icons_path)
export(wx_icons_preview)
export(wx_tidy)
export(wxkit_alert)
export(wxkit_auth)
export(wxkit_availability)
export(wxkit_weather)
import(httr)
import(jose)
import(lutz)
import(openssl)
importFrom(anytime,anydate)
importFrom(anytime,anytime)
importFrom(anytime,iso8601)
importFrom(cli,col_br_black)
importFrom(cli,col_yellow)
importFrom(htmltools,HTML)
importFrom(htmltools,html_print)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,unbox)
importFrom(scales,comma)
importFrom(scales,percent)
importFrom(stringi,stri_pad_left)
importFrom(stringi,stri_pad_right)
importFrom(weathermetrics,celsius.to.fahrenheit)
importFrom(weathermetrics,convert_wind_speed)
importFrom(weathermetrics,dewpoint.to.humidity)
importFrom(weathermetrics,fahrenheit.to.celsius)
importFrom(weathermetrics,inches_to_metric)
importFrom(weathermetrics,metric_to_inches)