From 57a726ed27c5195be6f66fd69e2cc38f4c01f4ae Mon Sep 17 00:00:00 2001 From: Simon Innerbichler Date: Mon, 18 May 2026 08:43:56 +0200 Subject: [PATCH] added DESCRIPTION and Rproj --- DESCRIPTION | 23 +++++++++++++++++++++++ DashboardApp.Rproj | 19 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 DESCRIPTION create mode 100644 DashboardApp.Rproj diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..283eef9 --- /dev/null +++ b/DESCRIPTION @@ -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 + diff --git a/DashboardApp.Rproj b/DashboardApp.Rproj new file mode 100644 index 0000000..721b9c6 --- /dev/null +++ b/DashboardApp.Rproj @@ -0,0 +1,19 @@ +Version: 1.0 +ProjectId: fefd72bf-0c95-489f-8910-ba6de9827a62 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source +PackageRoxygenize: rd,collate,namespace