-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 937 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: wakatimer
Type: Package
Title: WakaTime Plugin for RStudio
Version: 0.1.2
Date: 2016-01-29
Authors@R: c(person(given = "Shinya", family = "Uryu",
email = "suika1127@gmail.com",
role = c("aut", "cre")))
Description: Unofficial RStudio (IDE for R) WakaTime (https://wakatime.com) plugin package to
quantify your coding with time tracking and metrics about your programming.
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.2.3)
URL: https://github.com/uribo/wakatimer
BugReports: https://github.com/uribo/wakatimer/issues
Imports:
DBI,
devtools,
dplyr,
git2r,
httr,
jsonlite,
pforeach,
purrr,
RCurl,
remoji,
rlist,
rstudioapi
Encoding: UTF-8
Suggests:
testthat,
knitr,
rmarkdown
Remotes:
richfitz/remoji,
rstudio/rstudioapi,
hoxo-m/pforeach
RoxygenNote: 5.0.1
VignetteBuilder: knitr