add version 0.1-8.1 to r-jpeg (#20989)
This commit is contained in:
parent
5abf70d48d
commit
fa33c534f7
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
|
|
||||||
class RJpeg(RPackage):
|
class RJpeg(RPackage):
|
||||||
"""This package provides an easy and simple way to read, write and display
|
"""Read and write JPEG images
|
||||||
|
|
||||||
|
This package provides an easy and simple way to read, write and display
|
||||||
bitmap images stored in the JPEG format. It can read and write both files
|
bitmap images stored in the JPEG format. It can read and write both files
|
||||||
and in-memory raw vectors."""
|
and in-memory raw vectors."""
|
||||||
|
|
||||||
|
@ -15,6 +17,7 @@ class RJpeg(RPackage):
|
||||||
url = "https://cloud.r-project.org/src/contrib/jpeg_0.1-8.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/jpeg_0.1-8.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/jpeg"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/jpeg"
|
||||||
|
|
||||||
|
version('0.1-8.1', sha256='1db0a4976fd9b2ae27a37d3e856cca35bc2909323c7a40724846a5d3c18915a9')
|
||||||
version('0.1-8', sha256='d032befeb3a414cefdbf70ba29a6c01541c54387cc0a1a98a4022d86cbe60a16')
|
version('0.1-8', sha256='d032befeb3a414cefdbf70ba29a6c01541c54387cc0a1a98a4022d86cbe60a16')
|
||||||
|
|
||||||
depends_on('r@2.9.0:', type=('build', 'run'))
|
depends_on('r@2.9.0:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue