Skip to content

Commit ce8b49d

Browse files
install Rcpp and dfoptim locally in a folder Pt.3
1 parent 71cfb13 commit ce8b49d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BCN/BCNClassifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
base.options(
3535
repos=base.c(
3636
techtonique="https://techtonique.r-universe.dev",
37-
CRAN="https://cloud.r-project.org",
37+
CRAN="https://cran.rstudio.com/",
3838
)
3939
)
4040
try:
@@ -45,7 +45,7 @@
4545
utils.install_packages(StrVector(packages_to_install), lib_loc = StrVector(['bcn_r']))
4646
except Exception as e2:
4747
pass
48-
48+
4949
check_packages = True
5050

5151
base = importr("base")

BCN/BCNRegressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
base.options(
3535
repos=base.c(
3636
techtonique="https://techtonique.r-universe.dev",
37-
CRAN="https://cloud.r-project.org",
37+
CRAN="https://cran.rstudio.com/",
3838
)
3939
)
4040
try:

0 commit comments

Comments
 (0)