-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
42 lines (41 loc) · 938 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
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
export(pokeAttack)
export(pokeAttackUi)
export(pokeFight)
export(pokeFightUi)
export(pokeGallery)
export(pokeGalleryUi)
export(pokeNetwork)
export(pokeNetworkUi)
export(pokeOther)
export(pokeOtherUi)
export(poke_evol_server)
export(poke_evol_ui)
export(poke_infos_server)
export(poke_infos_ui)
export(poke_locations_server)
export(poke_locations_ui)
export(poke_moves_server)
export(poke_moves_ui)
export(poke_select_server)
export(poke_select_ui)
export(poke_stats_server)
export(poke_stats_ui)
export(poke_types_server)
export(poke_types_ui)
export(run_pokemons)
import(dplyr)
import(echarts4r)
import(pushbar)
import(shiny)
import(shinyWidgets)
import(tablerDash)
import(visNetwork)
import(waiter)
importFrom(jsonlite,fromJSON)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(utils,tail)