Initial commit

This commit is contained in:
2026-01-21 15:29:50 +00:00
commit ff52d48095
3 changed files with 19 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.Rproj.user
.Rhistory
.RData
.httr-oauth
.DS_Store
.quarto

11
DESCRIPTION Normal file
View File

@@ -0,0 +1,11 @@
Package: AVSDevR.UserFrosting
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3

2
NAMESPACE Normal file
View File

@@ -0,0 +1,2 @@
# Generated by roxygen2: do not edit by hand