Skip to content

Releases: DeclareDesign/DesignLibrary

version 0.1.10

07 Jun 05:12
Compare
Choose a tag to compare

v0.1.8

10 Sep 18:04
9d40034
Compare
Choose a tag to compare
Merge pull request #260 from DeclareDesign/update-for-dd-0.28.0

DesignLibrary 0.1.8 ready for cran

v0.1.6

03 Mar 17:36
Compare
Choose a tag to compare

declare_estimands -> declare_inquiries

V0.1.5.5 Patch

01 Dec 18:12
Compare
Choose a tag to compare

Documentation updates for CRAN

V0.1.5 Patch

30 Nov 21:44
3211bc4
Compare
Choose a tag to compare
  • fixed bug in randomized_response_designer diagnosands

  • deprecated tidy_estimator()

V0.1.4 Patch

17 Jun 18:50
ea6e2a0
Compare
Choose a tag to compare
  • 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

03 May 14:24
da49119
Compare
Choose a tag to compare
  • 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 less rlang- heavy handling of strings

  • construct_design_code() vastly improved

  • changed fixed to args_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(), and pretest_posttest_designer()

  • updated estimands in binary_iv_designer()

V0.1.2 Patch

18 Nov 15:33
2067544
Compare
Choose a tag to compare

Updated DesignLibrary to reflect a bunch of changes to estimatr and DeclareDesign, fixed lots of small things within designers.

Version 0.1.1

25 Aug 17:03
Compare
Choose a tag to compare
  • 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 in block_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 in check_results_DesignLibrary.html

First CRAN release

12 Aug 17:39
Compare
Choose a tag to compare
Fix typo in DESCRIPTION for CRAN release

- fixes #151
- will be committed to CRAN as same-version update (per conversation with maintainers)