NEWS.md
read_faers()
function, which includes all read_*()
function (with * in {demo
, drug
, indi
, outc
, reac
,rpsr
, and ther
})faers_*()
import FAERS data before 2014Q4 in the same structure as FAERS data from 2014Q4faers_*()
create a new coloum, “period”, with year and quarter throught period_from_path()
period_from_path()
function in order to extract year and quarter from FAERS db path.\dontrun{}
to examples with side effects.list_of_faers_year()
into years_from_faers_html()
fetch_faers_meta()
and years_from_faers_html()
to have in input the FAERS’ meta html. This way it is possible to download the HTML only once.import faers_html()
into current_faers_html()
to directly access to current_faers_meta_url()
.list_of_faers_data
into fetch_faers_meta()
. Now it always return a tible
, using fixed internal parametrization for FAERS meta-data URL. Internal computational service function are extracted and tested.compose_faers_link()
with the updated is_year_quarter_available()
.check_year
into is_year_quarter_available()
to always return booleans and check against real FAERS data (using quarter too)..lintr
to set the default linters.dev/02-development.R
.read_*()
(with * in {demo
, drug
, indi
, outc
, reac
, rpsr
, and ther
}) functions to read FAERS raw data into tibbles..lintr
to set the default lintersdev/02-development.R
|>
) operator.README.Rmd
and added them in the GitHub templates (including issues)..Rbuildignore
d the data-raw/
folder.README.Rmd
file to produce README.md
, i.e., the project’s home page.NEWS.md
file to track changes to the package.