RinteRface / connectViz

{connectViz} offers a collection of helper functions and 'htmlwidgets' to help admins or user better understand how 'RStudio Connect' is used in their organisation. The package provides plug and play visualisations that can be customised depending on needs.
Other
12 stars 2 forks source link

Other version pins 😅 #7

Open colearendt opened 2 years ago

colearendt commented 2 years ago

I want to stop pestering you, so I will just dump some other version pins here. cli::format_message is newer too:

Output created: /tmp/Rtmpi35GBc/file4cab2a968c8b/connect-viz.html
Warning: Error in : 'format_message' is not an exported object from 'namespace:cli'
  142: cnd_message_format
  141: cnd_message
  140: conditionMessage.rlang_message
  138: signalCondition
  134: inform
  133: ensure_group_vars
  132: select.data.frame
  130: function_list[[i]]
  129: freduce
  128: _fseq
  127: eval
  126: eval
  124: %>%
  123: <reactive>
  107: calendar_data
   99: ::
htmlwidgets
shinyRenderWidget
   98: func
   85: renderFunc
   84: output$outf2dffe5e97e04434
    3: <Anonymous>
    1: rmarkdown::run
DivadNojnarg commented 2 years ago

@colearendt: Should be fixed if I specify a minimum rlang version like (1.0.0 which requires cli 3.1.0). cli::format_message requires cli >=2.5.0 and you probably have rlang <= 1.0.0.