-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.01 KB
/
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
25
26
27
28
29
30
31
Package: youdrawitR
Type: Package
Title: 'You Draw It'
Version: 0.1.0
Author: Dillon Murphy, Susan VanderPlas, Heike Hofmann, Emily Robinson
Maintainer: Emily A. Robinson, Dillon Murphy, Susan VanderPlas, Heike Hofmann <[email protected]>
Description: ‘You Draw It’ is a feature that allows users to interact with a chart directly by drawing a line on their computer screen with a mouse. Originally introduced by the New York Times in 2015 for the purpose of interactive reading, this package adapts the use of the 'You Draw It' method as a tool for interactive testing of graphics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://earobinson95.github.io/youdrawitR/
BugReports: https://github.com/earobinson95/youdrawitR/issues
Imports:
dplyr,
jsonlite,
r2d3,
stats,
tibble
Suggests:
globals,
knitr,
rmarkdown,
shiny,
readxl,
DT,
shinyjs,
testthat (>= 3.0.0),
palmerpenguins
Config/testthat/edition: 3
VignetteBuilder: knitr