-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
21 lines (21 loc) · 832 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: convertGraph
Type: Package
Title: Convert Graphical Files Format
Version: 0.1
Date: 2016-04-06
Author: E. F. Haghish
Maintainer: E. F. Haghish <[email protected]>
Description: Converts graphical file formats (SVG,
PNG, JPEG, BMP, GIF, PDF, etc) to one another. The exceptions are the
SVG file format that can only be converted to other formats and in contrast,
PDF format, which can only be created from others graphical formats.
The main purpose of the package was to provide a solution for converting SVG
file format to PNG which is often needed for exporting graphical files
produced by R widgets.
URL: https://github.com/haghish/convertGraph
BugReports: https://github.com/haghish/convertGraph
Imports: tools
NeedsCompilation: no
License: MIT + file LICENSE
Repository: CRAN
RoxygenNote: 5.0.1