Skip to content

Commit 4b44f97

Browse files
committed
v0.3.0
1 parent a0bc576 commit 4b44f97

4 files changed

Lines changed: 3 additions & 14 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# History files
1+
# History files
22
.Rhistory
33

44
# Example code in package build process

global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ disableWidget <- function(id, session, disabled=TRUE){
4343
list(code=paste("$('#",id,"').prop('disabled',false)",
4444
sep="")))
4545
}
46-
}
46+
}

modelcomp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ model.comparison <- function(listobj) {
5252
rownames(mat) <- allterms
5353
colnames(mat) <- paste0("Model",1:n )
5454
return(print(mat, quote=F))
55-
}
55+
}

www/style.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -245,17 +245,6 @@ div.placeholder {
245245
#termexpand:hover {
246246
color: #737379;
247247
}
248-
div.docpopup {
249-
position:absolute;
250-
z-index: 8;
251-
display:none;
252-
max-width: 700px;
253-
max-height: 600px;
254-
padding: 5px;
255-
border:1px solid #CECED8;
256-
border-radius: 5px;
257-
background: #FFFFFF;
258-
}
259248

260249
#uichoosemodel_mcmc,
261250
#uichoosemodel_gof,

0 commit comments

Comments
 (0)