diff --git a/.gitignore b/.gitignore index f074bfb..a447d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .Rhistory .Rproj.user config.R -*.Rproj \ No newline at end of file +*.Rproj +/rsconnect \ No newline at end of file diff --git a/working.Rmd b/working.Rmd index b714f80..4451591 100644 --- a/working.Rmd +++ b/working.Rmd @@ -65,8 +65,7 @@ colSums(a[-1]) ``` ```{r deploy} -# See Shiny documentation for authorizing computer to deploy to shiny.io. -# TODO add complete steps here on how to set up and deploy +# See README.md # For Shiny library(rsconnect)