-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathglobal.R
39 lines (19 loc) · 935 Bytes
/
global.R
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
# ------------------------------------------------------------------------
#
# Title : Memory Hex - Global
# By : dreamRs
# Date : 2019-02-06
#
# ------------------------------------------------------------------------
# Packages ----------------------------------------------------------------
library("shiny")
library("glue")
# Modules -----------------------------------------------------------------
source("modules/hex-module.R")
source("modules/time-module.R")
source("modules/welcome-module.R")
# Functions ---------------------------------------------------------------
source("functions/utils.R")
# Global variables --------------------------------------------------------
n_hex <- 10
shareurl <- "https://twitter.com/intent/tweet?text=I%20found%20all%20matching%20Hex%20in%20{time}%20seconds%20!%20And%20you%20?%20%23rstats%20%23shiny%20Play%20here:&url=https://dreamrs.shinyapps.io/memory-hex"