dynverse / dyno

Inferring, interpreting and visualising trajectories using a streamlined set of packages 🦕
https://dynverse.github.io/dyno
Other
166 stars 32 forks source link

Cannot open connection #16

Closed laols574 closed 6 years ago

laols574 commented 6 years ago

when executing guidelines <- guidelines_shiny(task) I get the error: Error in file(con, "r") : cannot open the connection to 'https://www.googletagmanager.com/gtag/js?id = UA-578149-3' In addition: Warning message: In file(con, "r") :

This website successfully opens when I type it into a browser so I'm at a loss for why it cannot open in R. Is this an error other users have encountered?

zouter commented 6 years ago

Hi! Thank you for trying out the package. This was a tiny typo, now fixed in dynverse/dynguidelines#4

Thanks Wouter