Skip to content

Commit 65ca70d

Browse files
committed
scaffold betydb R package with usethis
0 parents  commit 65ca70d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

DESCRIPTION

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Package: betydata
2+
Title: What the Package Does (One Line, Title Case)
3+
Version: 0.0.0.9000
4+
Authors@R:
5+
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
6+
Description: What the package does (one paragraph).
7+
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
8+
license
9+
Encoding: UTF-8
10+
Roxygen: list(markdown = TRUE)
11+
RoxygenNote: 7.3.2

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Generated by roxygen2: do not edit by hand
2+

0 commit comments

Comments
 (0)