Skip to content

Releases: DeclareDesign/DesignLibrary

version 0.1.10

Choose a tag to compare

@graemeblair graemeblair released this 07 Jun 05:12

Bug fixes

v0.1.8

Choose a tag to compare

@jaspercooper jaspercooper released this 10 Sep 18:04
9d40034
Merge pull request #260 from DeclareDesign/update-for-dd-0.28.0

DesignLibrary 0.1.8 ready for cran

v0.1.6

Choose a tag to compare

@jaspercooper jaspercooper released this 03 Mar 17:36

declare_estimands -> declare_inquiries

V0.1.5.5 Patch

Choose a tag to compare

@jaspercooper jaspercooper released this 01 Dec 18:12

Documentation updates for CRAN

V0.1.5 Patch

Choose a tag to compare

@jaspercooper jaspercooper released this 30 Nov 21:44
3211bc4
  • fixed bug in randomized_response_designer diagnosands

  • deprecated tidy_estimator()

V0.1.4 Patch

Choose a tag to compare

@jaspercooper jaspercooper released this 17 Jun 18:50
ea6e2a0
  • 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

Choose a tag to compare

@jaspercooper jaspercooper released this 03 May 14:24
da49119
  • 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

Choose a tag to compare

@jaspercooper jaspercooper released this 18 Nov 15:33
2067544

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

Version 0.1.1

Choose a tag to compare

@jaspercooper jaspercooper released this 25 Aug 17:03
  • 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

Choose a tag to compare

@jaspercooper jaspercooper released this 12 Aug 17:39
Fix typo in DESCRIPTION for CRAN release

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