Skip to content

Commit

Permalink
Removed packrat
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgovan committed Jul 20, 2016
1 parent aa81d5e commit 4b7ca2f
Show file tree
Hide file tree
Showing 64 changed files with 11 additions and 543 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^\.Rprofile$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
3 changes: 0 additions & 3 deletions .Rprofile

This file was deleted.

2 changes: 1 addition & 1 deletion Description
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RiskNetwork
Version: 0.1.0
Title: Risk Network modeling and analysis
Title: Risk Network Modeling and Analysis
Description: RiskNetwork is a Shiny web application for risk network modeling and analysis.
URL: https://github.com/paulgovan/risknetwork
BugReports: https://github.com/paulgovan/risknetwork/issues
Expand Down
4 changes: 4 additions & 0 deletions R/RiskNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#' @import shiny
#' @import shinydashboard
#' @export
#' @examples
#' if (interactive()) {
#' RiskNetwork()
#' }
RiskNetwork <- function() {
shiny::runApp(system.file('rn', package='RiskNetwork'))
}
5 changes: 5 additions & 0 deletions man/RiskNetwork.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

217 changes: 0 additions & 217 deletions packrat/init.R

This file was deleted.

Loading

0 comments on commit 4b7ca2f

Please sign in to comment.