Extensions:
- Implemented an export option that allows users to download a
zip file containing the data and a R notebook based variant of the ExPanD
analysis (
export_nb_option = TRUE
)
Minor issues:
- Typo fixes
Extensions:
-
Introduced
html_block
tag incomponents
to allow users to add self-designed html content toExPanD()
-
Added
sample_selection
,subset_factor
,grouping
andudvars
variables tocomponents
inExPanD()
so that these parts can also be re-arrannged or ommitted -
Allowed user defined variables to be built on analysis variables and used in simple_mode
-
Added new vignette to explain new features
Bug fixes:
-
Made Stata import more robust
-
Fixed hover code in correlation and scatter plots to adjust for
img_css_ratio
Minor issues:
-
Removed non-ASCII characters from NAMESPACE
-
Allowed more flexible handling of binary variables in
ExPanD()
-
Added additional examples to Github repository (not in package)
-
Updated World Bank data
-
Switched to openssl package (Thank you to Jeroen Ooms for the PR)
-
Marginally improved error checking for config upload
Extensions:
-
Removed the requirement for at least one non-numerical variable
-
Added by group violin plot
-
Included
!
andis.na()
as allowed functions for user defined variables -
Introduced the option to change the order of reported components and to exclude selected components
-
Added clustered standard errors and fixed effects for logit models in
prepare_regression_table()
-
Implemented binary response logit models in
ExPanD()
Bug fixes:
-
Fixed a sorting bug in long variable definition construction
-
Fixed a bug in
ExPanD()
extreme obs plot (was sorting on grouping variable)
Minor issues:
-
Removed the dependency with the CodeDepends package
-
Added rio package to the imports list
-
Added packages used by
ExPanD()
toNAMESPACE
to make CRAN checks happy -
UI cleanups
-
Fixed the definition of
oint_ta
inr3
dataset -
Added a check to verify that
ts_ids
provided as ordered vectors -
Fixed a typo in
worldbank_var_def
-
Removed the
drop_undersore
parameter inprepare_regression_table()
(no longer needed) -
Work-around for special characters in stargazer
column.labels
-
Marginally improved error handling for user provided data files
-
Allowed
treat_outliers()
to route parameters through tostats::quantile()
(needed for type parameter) -
Changed
NA
handling inprepare_graph
type functions
- Initial version on CRAN