Skip to content

Commit 43acc6a

Browse files
authored
Merge pull request #13 from RANDCorporation/develop
optic 1.0.1
2 parents 73806fe + 854e5b9 commit 43acc6a

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: optic
33
Title: Simulation Tool for Causal Inference Using Longitudinal Data
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Authors@R: c(
66
person("Beth Ann", "Griffin", , "bethg@rand.org", role = c("aut", "cph"),
77
comment = c(ORCID = "0000-0002-2391-4601")),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# optic 1.0.1
2+
3+
* reduces run-time of vignettes by reducing number of replications.
4+
15
# optic 1.0.0
26

37
* First package release.
8+

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ linkcolor: blue
77
nocite: '@*'
88
---
99

10-
<!-- README.md is generated from README.Rmd. Please edit that file. -->
10+
<!-- README.md is generated from README.Rmd. Please edit that file. -->
1111

1212
```{r, include = FALSE}
1313
knitr::opts_chunk$set(

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<!-- README.md is generated from README.Rmd. Please edit that file. -->
2+
<!-- README.md is generated from README.Rmd. Please edit that file. -->
33

44
# optic <a href='https://github.com/RANDCorporation/optic'><img src='man/figures/optic.png' align="right" height="139" style="height:139px !important;" /></a>
55

@@ -138,7 +138,6 @@ class="csl-entry">
138138
Ben-Michael, Eli, Avi Feller, and Jesse Rothstein. 2021. “The Augmented
139139
Synthetic Control Method.” *Journal of the American Statistical
140140
Association* 116 (536): 1789–1803.
141-
<https://doi.org/10.1080/01621459.2021.1929245>.
142141

143142
</div>
144143

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## R CMD check results
22

3-
* This is a new release.
3+
* Update patch - solves an intermittent CRAN check issue related to the vignette run time.
44

55
No Error or Warnings.
66

vignettes/optic_refs.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,12 @@
143143
"id": "ben-michaelAugmentedSyntheticControl2021",
144144
"type": "article-journal",
145145
"container-title": "Journal of the American Statistical Association",
146-
"DOI": "10.1080/01621459.2021.1929245",
147146
"ISSN": "0162-1459",
148147
"issue": "536",
149148
"journalAbbreviation": "Journal of the American Statistical Association",
150149
"note": "publisher: Taylor & Francis",
151150
"page": "1789-1803",
152151
"title": "The Augmented Synthetic Control Method",
153-
"URL": "https://doi.org/10.1080/01621459.2021.1929245",
154152
"volume": "116",
155153
"author": [
156154
{

0 commit comments

Comments
 (0)