Releases: DeclareDesign/DesignLibrary
version 0.1.10
Bug fixes
v0.1.8
Merge pull request #260 from DeclareDesign/update-for-dd-0.28.0 DesignLibrary 0.1.8 ready for cran
v0.1.6
declare_estimands -> declare_inquiries
V0.1.5.5 Patch
Documentation updates for CRAN
V0.1.5 Patch
-
fixed bug in randomized_response_designer diagnosands
-
deprecated
tidy_estimator()
V0.1.4 Patch
-
Minor patch for to fix tests that new version of rlang (0.3.0) broke
-
Also fixed a bug with fixed arguments
V0.1.3
-
updated code to be compatible to new DeclareDesign version on CRAN (fixes
a few bugs that were breaking CRAN checks) -
added dependency on
glue
for better and lessrlang
- heavy handling of strings -
construct_design_code()
vastly improved -
changed
fixed
toargs_to_fix
and made it possible for every designer -
added definitions and other attributes to all designers to integrate better
with external shiny app -
added some new error handling for cases that weren't handled before
-
improved correlation handling in
block_cluster_two_arm_designer()
,
mediation_analysis_designer()
, andpretest_posttest_designer()
-
updated estimands in
binary_iv_designer()
V0.1.2 Patch
Updated DesignLibrary
to reflect a bunch of changes to estimatr
and DeclareDesign
, fixed lots of small things within designers.
Version 0.1.1
- Added designer for process-tracing designs (
process_tracing_designer()
) - Added designer for simple instrumental variables designs (
simple_iv_designer()
) - Added new arguments to
regression_discontinuity_designer()
to allow for setting variance and shape of potential outcomes functions - Added blocking to
cluster_sampling_designer()
- Added more flexible ways to specify
N
inblock_cluster_two_arm_designer()
- Cleaned up various inconsistencies in documentation
- Cleaned up dependencies in DESCRIPTION
- Cleaner method for handling global variables in DesignLibrary.R
- Used
importFrom
to fix notes and errors incheck_results_DesignLibrary.html
First CRAN release
Fix typo in DESCRIPTION for CRAN release - fixes #151 - will be committed to CRAN as same-version update (per conversation with maintainers)