From 72a5b063741ef704fafd855d2dd40d357b09387e Mon Sep 17 00:00:00 2001 From: StefanThoma <40463122+StefanThoma@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:55:15 +0200 Subject: [PATCH] added code chunk --- posts/2023-07-20_cross_company_dev/cross_industry_dev.qmd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/posts/2023-07-20_cross_company_dev/cross_industry_dev.qmd b/posts/2023-07-20_cross_company_dev/cross_industry_dev.qmd index 6ccd25ed..1a7d5ec8 100644 --- a/posts/2023-07-20_cross_company_dev/cross_industry_dev.qmd +++ b/posts/2023-07-20_cross_company_dev/cross_industry_dev.qmd @@ -57,6 +57,14 @@ A working prototype of [{admiral}](https://github.com/pharmaverse/admiral) was t In our effort to communicate openly, we informed statistical programmers from over 20 companies about the [{admiral}](https://github.com/pharmaverse/admiral) project and invited them to try it out and provide feedback once released. In the end, we received over 500 comments from over 50 programmers. +```{r} +#| eval: false +# check out the latest admiral release from CRAN: +install.packages("admiral") + +library(admiral) +``` + This was instrumental in creating a product that was optimised for general usage in the clinical reporting field and ensured that other companies would not unknowingly invest into their own solution to this challenge. Open sourcing early is particularly beneficial because this ensures from the get-go that code created is aimed at a general audience, and not company specific (perhaps by accident).