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).