Jump to content

Aerosol

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation

11 "You're a bum, Rock"

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Upon further analysis, it seems that multiple of the categories, e.g. Age, are expected by the mutate function to be integers but are instead characters. Does that seem right? Again, I am able to load the app, and within the "Home" menu, the "Goal Contributions" and "Wage" visualizations are working properly. All other buttons/menus result in errors, e.g. the following when I click on "Squad Analysis" > "General:" "Warning: Error in dplyr::filter: ℹ In argument: `Name %in% reactindex`. Caused by error in `dplyr::filter()`: ℹ In argument: `between(Age, input$squad_age[1], input$squad_age[2])`. Caused by error in `between()`: ! Can't combine `x` <character> and `left` <integer>."
  2. Fully understanding that this project is no longer maintained, I will post an issue here just on the off chance another user may have encountered it and so be able to help me. I have installed the app according to the instructions and it loads fine in my browser. However, with the exception of "Goal Contributions" and "Wage" in the "Home" tab, all other menus and data yield "Error:[object Object]." In powershell I get the following message when clicking on buttons: Input to asJSON(keep_vec_names=TRUE) is a named vector. In a future version of jsonlite, this option will not be supported, and named vectors will be translated into arrays instead of objects. If you want JSON object output, please use a named list instead. See ?toJSON. Warning: Error in dplyr::filter: ℹ In argument: `between(Age, input$scout_age[1], input$scout_age[2])`. Caused by error in `between()`: ! Can't combine `x` <character> and `left` <integer>. 110: <Anonymous> 109: stop 108: scout_filtsubset 106: exprFunc 105: widgetFunc 104: :: htmlwidgets shinyRenderWidget 103: func 90: renderFunc 89: renderFunc 85: renderFunc 84: output$scout_filtered 3: runApp 2: print.shiny.appobj 1: <Anonymous> I do not know the R or JSON well enough to grasp the meaning of the errors displayed in Powershell, is it something to do with a version of jsonlite that has come out subsequent to this app's development that is breaking compatibility on my Windows 11 machine? Any help is greatly appreciated.
  3. Apologies for necro posting. But I noticed the github link is dead. Does anyone know where I might download this app for use in FM21?
×
×
  • Create New...