Skip to content

Commit

Permalink
version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose R. Zubizarreta authored and cran-robot committed Aug 29, 2023
1 parent c3e3371 commit 5a68c37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: designmatch
Type: Package
Title: Matched Samples that are Balanced and Representative by Design
Version: 0.5.3
Date: 2023-07-10
Version: 0.5.4
Date: 2023-08-29
Author: Jose R. Zubizarreta <[email protected]>, Cinar Kilcioglu <[email protected]>, Juan P. Vielma <[email protected]>, Eric R. Cohn <[email protected]>
Maintainer: Jose R. Zubizarreta <[email protected]>
Depends: R (>= 3.2), lattice, MASS, slam, highs
Enhances: gurobi, Rcplex, Rglpk, Rmosek, Rsymphony
License: GPL-2 | GPL-3
Description: Includes functions for the construction of matched samples that are balanced and representative by design. Among others, these functions can be used for matching in observational studies with treated and control units, with cases and controls, in related settings with instrumental variables, and in discontinuity designs. Also, they can be used for the design of randomized experiments, for example, for matching before randomization. By default, 'designmatch' uses the 'highs' optimization solver, but its performance is greatly enhanced by the 'Gurobi' optimization solver and its associated R interface. For their installation, please follow the instructions at <https://www.gurobi.com/documentation/quickstart.html> and <https://www.gurobi.com/documentation/7.0/refman/r_api_overview.html>. We have also included directions in the gurobi_installation file in the inst folder.
NeedsCompilation: no
Packaged: 2023-07-10 18:04:58 UTC; eric
Packaged: 2023-08-29 15:47:00 UTC; eric
Repository: CRAN
Date/Publication: 2023-07-10 22:40:02 UTC
Date/Publication: 2023-08-29 16:30:09 UTC
4 changes: 2 additions & 2 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
55a37634505f6b52c530e90598041930 *DESCRIPTION
9d05e1097f2e1aa3bbc956e01c273b5e *DESCRIPTION
45cba158a6e3de9c2156a518f2f24628 *NAMESPACE
4035589e4087aa8c0dfc97e90db340f8 *R/absstddif.r
7d1a85944bcd2594e3ab13ffdd80bd1e *R/addcalip.r
Expand Down Expand Up @@ -30,7 +30,7 @@ fca1c5c2ab15ec2207f7f77919cca494 *inst/gurobi_installation.txt
a8685672a86c1c9e7c630b430a193f5f *man/absstddif.Rd
24064d46ad3c8d8c0ba66b1d077ce560 *man/bmatch.Rd
332017726f0e529aa0af7ec67bd736dd *man/cardmatch.Rd
e61d158873b0ed5f8370adc0a8a7c7fa *man/designmatch-package.Rd
e203e2cc9db9ff27e4eda20c58470d00 *man/designmatch-package.Rd
9d510e34095ba20a26ae6ed0e3b7807a *man/distmat.Rd
af456f0b2fbc3bb7d9c7feeefd3087fe *man/distmatch.Rd
1d59c6df9d58dd6a7d6d7e94a0a535b8 *man/ecdfplot.Rd
Expand Down
4 changes: 2 additions & 2 deletions man/designmatch-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Optimal Matched Design of Randomized Experiments and Observational Studies
\tabular{ll}{
Package: \tab designmatch\cr
Type: \tab Package\cr
Version: \tab 0.2\cr
Date: \tab 2016-08-09\cr
Version: \tab 0.5.4\cr
Date: \tab 2023-08-29\cr
License: \tab GPL-2 | GPL-3\cr
}
}
Expand Down

0 comments on commit 5a68c37

Please sign in to comment.