diff --git a/.nojekyll b/.nojekyll index 95ca395..b37c7c9 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -e0f96ce9 \ No newline at end of file +ec5078f0 \ No newline at end of file diff --git a/LICENSE.html b/LICENSE.html index 2e06fea..19c2054 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -2,7 +2,7 @@
- + diff --git a/index.html b/index.html index 6b0f0d8..26c7b41 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + @@ -208,7 +208,13 @@Eric Nantz is a director within the statistical innovation center at Eli Lilly and Company, creating analytical pipelines and capabilities of advanced statistical methodologies for clinical design used in multiple phases of development. Outside of his day job, Eric is passionate about connecting with and showcasing the brilliant R community in multiple ways. You may recognize his voice from the R-Podcast that he launched in 2012. Eric is also the creator of the Shiny Developer Series where he interviews authors of Shiny-related packages and practitioners developing applications, as well as sharing his own R and Shiny adventures via livestreams on his Twitch channel. In addition, Eric is a curator for the RWeekly project and co-host of the RWeekly Highlights podcast which accompanies every issue.
Mike Thomas is the Chief Data Scientist at Ketchbrook Analytics, with background in credit risk modeling, regression & time series forecasting, machine learning, recommendation engines, and natural language processing. Mike has extensive data visualization experience across a variety of software products and technologies and is passionate about reproducibility and following healthy software development practices in data science. In addition, Mike is a co-host of the RWeekly Highlights Podcast.
Joe Cheng is the Chief Technology Officer at Posit and was the original creator of the Shiny web framework, and continues to work on packages at the intersection of R and the web.
David Granjon works as a Lead Shiny Developer at Cynkra. He is the founder and maintainer of the open source RinteRface organisation. He wrote Outstanding User Interfaces with Shiny, a CRC press book, available online.
Ryan Johnson was previously a research microbiologist and now is a data scientist at Posit. After years of working with high-throughput genomic data, he transitioned into a data science advisory role with Posit PBC. He lead workshops, webinars, and content creation to help data enthusiasts worldwide improve their workflows.
Posit Conf 2023
ggplot2
version 0.9.3
ggplot2
version 1.0.0
R package for visualizing how (and how fast/slow) your R code runs
-🔼 Min Processes
R package for visualizing how (and how fast/slow) your R code runs
-dev/run_dev.R
script to enable {profvis} profilingIf we encounter any technical issues with the cloud-based environments, it is a good idea to have a clone of this repository on your local laptop as a backup.
+If we encounter any technical issues with the cloud-based environments, it is a good idea to have a clone of the workshop repository on your local laptop as a backup. If you already have Git installed, you can clone the repository from https://github.com/posit-conf-2023/shiny-r-prod, or without Git you can download the repository using this link.
View screenshots in full screen
The repository for this workshop also gives you the ability to create custom Docker containers to encapsulate a complete R development environment tailored to this workshop.
+The repository for this workshop also gives you the ability to create custom Docker containers to encapsulate a complete R development environment tailored to this workshop. This workshop repository uses a similar container definition as found at https://github.com/rpodcast/r_dev_projects. At a high level, you will need an installation of Visual Studio Code with the Remote Development extension.
+zip
archive of the materials. A direct link to the archive is here..devcontainer
subdirectory, create a new file called .env
based on the template provided at .env.example
. In this file, change the value of the environment variable RENV_PATHS_CACHE_HOST
to the deisred directory on your system.localhost:4567
in your web browser.r.libPaths
setting in the R extension. Details at https://github.com/REditorSupport/vscode-R/wiki/Working-with-renv-enabled-projects .