Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added to Contributing #209

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vagrant/
.Rproj.user
5 changes: 5 additions & 0 deletions packages/animation/install
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ if [ $OS_CODENAME == "xenial" ]; then
fi

# check for supported platform (whitelisted ubuntu versions)

if [ $OS_DISTRIBUTION == "trusty" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this repository might be out of date. Ubuntu 20.04 is the only supported operating system for new deployments to shinyapps.io at this time.

add-apt-repository -y ppa:mc3man/trusty-media
fi

if [ $OS_CODENAME == "xenial" ]; then
add-apt-repository ppa:jonathonf/ffmpeg-4
fi
Expand Down
18 changes: 18 additions & 0 deletions shinyapps-package-dependencies.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Makefile