add version 0.1.2 to r-globaloptions (#20855)
This commit is contained in:
parent
5cfb19fb34
commit
aea0740cdc
@ -7,13 +7,16 @@
|
||||
|
||||
|
||||
class RGlobaloptions(RPackage):
|
||||
"""It provides more controls on the option values such as validation and
|
||||
filtering on the values, making options invisible or private."""
|
||||
"""Generate Functions to Get or Set Global Options
|
||||
|
||||
It provides more controls on the option values such as validation and
|
||||
filtering on the values, making options invisible or private."""
|
||||
|
||||
homepage = "https://cloud.r-project.org/package=GlobalOptions"
|
||||
url = "https://cloud.r-project.org/src/contrib/GlobalOptions_0.0.12.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/GlobalOptions"
|
||||
|
||||
version('0.1.2', sha256='47890699668cfa9900a829c51f8a32e02a7a7764ad07cfac972aad66f839753e')
|
||||
version('0.1.0', sha256='567a0a51f6b7b14127302f00e6e4944befd4964c069f96a9e61256e8c3c79ef2')
|
||||
version('0.0.12', sha256='c09da3f9b1646d0f815056cdbeb5fff7dda29f7dd8742d245f5f6dc7066077a9')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user