-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.02 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
Package: winsendkeys
Title: Windows Sendkeys Package for R
Version: 0.0.2
Authors@R: c(person("Roland", "Schmid", role = c("aut", "cre"),
email = "[email protected]"),
person("Mirai Solutions GmbH", role = "cph",
email = "[email protected]"),
person("Elias", "Bachaalany", role = c("ctb", "cph"),
comment = "Sendkeys C++ library"))
Description: Wraps C++ sendkeys library allowing to send keystroke sequences, execute shortcuts and switch between active windows.
Provides a couple of more low-level SendInput examples.
License: GPL-3
LazyData: true
NeedsCompilation: yes
Depends:
R (>= 3.2.5)
Imports:
Rcpp (>= 0.11.6)
LinkingTo: Rcpp
Suggests:
testthat (>= 2.0.0),
covr
Remotes:
miraisolutions/covr
SystemRequirements:
Windows
URL: http://www.mirai-solutions.com, https://github.com/miraisolutions/winsendkeys
BugReports: https://github.com/miraisolutions/winsendkeys/issues
RoxygenNote: 7.0.0
Encoding: UTF-8