diff --git a/.Rbuildignore b/.Rbuildignore new file mode 100644 index 0000000..179b6e9 --- /dev/null +++ b/.Rbuildignore @@ -0,0 +1,3 @@ +^shiny386\.Rproj$ +^\.Rproj\.user$ +^cran-comments\.md$ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..807ea25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.Rproj.user +.Rhistory +.RData diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..df748cc --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,15 @@ +Package: shiny386 +Title: What the Package Does (One Line, Title Case) +Version: 0.0.0.9000 +Authors@R: + person(given = "David", + family = "Granjon", + role = c("aut", "cre"), + email = "dgranjon@ymail.com") +Description: What the package does (one paragraph). +License: `use_mit_license()`, `use_gpl3_license()` or friends to + pick a license +Encoding: UTF-8 +LazyData: true +Roxygen: list(markdown = TRUE) +RoxygenNote: 7.1.1.9000 diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..6ae9268 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1,2 @@ +# Generated by roxygen2: do not edit by hand + diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a61bc6 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ + +# shiny386 + + +[![CRAN status](https://www.r-pkg.org/badges/version/shiny386)](https://CRAN.R-project.org/package=shiny386) +[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) + + +The goal of shiny386 is to ... + +## Installation + +You can install the released version of shiny386 from [CRAN](https://CRAN.R-project.org) with: + +``` r +install.packages("shiny386") +``` + +## Example + +This is a basic example which shows you how to solve a common problem: + +``` r +library(shiny386) +## basic example code +``` + diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..1d1f628 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,10 @@ +## Test environments +* local R installation, R 3.6.1 +* ubuntu 16.04 (on travis-ci), R 3.6.1 +* win-builder (devel) + +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release. diff --git a/shiny386.Rproj b/shiny386.Rproj new file mode 100644 index 0000000..7f1b52b --- /dev/null +++ b/shiny386.Rproj @@ -0,0 +1,22 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes +LineEndingConversion: Posix + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source +PackageRoxygenize: rd,collate,namespace