-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 876 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
Package: projectlog
Type: Package
Title: Tools for documenting your project workflow
Version: 0.1.0
Author: Stefan Vermeent
Maintainer: Stefan Vermeent <[email protected]>
Description: projectlog provides functionality for 1) initiating a project folder structure,
2) keeping track of project milestones as well as incremental changes, and 3) generating
a clear overview of your project history (e.g., for reviewers or readers of the corresponding
article).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
purrr,
stringr,
dplyr,
readr,
cli,
digest,
usethis,
gert,
tidyr,
glue,
renv,
rlang,
tidyselect,
fs,
clipr
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Depends:
R (>= 4.2)
VignetteBuilder: knitr
URL: https://stefanvermeent.github.io/projectlog/
Config/testthat/edition: 3