Skip to content

Commit

Permalink
feat: #96 stability section
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Dec 21, 2023
1 parent cee053a commit d689229
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion posts/2023-12-18_admiral_1_0/admiral_1_0.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,11 @@ For example, if you click through the issue for `derive_extreme_event()` that id

# Commitment to Stability

admiral was born out of a conversation between Thomas Neitmann and Michael Rimler almost three years ago. Check out this [history blog post](https://pharmaverse.github.io/blog/posts/2023-10-10_pharmaverse_story/pharmaverse_story.html) for some of the play by play. During that time, we have worked a furious pace to produce functions that can do almost all derivations needed for common ADaMs. However, we have noticed that some functions are very similar to others and have sought to consolidate to reduce the number of functions. Unfortunately, this creates a lot of deprecation and frus
admiral was born out of a conversation between Thomas Neitmann and Michael Rimler almost three years ago. Check out this [history blog post](https://pharmaverse.github.io/blog/posts/2023-10-10_pharmaverse_story/pharmaverse_story.html) for some of the play by play. During that time, we have worked at a furious pace to produce functions that can do almost all derivations needed for common ADaMs. However, we have noticed that some functions are very similar to others and have sought to consolidate to reduce the number of functions. Unfortunately, this creates a lot of deprecation and frustration for users.

Enter Superseded!!

Now with the release of `1.0.0` we are going to _superseded_ functions going forward. This is the process where when we introduce new functions to replace other functions, we will no longer deprecate the replaced functions. Now we will supersede them, i.e. we will keep the function in the codebase for a long time, but recommend the use of the new function. If the function were to be removed from the codebase this will be done many years from the time it is superseded. Please note, that superseded functions that have bugs identified will be fixed.


# New On-boarding Resources
Expand All @@ -270,6 +274,10 @@ Inspired by other R package cheat sheets! We try and surface commonly needed fun
knitr::include_graphics("cheatsheet.png")
```

## Way back machine



<!--------------- appendices go here ----------------->

```{r, echo=FALSE}
Expand Down

0 comments on commit d689229

Please sign in to comment.