-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·40 lines (39 loc) · 1011 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
# Generated by roxygen2: do not edit by hand
export(crossover)
export(games_ga)
export(games_ga_gui)
export(get_fitness)
export(mutation)
export(sample_round)
export(tournament)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(shiny,br)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h2)
importFrom(shiny,h4)
importFrom(shiny,inputPanel)
importFrom(shiny,mainPanel)
importFrom(shiny,numericInput)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyServer)
importFrom(shiny,shinyUI)
importFrom(shiny,tableOutput)
importFrom(shiny,titlePanel)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
useDynLib(gamesGA)
useDynLib(gamesGA, .registration = TRUE)