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 35f1de9 commit 8d9afaaCopy full SHA for 8d9afaa
dev/conda/install-RInside.R
@@ -3,10 +3,14 @@
3
# Installs RInside for the Anaconda package
4
# Called by build-generic.sh
5
6
+cat("install-RInside.R: starting...\n")
7
+
8
install.packages("RInside",
- repos="http://cran.us.r-project.org")
9
+ # repos="http://cran.us.r-project.org",
10
+ repos="https://cran.case.edu",
11
+ verbose=TRUE)
12
if (! library("RInside",
13
character.only=TRUE, logical.return=TRUE)) {
14
quit(status=1)
15
}
-print("Swift-RInside-SUCCESS")
16
+cat("install-RInside.R: Swift-RInside-SUCCESS\n")
0 commit comments