r-ellipse: add v0.4.2 (#20912)
This commit is contained in:
parent
a438828ec9
commit
3233debf1b
1 changed files with 9 additions and 2 deletions
|
@ -7,13 +7,20 @@
|
||||||
|
|
||||||
|
|
||||||
class REllipse(RPackage):
|
class REllipse(RPackage):
|
||||||
"""This package contains various routines for drawing ellipses and
|
"""Functions for Drawing Ellipses and Ellipse-Like Confidence Regions
|
||||||
ellipse-like confidence regions."""
|
|
||||||
|
Contains various routines for drawing ellipses and ellipse-like confidence
|
||||||
|
regions, implementing the plots described in Murdoch and Chow (1996), A
|
||||||
|
graphical display of large correlation matrices, The American Statistician
|
||||||
|
50, 178-180. There are also routines implementing the profile plots
|
||||||
|
described in Bates and Watts (1988), Nonlinear Regression Analysis and its
|
||||||
|
Applications."""
|
||||||
|
|
||||||
homepage = "https://cloud.r-project.org/package=ellipse"
|
homepage = "https://cloud.r-project.org/package=ellipse"
|
||||||
url = "https://cloud.r-project.org/src/contrib/ellipse_0.3-8.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/ellipse_0.3-8.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/ellipse"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/ellipse"
|
||||||
|
|
||||||
|
version('0.4.2', sha256='1719ce9a00b9ac4d56dbf961803085b892d3359726fda3567bb989ddfed9a5f2')
|
||||||
version('0.4.1', sha256='1a9a9c52195b26c2b4d51ad159ab98aff7aa8ca25fdc6b2198818d1a0adb023d')
|
version('0.4.1', sha256='1a9a9c52195b26c2b4d51ad159ab98aff7aa8ca25fdc6b2198818d1a0adb023d')
|
||||||
version('0.3-8', sha256='508d474c142f0770c25763d6c8f8f8c9dcf8205afd42ffa22e6be1e0360e7f45')
|
version('0.3-8', sha256='508d474c142f0770c25763d6c8f8f8c9dcf8205afd42ffa22e6be1e0360e7f45')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue