From 171c5e8901ffa493a730a1973827f6d7aa574288 Mon Sep 17 00:00:00 2001 From: r-kowalczyk <93526612+r-kowalczyk@users.noreply.github.com> Date: Wed, 4 May 2022 17:15:33 +0100 Subject: [PATCH] typo fix Changing "model" to plural --- 01-big-shiny.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-big-shiny.Rmd b/01-big-shiny.Rmd index d934d81f..efb2855a 100644 --- a/01-big-shiny.Rmd +++ b/01-big-shiny.Rmd @@ -546,7 +546,7 @@ To make your project a success, you need to use tools that reduce the complexity [^big-shiny-11]: By production-grade, we mean a software that can be used in a context where people use it for doing their job, and where failures or bugs have real-life consequences. -In other words, production-grade `{shiny}` apps require working with a software engineering mindset, which is not always an easy task in the R world: many R developers have learned this language as a tool for doing data analysis, building model, and making statistics; not really as a tool for building software. +In other words, production-grade `{shiny}` apps require working with a software engineering mindset, which is not always an easy task in the R world: many R developers have learned this language as a tool for doing data analysis, building models, and making statistics; not really as a tool for building software. The use of R has evolved since its initial version released in 1995, and using this programming language as a tool to build software for production is still a challenge, even `r lubridate::year(Sys.Date()) - 1995` years after its first release. And still today, for a lot of R users, the software is still used as an "experimentation tool", where production quality is one of the least concerns.