Skip to content

Commit fd0a128

Browse files
committed
add license as well as packages to depend on
1 parent 7bfb54d commit fd0a128

File tree

5 files changed

+403
-12
lines changed

5 files changed

+403
-12
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
^\.github$
2+
^LICENSE\.md$

DESCRIPTION

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
Package: coding-cafe
2-
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.0.0.9000
4-
Authors@R:
5-
person("Luke", "Johnston", , "[email protected]", role = c("aut", "cre"),
6-
comment = c(ORCID = "0000-0003-4169-2616"))
7-
Description: What the package does (one paragraph).
8-
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
9-
license
1+
Package: CodingCafe
2+
Type: Website
3+
Version: 0.0.1
4+
License: CC BY 4.0
105
Encoding: UTF-8
116
Roxygen: list(markdown = TRUE)
127
RoxygenNote: 7.2.3
8+
Imports:
9+
here,
10+
knitr

0 commit comments

Comments
 (0)