Skip to content

Commit

Permalink
Update readme, doi fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesarm committed Mar 23, 2024
1 parent 9826d15 commit 73f3ef3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.0.0
Date: 2024-03-20 01:40:54 UTC
SHA: dbb09ef6eae8689c3cc8a16aa9dcbdcdc6589db8
Date: 2024-03-22 00:10:54 UTC
SHA: 9826d157364585ca2aba90ff4a3471bb25a49eb6
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RDHonest
Title: Honest Inference in Regression Discontinuity Designs
Version: 1.0.0
Version: 1.0.0.9000
Authors@R:
c(person(given = "Michal",
family = "Kolesár",
Expand Down
2 changes: 1 addition & 1 deletion R/RDHonest.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
#'
#' \cite{Timothy B. Armstrong and Michal Kolesár. Simple and honest confidence
#' intervals in nonparametric regression. Quantitative Economics, 11(1):1–39,
#' January 2020.}
#' January 2020. \doi{10.3982/QE1199}}
#'
#' \cite{Michal Kolesár and Christoph Rothe. Inference in regression
#' discontinuity designs with a discrete running variable. American Economic
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![R-CMD-check](https://github.com/kolesarm/RDHonest/workflows/R-CMD-check/badge.svg)](https://github.com/kolesarm/RDHonest/actions) [![Coverage status](https://codecov.io/gh/kolesarm/RDHonest/branch/master/graph/badge.svg)](https://app.codecov.io/github/kolesarm/RDHonest?branch=master)
[![R-CMD-check](https://github.com/kolesarm/RDHonest/workflows/R-CMD-check/badge.svg)](https://github.com/kolesarm/RDHonest/actions) [![Coverage status](https://codecov.io/gh/kolesarm/RDHonest/branch/master/graph/badge.svg)](https://app.codecov.io/github/kolesarm/RDHonest?branch=master) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/RDHonest)](https://cran.r-project.org/package=RDHonest)

# RDHonest

Expand All @@ -23,7 +23,15 @@ Foundation under grant numbers SES-1628939 (Armstrong) and SES-1628878

## Installation

you can get the current development version from GitHub:
You can install the released version of `ebci` from
[CRAN](https://CRAN.R-project.org/package=RDHonest) with:

``` r
install.packages("RDHonest")
```


Alternatively, you can get the current development version from GitHub:

``` r
if (!requireNamespace("remotes")) {
Expand Down
Binary file modified doc/RDHonest.pdf
Binary file not shown.
Binary file modified doc/manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion man/RDHonest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vignettes/np-testing-library.bib
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ @article{ArKo20
author = {Armstrong, Timothy B. and Kolesár, Michal},
title = {Simple and Honest Confidence Intervals in Nonparametric Regression},
journal = {Quantitative Economics},
doi = {10.3982/QE1199},
year = 2020,
volume = 11,
number = 1,
Expand Down

0 comments on commit 73f3ef3

Please sign in to comment.