We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cfb13 commit ce8b49dCopy full SHA for ce8b49d
BCN/BCNClassifier.py
@@ -34,7 +34,7 @@
34
base.options(
35
repos=base.c(
36
techtonique="https://techtonique.r-universe.dev",
37
- CRAN="https://cloud.r-project.org",
+ CRAN="https://cran.rstudio.com/",
38
)
39
40
try:
@@ -45,7 +45,7 @@
45
utils.install_packages(StrVector(packages_to_install), lib_loc = StrVector(['bcn_r']))
46
except Exception as e2:
47
pass
48
-
+
49
check_packages = True
50
51
base = importr("base")
BCN/BCNRegressor.py
0 commit comments