Skip to content

Commit 9597497

Browse files
removed local import
1 parent 8f99570 commit 9597497

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

selectiveInference/R/RcppExports.R

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/randomized/test_instances.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#library(devtools)
2-
#devtools::install_github('jonathan-taylor/R-selective/selectiveInference')
3-
library(selectiveInference, lib.loc='/Users/Jelena/anaconda/lib/R/library')
4-
1+
library(selectiveInference)
52

63
gaussian_instance = function(n, p, s, sigma=1, rho=0, signal=6, X=NA,
74
random_signs=TRUE, scale=TRUE, center=TRUE, seed=NA){

0 commit comments

Comments
 (0)