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

Handling dependencies, documentation, and modularity through an R package #96

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove unessecary code that did not solve the docker issue
  • Loading branch information
MansMeg committed May 1, 2020
commit 35cb8191123192433fdffa2e6a4e480cdcc209d2
3 changes: 0 additions & 3 deletions plot-3-panel.r
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ library(bayesplot)
library(cowplot)
library(svglite)
library(ggplot2)

# Install R package
remotes::install_local("rpackage/")
library(covid19model)

#---------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions plot-forecast.r
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ library(gridExtra)
library(ggpubr)
library(bayesplot)
library(cowplot)

# Install R package
remotes::install_local("rpackage/")
library(covid19model)

#---------------------------------------------------------------------------
Expand Down