From 2f6d2d075163d326f41fcd544580000558c3eeee Mon Sep 17 00:00:00 2001 From: David Santiago Quevedo <67650252+davidsantiagoquevedo@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:38:15 +0100 Subject: [PATCH] lints --- posts/vaccineff_v1.0.0/index.qmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/posts/vaccineff_v1.0.0/index.qmd b/posts/vaccineff_v1.0.0/index.qmd index 7b51f32a..407a5cc6 100644 --- a/posts/vaccineff_v1.0.0/index.qmd +++ b/posts/vaccineff_v1.0.0/index.qmd @@ -7,7 +7,7 @@ categories: [new-release] --- We are very excited to announce the release of a new vaccineff version v1.0.0. -The package offers tools for estimating vaccine effectiveness (VE) and related +The package offers tools for estimating vaccine effectiveness (VE) and related metrics, with features like: * Estimation in a cohort study design via the Cox model for Proportional Hazards @@ -27,12 +27,12 @@ and detailed reports. ## Breaking Changes -`{vaccineff 1.0.0}` refactors the package's internal structure for better +`{vaccineff 1.0.0}` refactors the package's internal structure for better maintainability. * **`estimate_vaccineff()`** replaces `effectiveness()`. - - It returns an object of class `vaccineff`. - - The `at` parameter must always be provided for accurate results. + * It returns an object of class `vaccineff`. + * The `at` parameter must always be provided for accurate results. * **`plot.vaccineff_data()`** replaces `plot_coverage()`.