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

committed by
Todd Gamblin

parent
f379697985
commit
daff3c0908
@@ -25,7 +25,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class RQuantreg(Package):
|
||||
class RQuantreg(RPackage):
|
||||
"""Estimation and inference methods for models of conditional quantiles:
|
||||
Linear and nonlinear parametric and non-parametric (total variation
|
||||
penalized) models for conditional quantiles of a univariate response
|
||||
@@ -39,12 +39,6 @@ class RQuantreg(Package):
|
||||
|
||||
version('5.26', '1d89ed932fb4d67ae2d5da0eb8c2989f')
|
||||
|
||||
extends('r')
|
||||
|
||||
depends_on('r-sparsem', type=nolink)
|
||||
depends_on('r-matrix', type=nolink)
|
||||
depends_on('r-matrixmodels', 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