Skip to content

Commit

Permalink
Corrected main.R
Browse files Browse the repository at this point in the history
  • Loading branch information
earnaud committed Nov 7, 2019
1 parent dffd996 commit cef0537
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
2 changes: 1 addition & 1 deletion R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require(maptools)
library(sp)
library(raster)

source("module.R")
source("bufferInput.R")

ui <- fluidPage(
# File inputs
Expand Down

0 comments on commit cef0537

Please sign in to comment.