Skip to content

Commit 9b24adc

Browse files
dont run long example on check
1 parent 55a8121 commit 9b24adc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

selectiveInference/man/ROSI.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,13 @@ arXiv:1703.03282
125125

126126
\examples{
127127

128+
\donttest{
128129
library(selectiveInference)
129130
library(glmnet)
130131
set.seed(43)
131132

132133
n = 100
133-
p = 20
134+
p = 200
134135
s = 2
135136
sigma = 1
136137

@@ -169,6 +170,6 @@ out = ROSI(x,
169170
dispersion=sigma^2,
170171
debiasing_method="BN")
171172
out
172-
173+
}
173174
}
174175

0 commit comments

Comments
 (0)