Preliminary RPackage class (#2761)
This commit is contained in:

committed by
Todd Gamblin

parent
f379697985
commit
daff3c0908
@@ -26,7 +26,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class RPartykit(Package):
|
||||
class RPartykit(RPackage):
|
||||
"""A toolkit with infrastructure for representing, summarizing, and
|
||||
visualizing tree-structured regression and classification models. This
|
||||
unified infrastructure can be used for reading/coercing tree models from
|
||||
@@ -42,11 +42,5 @@ class RPartykit(Package):
|
||||
|
||||
version('1.1-1', '8fcb31d73ec1b8cd3bcd9789639a9277')
|
||||
|
||||
extends('r')
|
||||
|
||||
depends_on('r-survival', type=nolink)
|
||||
depends_on('r-formula', type=nolink)
|
||||
|
||||
def install(self, spec, prefix):
|
||||
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
|
||||
self.stage.source_path)
|
||||
|
Reference in New Issue
Block a user