-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
24 lines (24 loc) · 899 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: codehover
Type: Package
Title: Hoverable HTML Table for Displaying Intermediary Code Results (Pipes)
Version: 0.0.1
Author: Arthur Welle
Maintainer: Arthur Welle <[email protected]>
Description: Pipes are an excellent way to code for they make it easy to follow the code chain of transformations and theis results.
The codehover aims to make it easy to create a HTML table with a simple hover effect (JQuery + CSS) that shows images just bellow this table.
This way one could set up lines of pseudo-code in a table and a series of images showing the intermediary results of said code.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
flipbookr,
htmltools,
knitr,
purrr,
stringr
URL: https://github.com/arthurwelle/codehover
BugReports: https://github.com/arthurwelle/codehover/issues
VignetteBuilder: knitr
Suggests:
rmarkdown