Skip to content

Commit 1a02814

Browse files
committed
v0.3.1
1 parent 85dd4da commit 1a02814

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' ---
55
#' statnetWeb
66
#' ===========
7-
#' server.R
7+
#' server.R, v0.3.1
88
#' ===========
99

1010
#' **Before reading this document:** The Shiny app "statnetWeb" is not contained in a

ui.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' ---
55
#' statnetWeb
66
#' ============
7-
#' ui.R
7+
#' ui.R, v0.3.1
88
#' ============
99

1010
#' **Before reading this document:** The Shiny app "statnetWeb" is not contained in a
@@ -78,11 +78,11 @@ shinyUI(
7878
#' This page might move to the last tab to be combined with the Help Page.
7979
#'
8080
#+ eval=FALSE
81-
tabPanel(title=span('statnetWeb', style='font-family:Courier; font-size:14pt;'),
81+
tabPanel(title=span('statnetWeb', id="sWtitle"),
8282
value='tab1',
8383
fluidRow(
8484
column(8,
85-
h5("About statnetWeb v0.3.0"),
85+
h5("About statnetWeb v0.3.1"),
8686
p("Welcome to our prototype web interactive interface for the", strong("ergm"),
8787
"package.", strong("ergm"), "is part of the statnet network analysis software --",
8888
"a suite of packages written in R -- and this app also includes some of the functionality",

www/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
#sWtitle {
3+
font-family:Courier;
4+
font-size:14pt;
5+
}
6+
27
div.tool {
38
display:inline;
49
}

0 commit comments

Comments
 (0)