sivirep 0.0.1
This is the initial version of the package. It contains four modules which are as follows:
-
import_data
: contains the functions and logic to import data from SIVIGILA -
checking_data
: groups the functions that allow generating distributions of cases -
cleaning_data
: contains the set of functions that enable data cleaning -
plotting_data
: contains the set of functions that allow generating distribution plots
sivirep 0.0.9
This version includes a complete refactoring of the package, an R Markdown template called Reporte Basico
to facilitate report generation for users, bug fixes, and various improvements identified from user testing conducted with the Secretariat of Health of Bogotá, health professionals and students from the Technological University of Chocó, and expert reviews carried out by the Colombia’s National Institute of Health.
The modules represent the data flow that the user must follow to generate the automated report, and the functions represent the key variables to be considered for generating a descriptive analysis that facilitates decision-making and the obtaining of key indicators defined in the protocols of events or diseases by the Colombia’s National Institute of Health.
sivirep 1.0.0
CRAN release: 2024-11-14
This major release introduces a variety of significant new features and addresses bugs identified in previous versions of the package. The updates are based on usability testing and the expert review process conducted with Colombia’s National Institute of Health.
New features
Incidence:
Set of functions to import, group, and plot the incidence calculations of a specific disease or event for Colombia, departments, or municipalities
Ethnicity
Functions to generated the cases distribution, and plot of the ethnicity groups related to a specific disease or event
Years (restrospective)
Functions to generate the distribution of cases, and plot across multiple years
Events
Functions to generate the distribution of cases by event type
agrupar_events()
plot_tabla_tipos_event()
Geographic Area
Functions to generate and plot the distribution of cases by geographic area, including top departments or municipalities.
agrupar_area_geo()
agrupar_top_area_geo()
plot_area_geo
plot_top_area_geo
sivirep 1.0.1
CRAN release: 2024-12-03
This patch release fixes the following items:
es_ES
was replaced withes-ES
in theDESCRIPTION
file.Updated function examples that require data import and use the
cache
parameter to prevent an increase in the package’s size on CRAN.Rename the report template
Reporte Basico
toReporte Evento
sivirep 1.0.2
This patch release includes the following improvements and fixes:
Updated and added new
lintr
validations to ensure consistent code quality.Fixed pattern matching in
import_data_event
function and validations; added a reference tolist_events
in the documentation.Added a handler on
Report template skeleton
to display warning or errors
fromimport_data_event
function during report rendering, based on input parameter.Added a reference to the
Analisis Personalizados
article inREAMDE
file andGetting Started
guide.Included a note highlighting the requirement of an Internet connection on
the firs use in all functions that import or download data.Created English-language articles introducing to
Custom Analysis
workflow and an overview ofsivirep
package.