File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 sudo apt-get install -y r-base-core cmake
2323 - run :
2424 command : |
25- sudo apt-get install -y libxml2-dev
25+ sudo apt-get install -y libxml2-dev libuv1-dev
2626 - run :
2727 command : |
2828 echo "options(Ncpus=4)" >> ~/.Rprofile
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Description: Base 'DataSHIELD' functions for the server side. 'DataSHIELD' is a
55 been designed to only share non disclosive summary statistics, with built in automated output
66 checking based on statistical disclosure control. With data sites setting the threshold values for
77 the automated output checks. For more details, see 'citation("dsBase")'.
8- Version: 6.3.5
8+ Version: 6.3.6.9000
99Authors@R: c(person(given = "Paul",
1010 family = "Burton",
1111 role = c("aut"),
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106
107107 sudo apt-get install -qq pkg-config -y
108108 sudo apt-get install -qq libxml2-dev libcurl4-openssl-dev libssl-dev libgit2-dev libharfbuzz-dev libfribidi-dev libfontconfig1-dev -y
109- sudo apt-get install -qq libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev -y
109+ sudo apt-get install -qq libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev libuv1-dev -y
110110 sudo apt-get install -qq r-base -y
111111 sudo R -e "install.packages('devtools', dependencies=TRUE)"
112112 sudo R -e "install.packages('RANN', dependencies=TRUE)"
Original file line number Diff line number Diff line change 11# -------------------------------------------------------------------------------
2- # Copyright (c) 2024 Arjuna Technologies, Newcastle upon Tyne. All rights reserved.
2+ # Copyright (c) 2024-2026 Arjuna Technologies, Newcastle upon Tyne. All rights reserved.
33#
44# This program and the accompanying materials
55# are made available under the terms of the GNU Public License v3.0.
You can’t perform that action at this time.
0 commit comments