generated from insightsengineering/r.pkg.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 946 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
Type: Package
Package: coursera.cicd.lab
Title: R Package Template
Version: 0.1.0
Date: 2023-07-05
Authors@R:
person("dimitriskontosBAY", , , "dimitriskontosBAY@example.com", role = c("aut", "cre"))
Description: R package template with GitHub Actions workflows included.
License: Apache License 2.0 | file LICENSE
<<<<<<< HEAD
URL: https://github.com/insightsengineering/coursera.cicd.lab/
BugReports: https://github.com/insightsengineering/coursera.cicd.lab/issues
=======
URL: https://github.com/dimitriskontosBAY/coursera.cicd.lab/
BugReports: https://github.com/dimitriskontosBAY/coursera.cicd.lab/issues
>>>>>>> a9aa25f18002b1eb320b897fd2fe02fa8792d002
Depends:
R (>= 3.6)
Imports:
plumber,
shiny,
stringr
Suggests:
future,
httr,
knitr,
shinytest,
testthat (>= 2.0)
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3