Skip to content

Commit cd39271

Browse files
committed
fix workflow env
1 parent 716864f commit cd39271

File tree

3 files changed

+99
-2
lines changed

3 files changed

+99
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
sudo apt-get update -y
31-
sudo apt-get -y install libcurl4-openssl-dev libssl-dev make zlib1g-dev libglpk-dev libxml2-dev pandoc libpng-dev python3 libicu-dev
31+
sudo apt-get -y install libcurl4-openssl-dev libssl-dev make zlib1g-dev libglpk-dev libxml2-dev pandoc libpng-dev libicu-dev libgsl-dev
3232
3333
- name: Cache renv library
3434
uses: actions/cache@v3

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
sudo apt-get update -y
41-
sudo apt-get -y install libcurl4-openssl-dev libssl-dev make zlib1g-dev libglpk-dev libxml2-dev pandoc libpng-dev python3 libicu-dev
41+
sudo apt-get -y install libcurl4-openssl-dev libssl-dev make zlib1g-dev libglpk-dev libxml2-dev pandoc libpng-dev libicu-dev libgsl-dev
4242
4343
- name: Cache renv library
4444
uses: actions/cache@v3

renv.lock

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
"Version": "3.14"
3333
},
3434
"Packages": {
35+
"ADGofTest": {
36+
"Package": "ADGofTest",
37+
"Version": "0.3",
38+
"Source": "Repository",
39+
"Repository": "CRAN",
40+
"Hash": "aab9c2810d1ec384e73f2d8dba6952bb"
41+
},
3542
"BH": {
3643
"Package": "BH",
3744
"Version": "1.84.0-0",
@@ -703,6 +710,30 @@
703710
"Repository": "CRAN",
704711
"Hash": "14eb0596f987c71535d07c3aff814742"
705712
},
713+
"copula": {
714+
"Package": "copula",
715+
"Version": "1.1-6",
716+
"Source": "Repository",
717+
"Repository": "CRAN",
718+
"Requirements": [
719+
"ADGofTest",
720+
"Matrix",
721+
"R",
722+
"colorspace",
723+
"graphics",
724+
"gsl",
725+
"lattice",
726+
"methods",
727+
"mvtnorm",
728+
"numDeriv",
729+
"pcaPP",
730+
"pspline",
731+
"stabledist",
732+
"stats",
733+
"stats4"
734+
],
735+
"Hash": "92b0cc575dc796f30686b88673b8c9df"
736+
},
706737
"cowplot": {
707738
"Package": "cowplot",
708739
"Version": "1.1.3",
@@ -1183,6 +1214,16 @@
11831214
],
11841215
"Hash": "7d7f283939f563670a697165b2cf5560"
11851216
},
1217+
"gsl": {
1218+
"Package": "gsl",
1219+
"Version": "2.1-7",
1220+
"Source": "Repository",
1221+
"Repository": "CRAN",
1222+
"Requirements": [
1223+
"R"
1224+
],
1225+
"Hash": "2a88786207e179c184e849e0a9f3d0d7"
1226+
},
11861227
"gtable": {
11871228
"Package": "gtable",
11881229
"Version": "0.3.5",
@@ -1587,6 +1628,17 @@
15871628
],
15881629
"Hash": "4fd8900853b746af55b81fda99da7695"
15891630
},
1631+
"mvtnorm": {
1632+
"Package": "mvtnorm",
1633+
"Version": "1.3-3",
1634+
"Source": "Repository",
1635+
"Repository": "CRAN",
1636+
"Requirements": [
1637+
"R",
1638+
"stats"
1639+
],
1640+
"Hash": "c7241e6be9d6df551a2e539a50f5c875"
1641+
},
15901642
"nlme": {
15911643
"Package": "nlme",
15921644
"Version": "3.1-155",
@@ -1601,6 +1653,16 @@
16011653
],
16021654
"Hash": "74ad940dccc9e977189a5afe5fcdb7ba"
16031655
},
1656+
"numDeriv": {
1657+
"Package": "numDeriv",
1658+
"Version": "2016.8-1.1",
1659+
"Source": "Repository",
1660+
"Repository": "CRAN",
1661+
"Requirements": [
1662+
"R"
1663+
],
1664+
"Hash": "df58958f293b166e4ab885ebcad90e02"
1665+
},
16041666
"openssl": {
16051667
"Package": "openssl",
16061668
"Version": "2.2.2",
@@ -1664,6 +1726,18 @@
16641726
],
16651727
"Hash": "bf173fb42b60f8f404f7a9f9c3f95d0d"
16661728
},
1729+
"pcaPP": {
1730+
"Package": "pcaPP",
1731+
"Version": "2.0-5",
1732+
"Source": "Repository",
1733+
"Repository": "CRAN",
1734+
"Requirements": [
1735+
"R",
1736+
"methods",
1737+
"mvtnorm"
1738+
],
1739+
"Hash": "5e27d30304bd76dc55a9af1ec6959168"
1740+
},
16671741
"pillar": {
16681742
"Package": "pillar",
16691743
"Version": "1.9.0",
@@ -1880,6 +1954,18 @@
18801954
],
18811955
"Hash": "4b9c8485b0c7eecdf0a9ba5132a45576"
18821956
},
1957+
"pspline": {
1958+
"Package": "pspline",
1959+
"Version": "1.0-21",
1960+
"Source": "Repository",
1961+
"Repository": "CRAN",
1962+
"Requirements": [
1963+
"R",
1964+
"graphics",
1965+
"stats"
1966+
],
1967+
"Hash": "7d8bf3ff3226cb2ee83b5ee3c81b9b66"
1968+
},
18831969
"purrr": {
18841970
"Package": "purrr",
18851971
"Version": "1.0.2",
@@ -2298,6 +2384,17 @@
22982384
],
22992385
"Hash": "d580c24751e31aae523216b214a008dd"
23002386
},
2387+
"stabledist": {
2388+
"Package": "stabledist",
2389+
"Version": "0.7-2",
2390+
"Source": "Repository",
2391+
"Repository": "CRAN",
2392+
"Requirements": [
2393+
"R",
2394+
"stats"
2395+
],
2396+
"Hash": "b399e5007fe512f314d74b41fa7e4a41"
2397+
},
23012398
"stringi": {
23022399
"Package": "stringi",
23032400
"Version": "1.8.4",

0 commit comments

Comments
 (0)