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 6c3ccda commit 65a90b5Copy full SHA for 65a90b5
1 file changed
CI/circle_parallel.sh
@@ -45,9 +45,19 @@ else
45
java -version
46
#./mvnw clean install
47
48
- sudo apt install r-base r-base-dev -y
+ sudo apt-get update
49
+ sudo apt-get install -y apt-transport-https software-properties-common
50
+ # Add CRAN repository for R 4.x
51
+ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
52
+ sudo add-apt-repository 'deb https://cloud.r-project.org jammy-cran40/'
53
54
+ sudo apt-get install -y r-base
55
+
56
+ #sudo apt install r-base r-base-dev -y
57
sudo apt-get install r-base-core libssl-dev libcurl4-openssl-dev -y # for httr
58
59
+ R version
60
61
(cd samples/client/petstore/R && mvn integration-test)
62
#(cd samples/client/petstore/R-httr2 && mvn integration-test)
63
0 commit comments