useR! 2021 Preview: Scaling Shiny, User Tests, and shiny.fluent

[This article was first published on r – Appsilon | End­ to­ End Data Science Solutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

useR!

useR! – The Global, Virtual R Conference

Do you have a dashboard that’s not quite where you want it to be? Or are you curious about how to streamline your beautiful Shiny app projects? If you’re working with Shiny or want to enhance your data storytelling abilities with R, useR! is the ultimate training ground. At useR! you’ll have access to Keynote talks from some of the most innovative minds in R, as well as getting up to date on what the R Shiny community has to offer. Attend and interact with the global R community, live chat with speakers, and build your skills with tutorials.

Early Bird registration closes June 25th! Register now to save your virtual seat 

  1. Appsilon at useR!
  2. Elevator Pitches
  3. shiny.fluent and shiny.react: Build Beautiful Shiny Apps using Microsoft’s
  4. Conducting Effective User Tests for Shiny Dashboards
  5. Regular Talk
  6. Shiny PoC to Production Application in 8 Steps
  7. Where to Find Us

Appsilon at useR! 

Appsilon team members Marek Rogala, Maria Grycuk, and Marcin Dubel will be delivering non-sponsored talks at the useR! 2021 Conference. The virtual R conference will be held July 5 – 9, with speakers from around the globe presenting on Monday, Tuesday (Maria Grycuk and Marek Rogala), Thursday, and Friday (Marcin Dubel). Take a break on Wednesday and catch a diverse set of tutorials during the tutorial program – Appsilon’s Master Shiny Masterclass video will be shown at our virtual booth. 

Check out our youtube channel for more Shiny content or Marcin’s useR! 2020 presentation, Be Proud of Your Code: Tools and Patterns for Making Production-Ready R Code.

Elevator Pitches

shiny.fluent and shiny.react: Build Beautiful Shiny Apps Using Microsoft’s Fluent UI

Marek Rogala (CTO) – 06/July/2021: 13:00-14:30 UTC

Abstract:
In this talk we will present the functionality and ideas behind a new open-source package we have developed called shiny.fluent.
UI plays a huge role in the success of Shiny projects. shiny.fluent enables you to build Shiny apps in a novel way using Microsoft’s Fluent UI as the UI foundation. It gives your app a beautiful, professional look and a rich set of components while retaining the speed of development that Shiny is famous for.

Fluent UI is based on the Javascript library React, so it’s a challenging task to make it work with Shiny. We have put the parts responsible for making this possible in a separate package called shiny.react, which enables you to port other React-based components and UI libraries so that they work in Shiny. During the talk, we will demonstrate how to use shiny.fluent to build your own Shiny apps and explain how we solved the main challenges in integrating React and Shiny.

For more on how to use shiny.react and shiny.fluent follow along our tutorials to build your first shiny.fluent dashboard and a full dashboard UI.

Conducting Effective User Tests for Shiny Dashboards

Maria Grycuk (Project Leader) – 06/July/2021: 13:00-14:30 UTC

Abstract:
User tests are a crucial part of development, yet we frequently skip over them or conduct them too late in the process. Involving users early on allows us to verify if the tool we want to build will be used by them or will be forgotten in the next few months. Another risk that rises significantly when we don’t show the product to end-users before going live is that we will build something unintuitive and difficult to use. When you are working with a product for a few months and you know every button and feature by heart, it is hard to take a step back and think about usability.

In this talk, I would like to share a few tips on how to perform an excellent user interview, based on my experience working with Fortune 500 clients on Shiny dashboards. I will show why conducting effective user tests is so critical, and explain how to ask the right questions to gain the most from the interview.

Regular Talk

Shiny PoC to Production Application in 8 steps

Marcin Dubel (Software Engineer) – 09/July/2021: 13:45-14:05 UTC

Abstract:
A great advantage of Shiny applications is that a proof of concept can be created quickly and easily. It is a great way for subject matter experts to present their ideas to stakeholders before moving on to production. However, to take the next step to a production application requires help from experienced software developers. The actions should be focused on two areas: to make the application a great experience for users and to make it maintainable for future work. Focusing on these will assure that the app will be scalable, performant, bug-free, extendable, and enjoyable. Close collaboration between engineers and experts paves a wave to many successful projects in data science and is Appsilon’s confirmed path to production-ready solutions.

The very first step should always be to build a comfortable and (importantly) reproducible workflow, thus setting up the development environment and organizing the folder structure [renv + docker]. Once this is done engineers should proceed to limiting the codebase by cleaning the code – i.e., removing redundant comments, extracting the constants and inline styles [ymls + styler]. Now the fun begins: extract the business logic into separate functions, modules, and classes [packages/R6 + plumber]. Restrict reactivity to a minimum. Check the logic [data.validator + drake]. Add tests [testthat + cypress/shinytest]. Organize your /www and move actions to the browser [shiny + css/js]. Finally, style the app [sass/bslib + shiny.fluent]. And, voila! A world-class Shiny app.

Where to Find Us

As joint platinum sponsors of the useR! 2021 conference, RStudio, Roche, and Appsilon will all have company channels in the Conference Lounge Chat. We invite you to join us on the Appsilon channel to speak with our team members. We are very passionate about R Shiny projects (in addition to our Open Source and AI For Good efforts), and we would love to hear from you!

If you want to learn more about our open-source packages check out our shiny.tools. Any feedback you have is always appreciated in our feedback discussions on Github. And if you like what we’re doing, please drop us a star on your favorite packages – it helps us know we’re heading in the right direction.

Join Appsilon’s Team, Make an Impact

Interested in working on challenging and groundbreaking projects? Consider joining Appsilon’s World-Class team. At Appsilon, we provide innovative data analytics, ML, and managed services solutions for Fortune 500 companies, NGOs, and non-profits. As a remote-first company, we are open to talented applicants across the globe. We currently have team members in 7+ countries and counting! Our team members are leaders in the R dev community and we take our core purpose seriously. We promote an inclusive environment through nonviolent communication, trust, and respect. We strive to create a diverse and friendly team that is committed to excellence.

Be a part of our team

Appsilon is hiring for remote roles! See our Careers page for all open positions, including a React Developer and R Shiny Developers. Join Appsilon and work on groundbreaking projects with the world’s most influential Fortune 500 companies.

Article useR! 2021 Preview: Scaling Shiny, User Tests, and shiny.fluent comes from Appsilon | End­ to­ End Data Science Solutions.

To leave a comment for the author, please follow the link and comment on their blog: r – Appsilon | End­ to­ End Data Science Solutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)