Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesarm committed Mar 19, 2024
1 parent 3854afa commit 931c280
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 8 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 1.0.0
Authors@R:
c(person(given = "Michal",
family = "Kolesár",
role = c("aut", "cre"),
role = c("aut", "cre", "cph"),
email = "kolesarmi@googlemail.com",
comment = c(ORCID = "0000-0002-2482-7796")),
person(given= "Tim",
Expand All @@ -13,7 +13,9 @@ Authors@R:
email = "timothy.armstrong@usc.edu"))
Description: Honest and nearly-optimal confidence intervals in fuzzy and sharp
regression discontinuity designs and for inference at a point based on local
linear regression. Supports covariates, clustering, and weighting.
linear regression. The implementation is based on Armstrong and Kolesár (2018)
<doi:10.3982/ECTA14434>, and Kolesár and Rothe (2018)
<doi:10.1257/aer.20160945>. Supports covariates, clustering, and weighting.
Depends: R (>= 4.3.0)
License: GPL-3
Encoding: UTF-8
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. \doi{10.3982/QE1199}}
#' January 2020. \url{https://onlinelibrary.wiley.com/doi/full/10.3982/QE1199}}
#'
#' \cite{Michal Kolesár and Christoph Rothe. Inference in regression
#' discontinuity designs with a discrete running variable. American Economic
Expand Down
2 changes: 1 addition & 1 deletion R/documentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#' \item{margin}{Democratic margin of victory}
#' }
#' @source Mostly Harmless Econometrics data archive,
#' \url{https://economics.mit.edu/faculty/angrist/data1/mhe}
#' \url{https://economics.mit.edu/people/faculty/josh-angrist/mhe-data-archive}
#' @references{
#'
#' \cite{David S. Lee. Randomized experiments from non-random selection in U.S.
Expand Down
2 changes: 1 addition & 1 deletion 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://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)

# RDHonest

Expand Down
31 changes: 31 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Test environments
* local Debian 12 (bookworm) install, R 4.3.1
* Github actions
- macOS 12.7.3, R 4.3.3
- Windows Server 2022, R 4.3.3
- Ubuntu 22.04.4 LTS, R 4.3.3
- Ubuntu 20.04.4 LTS, R-devel


* win-builder, R-devel and R-release
* macbuilder macOS 13.3.1 (22E261) R4.3.0 Patched (2023-05-18 r84451)
* Rhub
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- Debian Linux, R-devel, GCC, no long double

## R CMD check results
There were no ERRORs or WARNINGs.
There was 1 NOTE:

Maintainer: ‘Michal Kolesár <kolesarmi@googlemail.com>

New submission

Possibly misspelled words in DESCRIPTION:
covariates (16:33)

THe misspelled word is correct, it refers to independent variables (covariates)
in a regression.

## Downstream dependencies
There are currently no downstream dependencies for this package
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.

2 changes: 1 addition & 1 deletion man/lee08.Rd

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

1 change: 0 additions & 1 deletion vignettes/np-testing-library.bib
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ @article{ArKo20
title = {Simple and Honest Confidence Intervals in Nonparametric Regression},
journal = {Quantitative Economics},
year = 2020,
doi = {10.3982/QE1199},
volume = 11,
number = 1,
pages = {1--39},
Expand Down

0 comments on commit 931c280

Please sign in to comment.