Skip to content

Commit

Permalink
r-plotmo: add v3.6.0 (spack#20909)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennpj authored Jan 15, 2021
1 parent 1dc48dc commit 56904d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/spack/repos/builtin/packages/r-plotmo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'))
Expand Down

0 comments on commit 56904d5

Please sign in to comment.