Jesse

Results 11 comments of Jesse

It is more than likely your UI file, not your server file. Check the inputs your providing into the UI functions and make sure they're correctly declared. See example below...

This needs more context about your issue. Try [https://www.w3schools.com/colors/colors_hexadecimal.asp](https://www.w3schools.com/colors/colors_hexadecimal.asp)

Try change your code to `p("Cis-regulatory elements are regions of non-coding DNA controlling transcription regulation by binding to transcription factors" , style = "font-family: 'Arial'; font-size:10pt;") `

Watch the spelling of the functions and package names I.e. in above code example you’ve spelt library as 'libraray' and shinydashboard as 'shindydashboard' Try reinstall using `install.packages(shinydashboard)`and then try running...

Yeah would be happy too, I’ll start pulling something together

I've been thinking about this all week if there is a way to return the full results, but then when it comes to the animation using a sample to represent...

Amazing job on the latest commit by the way! Animations are definitely a-lot smoother and stick to the lines heaps better

Thanks, I've also noticed small optimisations by removing the token opacity - removes the overhead of having to recalculate pixel updates for all the shapes impacted by a moving token.

Sorry, should be fixed with latest version.`devtools::install_github("jessevent/crypto")`

Sorry guys been sidelined with work priorities and havent really given this package the time I should have.. This is pretty much the godsend for working out the classes you...