-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
17 lines (17 loc) · 749 Bytes
/
DESCRIPTION
File metadata and controls
17 lines (17 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: nanodev
Type: Package
Title: High Performance Graphic Devices Based on NanoVG
Version: 0.1.0
Authors@R: c(
person("Thomas Lin", "Pedersen", email = "thomasp85@gmail.com", role = c("aut", "cre")),
person("Mikko", "Mononen", role = c("aut"), comment = "Creator of NanoVG"))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: R provides many graphics devices for both putting graphics on the
screen and into files. 'nanodev' is a package that provide a range of
graphic devices based on the 'NanoVG' C++ library which provides OpenGL
powered rendering and thus the potential for huge speed improvements.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.17)
LinkingTo: Rcpp