@@ -198,7 +198,9 @@ exts_list = [
198198 ('mclust' , '6.1.1' , {
199199 'checksums' : ['ddd7018e5e6ea7f92c7fc9872b391491b7e91c2cd89ef1dcaf4408afb5116775' ],
200200 }),
201- ('cclust' , '0.6-26' ),
201+ ('cclust' , '0.6-26' , {
202+ 'checksums' : ['92ec3c55a1864e4e1a4706bfdef8ad00727c720213ac656c718e867286b29857' ],
203+ }),
202204 ('flowClust' , '3.40.0' , {
203205 'installopts' : "--configure-args='--with-gsl=${EBROOTGSL} --enable-bundled-gsl=false'" ,
204206 'checksums' : ['7e699b06e378e32144704dbec18289109980b0f5eca166180f2c30007b83e0f5' ],
@@ -231,13 +233,49 @@ exts_list = [
231233 ('FCPS' , version , {
232234 'checksums' : ['d1e5e06700a81fe529f52ef1f65977d3c786f33df262f4f89238d2622dc7ba97' ],
233235 }),
236+ ('codetools' , '0.2-20' , {
237+ 'checksums' : ['3be6f375ec178723ddfd559d1e8e85bfeee04a5fbaf9f53f2f844e1669fea863' ],
238+ }),
239+ ('iterators' , '1.0.14' , {
240+ 'checksums' : ['cef3075a0930e1408c764e4da56bbadd4f7d14315809df8f38dd51f80ccc677b' ],
241+ }),
242+ ('foreach' , '1.5.2' , {
243+ 'checksums' : ['56338d8753f9f68f262cf532fd8a6d0fe25a71a2ff0107f3ce378feb926bafe4' ],
244+ }),
245+ ('data.table' , '1.17.4' , {
246+ 'checksums' : ['396eb2a0e38249310070b60cc6c4e930f2cfc940e6ad0ac62c4c7a5b16390753' ],
247+ }),
248+ ('ModelMetrics' , '1.2.2.2' , {
249+ 'checksums' : ['5e06f1926aebca5654e1329c66ef19b04058376b2277ebb16e3bf8c208d73457' ],
250+ }),
251+ ('generics' , '0.1.3' , {
252+ 'checksums' : ['75046163bfa8b8a4f4214c1b689e796207f6447182f2e5062cf570302387d053' ],
253+ }),
254+ ('tidyselect' , '1.2.1' , {
255+ 'checksums' : ['169e97ba0bbfbcdf4a80534322751f87a04370310c40e27f04aac6525d45903c' ],
256+ }),
257+ ('dplyr' , '1.1.4' , {
258+ 'checksums' : ['cf730414d5d4ab387b4e9890a4b1df9d17a3903488e8da8df1cf2e11e44558cb' ],
259+ }),
260+ ('timechange' , '0.3.0' , {
261+ 'checksums' : ['d85c0b5514ab9578d16032e703c33f197feaed1a424c834ebfcbf0ad46ae46b4' ],
262+ }),
263+ ('lubridate' , '1.9.3' , {
264+ 'checksums' : ['2b6e1406d231b0a14d60b99cc406d159fea5465a5694725ad25343f12cf37fff' ],
265+ }),
266+ ('tidyr' , '1.3.1' , {
267+ 'checksums' : ['e820c261cb5543f572f49276a7bdc7302aa4215da4bf850b1b939a315353835d' ],
268+ }),
269+ ('jsonlite' , '2.0.0' , {
270+ 'checksums' : ['75eb910c82b350ec33f094779da0f87bff154c232e4ae39c9896a9b89f3ac82d' ],
271+ }),
234272]
235273
236274modextrapaths = {'R_LIBS_SITE' : '' }
237275
238276sanity_check_paths = {
239277 'files' : [],
240- 'dirs' : ['FCPS' , 'dbscan' , 'energy' , 'protoclust' ],
278+ 'dirs' : ['FCPS' , 'dbscan' , 'energy' , 'protoclust' , 'jsonlite' , 'tidyr' , 'dplyr' ],
241279}
242280
243281moduleclass = 'bio'
0 commit comments