Skip to content

Commit

Permalink
added code chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanThoma committed Aug 2, 2023
1 parent bc78afd commit 72a5b06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions posts/2023-07-20_cross_company_dev/cross_industry_dev.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 72a5b06

Please sign in to comment.