Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all R scripts that require to disable the sandbox #24267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/odnnr/odnnr.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ homepage: "https://github.com/UnixJunkie/odnnr"
bug-reports: "https://github.com/UnixJunkie/odnnr/issues"
dev-repo: "git+https://github.com/UnixJunkie/odnnr.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
install: ["R" "CMD" "BATCH" "install_keras.r"]
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
Expand All @@ -18,7 +17,6 @@ depends: [
"cpm"
"conf-gnuplot"
]
x-ci-accept-failures: ["debian-unstable"]
synopsis: "Regressor using a Deep Neural Network"
description: """
Some OCaml functions to drive the Deep Learning R 'keras' package;
Expand All @@ -36,7 +34,7 @@ Please interact with R to install required dependencies in user-space:
R
install.packages('keras', repos='http://cran.r-project.org')
library(keras)
install_keras(method = 'conda', tensorflow = 'cpu')""" {failure}
install_keras(method = 'conda', tensorflow = 'cpu')"""
url {
src: "https://github.com/UnixJunkie/odnnr/archive/v2.0.0.tar.gz"
checksum: [
Expand Down
3 changes: 1 addition & 2 deletions packages/oplsr/oplsr.8.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bug-reports: "https://github.com/UnixJunkie/oplsr/issues"
dev-repo: "git+https://github.com/UnixJunkie/oplsr.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: ["dune" "build" "-p" name "-j" jobs]
install: ["R" "CMD" "BATCH" "install_pls.r"]
depends: [
"batteries"
"conf-gnuplot"
Expand All @@ -33,7 +32,7 @@ https://www.jstatsoft.org/index.php/jss/article/view/v018i02/v18i02.pdf
post-messages: """
Please interact with R to install needed things in user-space:
R
install.packages('pls', repos='http://cran.r-project.org')""" {failure}
install.packages('pls', repos='http://cran.r-project.org')"""
url {
src: "https://github.com/UnixJunkie/oplsr/archive/v8.0.1.tar.gz"
checksum: [
Expand Down
5 changes: 1 addition & 4 deletions packages/orrandomForest/orrandomForest.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ bug-reports: "https://github.com/UnixJunkie/orrandomForest/issues"
dev-repo: "git+https://github.com/UnixJunkie/orrandomForest.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["R" "CMD" "BATCH" "install_randomForest.r"]
["R" "CMD" "BATCH" "install_matrix.r"]
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
Expand All @@ -17,12 +15,11 @@ depends: [
"conf-r"
"conf-gnuplot" {with-test}
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('Marix', repos='http://cran.r-project.org')
install.packages('randomForest', repos='http://cran.r-project.org')" {failure}
install.packages('randomForest', repos='http://cran.r-project.org')"
]
synopsis: "Classification or regression using Random Forests"
description: """
Expand Down
7 changes: 1 addition & 6 deletions packages/orrandomForest/orrandomForest.2.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["dune" "build" "-p" name "-j" jobs]
]
install: [
["R" "CMD" "BATCH" "install_randomForest.r"]
["R" "CMD" "BATCH" "install_matrix.r"]
]
depends: [
"ocaml"
"dune"
Expand All @@ -20,12 +16,11 @@ depends: [
"conf-gnuplot" {with-test}
"cpm" {with-test}
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('Marix', repos='http://cran.r-project.org')
install.packages('randomForest', repos='http://cran.r-project.org')" {failure}
install.packages('randomForest', repos='http://cran.r-project.org')"
]
synopsis: "Classification or regression using Random Forests"
description: """
Expand Down
7 changes: 1 addition & 6 deletions packages/orrandomForest/orrandomForest.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["dune" "build" "-p" name "-j" jobs]
]
install: [
["R" "CMD" "BATCH" "install_randomForest.r"]
["R" "CMD" "BATCH" "install_matrix.r"]
]
depends: [
"batteries"
"conf-gnuplot" {with-test}
Expand All @@ -24,12 +20,11 @@ depends: [
"ocaml"
"parany"
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('Marix', repos='http://cran.r-project.org')
install.packages('randomForest', repos='http://cran.r-project.org')" {failure}
install.packages('randomForest', repos='http://cran.r-project.org')"
]
synopsis: "Classification or regression using Random Forests"
description: """
Expand Down
3 changes: 0 additions & 3 deletions packages/orsvm_e1071/orsvm_e1071.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ bug-reports: "https://github.com/UnixJunkie/orsvm-e1071/issues"
dev-repo: "git+https://github.com/UnixJunkie/orsvm-e1071.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["R" "CMD" "BATCH" "install_e1071.r"]
["R" "CMD" "BATCH" "install_svmpath.r"]
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
Expand All @@ -20,7 +18,6 @@ depends: [
"minicli" {with-test}
"parmap" {with-test}
]
x-ci-accept-failures: ["debian-unstable"]
synopsis: "OCaml wrapper to SVM R packages e1071 and svmpath."
description: """
Some OCaml functions to drive the RBF and linear SVMs of the R e1071 package
Expand Down
5 changes: 1 addition & 4 deletions packages/orsvm_e1071/orsvm_e1071.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ bug-reports: "https://github.com/UnixJunkie/orsvm-e1071/issues"
dev-repo: "git+https://github.com/UnixJunkie/orsvm-e1071.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["R" "CMD" "BATCH" "install_e1071.r"]
["R" "CMD" "BATCH" "install_svmpath.r"]
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
Expand All @@ -20,12 +18,11 @@ depends: [
"minicli" {with-test}
"parmap" {with-test}
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('e1071', repos='http://cran.r-project.org')
install.packages('svmpath', repos='http://cran.r-project.org')" {failure}
install.packages('svmpath', repos='http://cran.r-project.org')"
]
synopsis: "OCaml wrapper to SVM R packages e1071 and svmpath."
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/orsvm_e1071/orsvm_e1071.3.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('e1071', repos='http://cran.r-project.org')
install.packages('svmpath', repos='http://cran.r-project.org')" {success}
install.packages('svmpath', repos='http://cran.r-project.org')"
]
synopsis: "OCaml wrapper to SVM R packages e1071 and svmpath"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/orsvm_e1071/orsvm_e1071.3.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('e1071', repos='http://cran.r-project.org')
install.packages('svmpath', repos='http://cran.r-project.org')" {success}
install.packages('svmpath', repos='http://cran.r-project.org')"
]
synopsis: "OCaml wrapper to SVM R packages e1071 and svmpath"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/orsvm_e1071/orsvm_e1071.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('e1071', repos='http://cran.r-project.org')
install.packages('svmpath', repos='http://cran.r-project.org')" {success}
install.packages('svmpath', repos='http://cran.r-project.org')"
]
synopsis: "OCaml wrapper to SVM R packages e1071 and svmpath"
description: """
Expand Down
5 changes: 1 addition & 4 deletions packages/orxgboost/orxgboost.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ bug-reports: "https://github.com/UnixJunkie/orxgboost/issues"
dev-repo: "git+https://github.com/UnixJunkie/orxgboost.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["R" "CMD" "BATCH" "install_matrix.r"]
["R" "CMD" "BATCH" "install_xgboost.r"]
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
Expand All @@ -18,12 +16,11 @@ depends: [
"batteries" {with-test}
"cpm" {with-test}
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('Marix', repos='http://cran.r-project.org')
install.packages('xgboost', repos='http://cran.r-project.org')" {failure}
install.packages('xgboost', repos='http://cran.r-project.org')"
]
synopsis: "Gradient boosting for OCaml using the R xgboost package"
description: """
Expand Down
5 changes: 1 addition & 4 deletions packages/orxgboost/orxgboost.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ bug-reports: "https://github.com/UnixJunkie/orxgboost/issues"
dev-repo: "git+https://github.com/UnixJunkie/orxgboost.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["R" "CMD" "BATCH" "install_matrix.r"]
["R" "CMD" "BATCH" "install_xgboost.r"]
["dune" "build" "-p" name "-j" jobs]
]
depends: [
Expand All @@ -18,12 +16,11 @@ depends: [
"batteries" {with-test}
"cpm" {with-test}
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('Marix', repos='http://cran.r-project.org')
install.packages('xgboost', repos='http://cran.r-project.org')" {failure}
install.packages('xgboost', repos='http://cran.r-project.org')"
]
synopsis: "Gradient boosting for OCaml using the R xgboost package"
description: """
Expand Down
5 changes: 1 addition & 4 deletions packages/orxgboost/orxgboost.1.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ bug-reports: "https://github.com/UnixJunkie/orxgboost/issues"
dev-repo: "git+https://github.com/UnixJunkie/orxgboost.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["R" "CMD" "BATCH" "install_matrix.r"]
["R" "CMD" "BATCH" "install_xgboost.r"]
["dune" "build" "-p" name "-j" jobs]
]
depends: [
Expand All @@ -18,12 +16,11 @@ depends: [
"batteries" {with-test}
"cpm" {with-test}
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
"Please interact with R to install needed things in user-space:
R
install.packages('Marix', repos='http://cran.r-project.org')
install.packages('xgboost', repos='http://cran.r-project.org')" {failure}
install.packages('xgboost', repos='http://cran.r-project.org')"
]
synopsis: "Gradient boosting for OCaml using the R xgboost package"
description: """
Expand Down
Loading