diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000000000000000000000000000000000000..2f7487e74dbd9433d8d90217983e8f21240a80cb --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,14 @@ +Package: RCormas +Title: What the Package Does (One Line, Title Case) +Version: 0.0.0.9000 +Authors@R: + person(given = "First", + family = "Last", + role = c("aut", "cre"), + email = "first.last@example.com", + comment = structure("YOUR-ORCID-ID", .Names = "ORCID")) +Description: What the package does (one paragraph). +License: What license it uses +Encoding: UTF-8 +LazyData: true +RoxygenNote: 6.1.1 diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000000000000000000000000000000000000..6ae926839dd1829f1016a96f766d970ff184ad97 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1,2 @@ +# Generated by roxygen2: do not edit by hand + diff --git a/RCormas.Rproj b/RCormas.Rproj new file mode 100644 index 0000000000000000000000000000000000000000..cba1b6b7a0a292098af0e0b1ce41b7846a59bd5e --- /dev/null +++ b/RCormas.Rproj @@ -0,0 +1,21 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source +PackageRoxygenize: rd,collate,namespace