This release implements various suggestions from stephens999 and pcarbo during their review in the past couple of months, including:
* [92](https://github.com/stephenslab/dsc/issues/92) paired parameter input convention.
* [90](https://github.com/stephenslab/dsc/issues/90) and [93](https://github.com/stephenslab/dsc/issues/93) use `Rmd` files as module executables.
* [94](https://github.com/stephenslab/dsc/issues/94) and [95](https://github.com/stephenslab/dsc/issues/95) added `DSC::replicate` and command option `--replicate`.
* [102](https://github.com/stephenslab/dsc/issues/102) a `-h` option to show benchmark summary.
* Enhance `R()` operator due to use of [dscrutils](https://github.com/stephenslab/dsc/tree/master/dscrutils) package. This packages is now required to parse DSC file when `R` modules are involved.
* Add, by default, a variable `DSC_DEBUG` to output files that saves various runtime info.
* SoS bumped to 0.9.13.2
* Support R github package force install when version mismatches.
* Fix bug with `--touch` option.
* Force use `pip` to install local development version.
* [97](https://github.com/stephenslab/dsc/issues/97) Improved error logging and reporting behavior.
* [minor] Revert from `ruamel.yaml` to `yaml` for better performance.
* [minor] [96](https://github.com/stephenslab/dsc/issues/96), [98](https://github.com/stephenslab/dsc/issues/98)
* [minor] Various bug fixes.
The project is also renamed to `DSC`.