r-plotmo: add v3.6.0 (#20909)
This commit is contained in:
parent
1dc48dc92a
commit
56904d5834
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
|
||||
|
||||
class RPlotmo(RPackage):
|
||||
"""plotmo: Plot a Model's Residuals, Response, and Partial Dependence
|
||||
Plots.
|
||||
"""Plot a Model's Residuals, Response, and Partial Dependence Plots.
|
||||
|
||||
Plot model surfaces for a wide variety of models using partial dependence
|
||||
plots and other techniques. Also plot model residuals and other information
|
||||
|
@ -18,6 +17,7 @@ class RPlotmo(RPackage):
|
|||
url = "https://cloud.r-project.org/src/contrib/plotmo_3.5.6.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/plotmo"
|
||||
|
||||
version('3.6.0', sha256='c05afcc442f9542868beea5c3c40fb93b049f9b61c42725b2a1e2bc750c241e3')
|
||||
version('3.5.6', sha256='78f08dc897136d21fa8ade2acb6290351b569d29eb0592c7074c0be3cf2aa594')
|
||||
|
||||
depends_on('r@3.4.0:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue