| @@ -0,0 +1,2 @@ | |||
| ^.*\.Rproj$ | |||
| ^\.Rproj\.user$ | |||
| @@ -0,0 +1 @@ | |||
| create_package(".") | |||
| @@ -0,0 +1 @@ | |||
| .Rproj.user | |||
| @@ -0,0 +1,14 @@ | |||
| Package: frappeCharts | |||
| Title: What the Package Does (One Line, Title Case) | |||
| Version: 0.0.0.9000 | |||
| Authors@R: | |||
| person(given = "Garrick", | |||
| family = "Aden-Buie", | |||
| role = c("aut", "cre"), | |||
| email = "Garrick.Aden-Buie@moffitt.org", | |||
| comment = c(ORCID = "0000-0002-7111-0077")) | |||
| Description: What the package does (one paragraph). | |||
| License: MIT + file LICENSE | |||
| Encoding: UTF-8 | |||
| LazyData: true | |||
| Roxygen: list(markdown = TRUE) | |||
| @@ -0,0 +1,2 @@ | |||
| # Generated by roxygen2: fake comment so roxygen2 overwrites silently. | |||
| exportPattern("^[^\\.]") | |||
| @@ -0,0 +1,16 @@ | |||
| Create a package for this HTML widget. | |||
| We're not going to publish this, so you can call it whatever you want | |||
| ```{r create-package} | |||
| usethis::create_package("frappeCharts") | |||
| ``` | |||
| Add a dev script for notes | |||
| ```{r dev} | |||
| dir.create("dev") | |||
| file.create("dev/dev.R") | |||
| rstudioapi::navigateToFile("dev/dev.R") | |||
| ``` | |||
| @@ -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 | |||