Commit 49f0a6d
add specific sysreqs for INLA installation (#139)
* add specific sysreqs for INLA installation
* run on this dev branch
* add udunits2 for fedora
* check the package to verify if INLA is installed
* we do not need to test the CRAN here
* run checks on HEAD of the branch
* no need to install from source
* try without gsl install (old DESC file)
* only update devtools - for speed
* Revert "only update devtools - for speed"
This reverts commit c05b5f9.
* update only needed packages
* go back to updating all
* installing from source + checks
* adding openssl as sysdep
* adding curl as sysdep
* trying INLA install via sysreq on Ubuntu
* trying INLA install via sysreq Fedora
* trying INLA install via sysreq Windows
* running checks at the end
* runnin on dev - to revert
* upgrading ubuntu floavors
* simpler dependency statemnt (incl. suggests)
* also checks on macOS
* adding the shlib_openmp_clfags to pkg_libs
* addressing warning from checks
* bump R6 to dependency so it is installed on cueck_built
* include macos for testing
* only fail on error
* rely on rcmdcheck
* removing prev. absent dep again
* fix in build args param
* adding sf as dependency (>fmesher>INLA)
* ingore vignettes
* losing Matrix req that requires R > 4.4.0
* remove dev running condition
* install with pak (and thus sysdeps)
* install curl for pak
* separate step for pak install
* including optional deps (i.e. also Suggests)
* reverting dep for Matrix
* adding INLA repo
* cleaning up
* try again with adding INLA repo
* removing version pinning for Matrix
* rely on sysdeps for fedora
* ditch biocm specialy install
* adding jags as sysdep (for ubuntu)
* setup on Ubuntu with pak
* removing dev running cond
* now with pak
* update might not be needed with pak
* also adding libcurl for pak install
* Case sensitivity
* expicitely loading data
* since tests run isolated - load package first
* pak based setup on Fedora
* adding Macos pak setup
* better output for testthat
* Windows setup with pak
* updated instructions for Linux based systems
* updated instructions for Linux based systems
* formatting
* adapting instructions for Mac&Windows
* adaptig installing f GH
* completing with pak install
* adpted installation instructions for pak
* cleaning up
* keep only intallation steps
* renaming
* adapting setup batches
* cleaning up
* corrected naming
* typo
* completing from source install
---------
Co-authored-by: Jonas I. Liechti <j-i-l@t4d.ch>1 parent 4279bc3 commit 49f0a6d
8 files changed
Lines changed: 319 additions & 541 deletions
Lines changed: 13 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | | - | |
| 51 | + | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
104 | 80 | | |
105 | | - | |
| 81 | + | |
106 | 82 | | |
107 | | - | |
| 83 | + | |
| 84 | + | |
108 | 85 | | |
109 | 86 | | |
110 | 87 | | |
| |||
118 | 95 | | |
119 | 96 | | |
120 | 97 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 98 | + | |
124 | 99 | | |
Lines changed: 16 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 63 | + | |
67 | 64 | | |
68 | 65 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
74 | 71 | | |
75 | | - | |
| 72 | + | |
76 | 73 | | |
77 | | - | |
| 74 | + | |
| 75 | + | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
| |||
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 89 | + | |
94 | 90 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
Lines changed: 18 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
76 | 63 | | |
77 | | - | |
| 64 | + | |
78 | 65 | | |
79 | | - | |
| 66 | + | |
| 67 | + | |
80 | 68 | | |
81 | 69 | | |
82 | 70 | | |
| |||
90 | 78 | | |
91 | 79 | | |
92 | 80 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
96 | 89 | | |
This file was deleted.
0 commit comments