added DESCRIPTION and Rproj
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
Package: DashboardApp
|
||||
Type: Package
|
||||
Title: What the Package Does (Title Case)
|
||||
Version: 0.1.0
|
||||
Authors@R: c(
|
||||
person(
|
||||
"Franz", "Innerbichler",
|
||||
email = "f.innerbichler@eclipso.at",
|
||||
role = c("aut", "cre")
|
||||
),
|
||||
person(
|
||||
"Simon", "Innerbichler",
|
||||
email = "simon.innerbichler@proton.me",
|
||||
role = c("aut", "cre")
|
||||
)
|
||||
)
|
||||
Description: More about what it does (maybe more than one line).
|
||||
Continuation lines should be indented.
|
||||
License: Commercial, all rights reserved
|
||||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
Config/roxygen2/version: 8.0.0
|
||||
|
||||
Reference in New Issue
Block a user