Skip to content

Commit 7dfcd55

Browse files
committed
v1.0.1: add s3 tests; RNGv3.5.0
1 parent 2e08280 commit 7dfcd55

33 files changed

+299
-245
lines changed

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^README\.Rmd$
4+
^README\.md$
45
^README-.*\.png$
6+
^README\.html$
57
^CONDUCT\.md$
68
^scratch$
79
^\.travis\.yml$
810
^codecov\.yml$
911
^cran-comments\.md$
1012
^_pkgdown\.yml$
1113
^docs$
12-
^README\.html$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: clusteredinterference
22
Type: Package
3-
Date: 2018-02-12
3+
Date: 2019-03-16
44
Title: Causal Effects from Observational Studies with Clustered Interference
5-
Version: 1.0.0.9000
5+
Version: 1.0.1
66
Authors@R: c(person("Brian G.", "Barkley", email = "[email protected]",
77
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1787-4735")),
88
person("Bradley", "Saul", role = c("ctb")))

R/Estimator.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
#' @examples
109109
#' \dontrun{
110-
#' data("toy_data", "clusteredinterference")
110+
#' toy_data <- clusteredinterference::toy_data
111111
#' causal_fx <- policyFX(
112112
#' data = toy_data,
113113
#' formula = Outcome | Treatment ~ Age + Distance + (1 | Cluster_ID) | Cluster_ID,

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ knitr::opts_chunk$set(
2121

2222
# About the 'clusteredinterference' package
2323

24-
This package implements the estimators proposed in [Barkley et al. (2017), _Causal Inference from Observational Studies with Clustered Interference_](https://arxiv.org/abs/1711.04834) for estimating the causal effects of different treatment policies in the presence of partial or clustered interference. The package is available [on CRAN](https://cran.r-project.org/web/packages/clusteredinterference/index.html) with a [companion website](https://barkleybg.github.io/clusteredinterference/)
24+
This package implements the estimators proposed in [Barkley et al. (2017), _Causal Inference from Observational Studies with Clustered Interference_](https://arxiv.org/abs/1711.04834) for estimating the causal effects of different treatment policies in the presence of partial or clustered interference. The package is available [on CRAN](https://CRAN.R-project.org/package=clusteredinterference) with a [companion website](https://barkleybg.github.io/clusteredinterference/)
2525

2626

2727
## What is clustered interference?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output: github_document
1515

1616
# About the 'clusteredinterference' package
1717

18-
This package implements the estimators proposed in [Barkley et al. (2017), _Causal Inference from Observational Studies with Clustered Interference_](https://arxiv.org/abs/1711.04834) for estimating the causal effects of different treatment policies in the presence of partial or clustered interference. The package is available [on CRAN](https://cran.r-project.org/web/packages/clusteredinterference/index.html) with a [companion website](https://barkleybg.github.io/clusteredinterference/)
18+
This package implements the estimators proposed in [Barkley et al. (2017), _Causal Inference from Observational Studies with Clustered Interference_](https://arxiv.org/abs/1711.04834) for estimating the causal effects of different treatment policies in the presence of partial or clustered interference. The package is available [on CRAN](https://CRAN.R-project.org/package=clusteredinterference) with a [companion website](https://barkleybg.github.io/clusteredinterference/)
1919

2020

2121
## What is clustered interference?

cran-comments.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
## Resubmission
2-
This is a resubmission. In this version I have:
3-
4-
* Removed the LICENSE file
5-
* Changed DESCRIPTION from "License: GPL-3 + file LICENSE" to "License: GPL-3"
2+
This is a minor update. In this version I have
63

74
## Test environments
8-
* local Windows 7 install, R 3.3.0
9-
* ubuntu 12.04 (on travis-ci), R 3.3.0
5+
* macOS Sierra 10.12.6, R 3.5.1 (local machine)
106
* win-builder (devel and release)
117

128

139
## R CMD check results
1410

15-
0 errors | 0 warnings | 1 note
11+
0 errors | 0 warnings | 0 notes
12+
13+
## Release summary
1614

17-
* This is a new release.
15+
This is the second CRAN release of clusteredinterference.
1816

1917
## Reverse dependencies
2018

21-
This is a new release, so there are no reverse dependencies.
19+
There are no reverse dependencies.
2220

docs/CONDUCT.html

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)