Skip to content

Commit db908e2

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

2 files changed

Lines changed: 0 additions & 35 deletions

File tree

server.R

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -532,18 +532,6 @@ nw <- reactive({
532532

533533
#deleting attributes is no longer available
534534

535-
# deleteme <- input$deleteattrs$right
536-
# len <- length(deleteme)
537-
# if(len>=1){
538-
# for(i in 1:len){
539-
# if(any(list.vertex.attributes(nw_var)==deleteme[i])){
540-
# delete.vertex.attribute(nw_var,deleteme[i])
541-
# }
542-
# if(any(list.edge.attributes(nw_var)==deleteme[i])){
543-
# delete.edge.attribute(nw_var,deleteme[i])
544-
# }
545-
# }
546-
# }
547535
assign('input_termslist', list(), pos='package:base')
548536
updateTextInput(session, inputId='terms', value='edges')
549537

@@ -1915,25 +1903,6 @@ observe({
19151903
}
19161904
})
19171905

1918-
# FUTURE: will be able to subset data
1919-
# output$subsetting <- renderUI({
1920-
# if(class(nw())!='network'){
1921-
# return()
1922-
# }
1923-
# selectInput('subsetattr', label=NULL,
1924-
# choices = c('None', menuattr()), selectize = FALSE)
1925-
# })
1926-
# outputOptions(output,'subsetting',suspendWhenHidden=FALSE)
1927-
#
1928-
# output$subsetting2 <- renderUI({
1929-
# if(class(nw())!='network' | input$subsetattr == "None"){
1930-
# return()
1931-
# }
1932-
# choices <- sort(unique(get.vertex.attribute(nw(),input$subsetattr)))
1933-
# checkboxGroupInput('subsetattrchoice', label=NULL,
1934-
# choices=choices, selected=NULL)
1935-
# })
1936-
19371906
#since the visibility toggles between two states, set the options to
19381907
#not suspend the output when hidden
19391908
output$mixmxchooser <- renderUI({
@@ -2383,7 +2352,6 @@ outputOptions(output,'ninfocentmax',suspendWhenHidden=FALSE)
23832352
#' they are working with.
23842353

23852354
#+ eval=FALSE
2386-
#UNCOMMENT AFTER RELEASE FOR TERM DOCUMENTATION
23872355
output$listofterms <- renderUI({
23882356
if(!is.network(nw())){
23892357
return()

ui.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,9 +727,6 @@ url = {http://statnetproject.org}
727727
conditionalPanel(condition='input.plottabs == "More"',
728728
p("No display options at this time,",
729729
"stay tuned for updates!")
730-
#p('Subset data by attribute:'),
731-
#uiOutput('subsetting'),
732-
#uiOutput('subsetting2')
733730
)
734731
)),
735732
tabPanel(title='Network Summary',

0 commit comments

Comments
 (0)