Skip to content

Commit

Permalink
Address win-builder note and update news for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-muston committed May 4, 2024
1 parent c088b2a commit a35a9a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# psm3mkv 0.2.2
# psm3mkv 0.2.2 (4 May 2024)

Several minor changes to ready the package for CRAN.

- Reduced exported functions to only those necessary.
- Reviewed and updated documentation and vignettes.
- Reworked `calc_surv()` and `calc_haz()` functions and calls to make more efficient use of `flexsurv` objects.
- Switched logo to corporate teal.
- Fix all `R CMD check` notes.

# psm3mkv 0.2.1 (14 Apr 2024)
Expand Down
10 changes: 9 additions & 1 deletion man/graph_survs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/mortality-adjustments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ mort <- readHMDweb(
mort <- add_row(mort, Age = 111, lx = 0, Timey = 60)
```

You will see that the above code cannot run without a login for the [Human Mortality Database](www.mortality.org). Alternatively, we could just make up a mortality table.
You will see that the above code cannot run without a login for the [Human Mortality Database](https://www.mortality.org). Alternatively, we could just make up a mortality table.

```{r ltable2}
mort <- tibble(
Expand Down

0 comments on commit a35a9a3

Please sign in to comment.