Skip to content

Commit 31353d9

Browse files
committed
automatic mirror selection
Signed-off-by: kgoebler <[email protected]>
1 parent 20bb5c2 commit 31353d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalAssembly/drf_fitting.py

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

3737
if not rpackages.isinstalled("drf"):
3838
# select a mirror for R packages
39-
utils.chooseCRANmirror(ind=1)
39+
utils.chooseCRANmirror(graphics=False)
4040
utils.install_packages("drf", repos="https://cloud.r-project.org/")
4141

4242
drf_r_package = importr("drf")

0 commit comments

Comments
 (0)