Skip to content

Commit

Permalink
Merge pull request #15 from jvsguerra/main
Browse files Browse the repository at this point in the history
New tutorial page
  • Loading branch information
helder-ribeiro authored Nov 7, 2022
2 parents 7416bcf + 5b6f5bf commit 83b9c5e
Show file tree
Hide file tree
Showing 143 changed files with 2,150 additions and 4,423 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata
Expand Down Expand Up @@ -38,3 +39,12 @@ vignettes/*.pdf
# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM rocker/r-base:latest
FROM rocker/shiny:4.1.1
FROM rocker/shiny:4.2.0

RUN apt-get update && apt-get install -y \
libcurl4-gnutls-dev \
Expand Down
Binary file removed KVshiny/.RData
Binary file not shown.
Loading

0 comments on commit 83b9c5e

Please sign in to comment.