Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
1028bf0a
Unverified
Commit
1028bf0a
authored
5 years ago
by
Ricardo Wurmus
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add r-rsvg.
* gnu/packages/cran.scm (r-rsvg): New variable.
parent
59d485e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/cran.scm
+28
-0
28 additions, 0 deletions
gnu/packages/cran.scm
with
28 additions
and
0 deletions
gnu/packages/cran.scm
+
28
−
0
View file @
1028bf0a
...
@@ -18910,3 +18910,31 @@ (define-public r-shinycssloaders
...
@@ -18910,3 +18910,31 @@ (define-public r-shinycssloaders
@url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
@url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
automatically show a loader when the output is (re)calculating.")
automatically show a loader when the output is (re)calculating.")
(license license:gpl3)))
(license license:gpl3)))
(define-public r-rsvg
(package
(name "r-rsvg")
(version "1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsvg" version))
(sha256
(base32
"11mccgf6hfskg45wqc114sx3qy2r494y6axdf73z6xwhs1wpm97g"))))
(properties `((upstream-name . "rsvg")))
(build-system r-build-system)
(inputs
`(("librsvg" ,librsvg)
("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://github.com/jeroen/rsvg#readme")
(synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
(description
"This package allows you to render vector-based SVG images into
high-quality custom-size bitmap arrays using the librsvg2 library. The
resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
addition, the package can convert images directly to various formats such as
PDF or PostScript.")
(license license:expat)))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment