-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 831 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
Package: dvthis
Type: Package
Title: Utilities for DVC (Data Version Control) Pipelines
Version: 0.3.2.9000
Authors@R: person("Joao", "Santiago", , "[email protected]", role = c("aut", "cre"))
Description: DVC enables the creation of data pipelines and tracking data and models via git.
This package contains an RStudio project template to boostrap development, and
some useful utilities to accelarate common tasks such as saving and loading
intermediate results.
License: MIT + file LICENSE
URL: https://github.com/jcpsantiago/dvthis
BugReports: https://github.com/jcpsantiago/dvthis/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
cli,
here,
glue,
crayon,
fs,
qs,
rstudioapi,
purrr,
yaml,
yesno
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3