This is a minor release. In this version I have:
- Added a couple more possible elements to the
options
argument to therefine
function. These areminsplit
for the minimum number of treated or control units to allow in a split stratum andthreads
for the number of threads to use in the optimization.
I am unable to fix the NOTE about 'gurobi' not being available for checking since it is a commercial software and the R package must be downloaded from their website. However, it is only suggested and the package works without it. Installation instructions for the R package 'gurobi' are in the description of the package.
- local macOS install, R 4.2.2
- macOS builder
- win-builder (devel and release)
- github actions:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
There were no ERRORs or WARNINGs.
There were 2 NOTEs:
- checking CRAN incoming feasibility ... NOTE Maintainer: 'Katherine Brumberg [email protected]'
Suggests or Enhances not in mainstream repositories: gurobi
- checking package dependencies ... NOTE Package suggested but not available for checking: 'gurobi'
'gurobi' is a commercial optimization software, and is not required for the use of my package, although it is recommended. Instructions for installation are included in the description.
There are currently no downstream dependencies for this package.