-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
21 lines (21 loc) · 886 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Encoding: UTF-8
Package: dataview
Type: Package
Title: Data and Workspace Browser for Terminals
Version: 2.1.0
Date: 2015-05-20
Authors@R: person("Christofer", "Backlin", role = c("aut", "cre"), email = "[email protected]")
Author: Christofer Backlin [aut, cre]
Maintainer: Christofer Backlin <[email protected]>
Imports:
data.table,
xtermStyle (>= 3.0.5)
Description: This package provides tools for deciphering the contents of
unknown objects or environments from within the terminal,
a problem often encountered when working with unfamiliar packages or debugging complex functions.
If working in xterm256 or ansi terminals the output is coloured by default
to improve readability (e.g. the standard Ubuntu terminal).
URL: http://github.com/backlin/dataview
BugReports: https://github.com/backlin/dataview/issues
License: GPL (>=2)
LazyLoad: yes