Skip to content

Commit

Permalink
Pull Request follow-up for #30: Delete all Vignette References (#57)
Browse files Browse the repository at this point in the history
* Added basic tests

* Fixed minor typo; fixed tests

* Added pandoc to gh actions

* Still trying pandoc

* Still trying pandoc

* Still trying pandoc (typo)

* Added latex

* Debugging missing extra packages

* Moved lfe install to test script

* Moved lfe install to test script (debugging)

* Added testthat

* Added haven for some reason

* Gave up and added lfe to recomended packages (for test)

* Deleted all Vignette references

* Link old vignette from README
  • Loading branch information
mcaceresb authored May 21, 2024
1 parent fdadae3 commit 0bbadb9
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 613 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ README
deltaSD.png
^LICENSE\.md$
.github
vignettes/precompute.R
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ Description:
Provides functions to conduct robust inference in difference-in-differences and event study designs by implementing the methods developed in Rambachan & Roth (2023, RESTUD), "A More Credible Approach to Parallel Trends" [Previously titled "An Honest Approach..."]. Inference is conducted under a weaker version of the parallel trends assumption. Uniformly valid confidence sets are constructed based upon conditional confidence sets, fixed-length confidence sets and hybridized confidence sets.
Encoding: UTF-8
LazyData: true
VignetteBuilder:
knitr
License: MIT + file LICENSE
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ HonestDiD::createSensitivityPlot_relativeMagnitudes(sensitivity_results$robust_c

## Additional options and resources

See the previous package [vignette] for additional examples and package options, including incorporating sign and monotonicity restrictions, and combining relative magnitudes and smoothness restrictions.
See the previous package [vignette](https://github.com/asheshrambachan/HonestDiD/blob/fdadae33428a024df204c210da48cc5362966e89/vignettes/HonestDiD_Example.pdf) for additional examples and package options, including incorporating sign and monotonicity restrictions, and combining relative magnitudes and smoothness restrictions.

You can also view a video presentation about this paper [here](https://www.youtube.com/watch?v=6-NkiA2jN7U).
You can view a video presentation about this paper [here](https://www.youtube.com/watch?v=6-NkiA2jN7U).

## Authors

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ HonestDiD::createSensitivityPlot_relativeMagnitudes(sensitivity_results$robust_c

## Additional options and resources

See the previous package \[vignette\] for additional examples and
See the previous package [vignette](https://github.com/asheshrambachan/HonestDiD/blob/fdadae33428a024df204c210da48cc5362966e89/vignettes/HonestDiD_Example.pdf) for additional examples and
package options, including incorporating sign and monotonicity
restrictions, and combining relative magnitudes and smoothness
restrictions.
Expand Down
Binary file removed data/VignetteResults.rda
Binary file not shown.
18 changes: 0 additions & 18 deletions man/VignetteResults.Rd

This file was deleted.

372 changes: 0 additions & 372 deletions vignettes/HonestDiD_Example.Rmd

This file was deleted.

Binary file removed vignettes/HonestDiD_Example.pdf
Binary file not shown.
50 changes: 0 additions & 50 deletions vignettes/bibliography.bib

This file was deleted.

167 changes: 0 additions & 167 deletions vignettes/precompute.R

This file was deleted.

0 comments on commit 0bbadb9

Please sign in to comment.