File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 6868 "resource" : "true"
6969 },
7070
71- # A recommended package with a fixed version rather than taken from GNU-R.
71+ # A recommended package "rpart" with a fixed version rather than taken from GNU-R.
7272 "RPART" : {
7373 "path" : "libdownloads/rpart.tar.gz" ,
7474 "ext" : "tar.gz" ,
7878 "resource" : "true"
7979 },
8080
81+ # A recommended package "cluster" with a fixed version rather than taken from GNU-R.
82+ "CLUSTER" : {
83+ "path" : "libdownloads/cluster.tar.gz" ,
84+ "ext" : "tar.gz" ,
85+ "version" : "2.1.2" ,
86+ "urls" : ["https://cran.r-project.org/src/contrib/cluster_{version}.tar.gz" ],
87+ "sha1" : "47763fa44d11e0f2c2feafade3e331c05eda30d1" ,
88+ "resource" : "true"
89+ },
90+
8191 "XZ-1.8" : {
8292 "sha1" : "c4f7d054303948eb6a4066194253886c8af07128" ,
8393 "maven" : {
353363 "com.oracle.truffle.r.native.recommended" : {
354364 "dependencies" : [
355365 "RPART" ,
366+ "CLUSTER" ,
356367 "com.oracle.truffle.r.native" ,
357368 "com.oracle.truffle.r.engine" ,
358369 "com.oracle.truffle.r.ffi.impl" ,
You can’t perform that action at this time.
0 commit comments