Skip to content

Commit 94c32da

Browse files
committed
Initial commit
0 parents  commit 94c32da

File tree

6 files changed

+639
-0
lines changed

6 files changed

+639
-0
lines changed

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
^tiltTransitionRisk\.Rproj$
2+
^\.Rproj\.user$
3+
^LICENSE\.md$

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.Rproj.user
2+
.Rhistory
3+
.Rdata
4+
.httr-oauth
5+
.DS_Store
6+
.quarto

DESCRIPTION

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Package: tiltTransitionRisk
2+
Title: What the Package Does (One Line, Title Case)
3+
Version: 0.0.0.9000
4+
Authors@R:
5+
person("Mauro", "Lepore", , "[email protected]", role = c("aut", "cre"),
6+
comment = c(ORCID = "https://orcid.org/0000-0002-1986-7988"))
7+
Description: What the package does (one paragraph).
8+
License: GPL (>= 3)
9+
Encoding: UTF-8
10+
Roxygen: list(markdown = TRUE)
11+
RoxygenNote: 7.3.1

0 commit comments

Comments
 (0)