Skip to content

Commit

Permalink
Added temporary code for StationLengthDist
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmin authored and Holmin committed Jun 13, 2019
1 parent 2e5e14e commit 13bd8f6
Show file tree
Hide file tree
Showing 4 changed files with 774 additions and 21 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
inst/lib
.Rproj.user
src/*.o
src/*.so
src/*.dll
src/symbols.rds
.Rhistory
.RData
.DS_Store
23 changes: 2 additions & 21 deletions Build/build_RstoxFramework.R
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
# Build 1.0:
RstoxBuild::buildRstoxPackage("RstoxFramework", version="1.0", Rversion="3.5", pckversion=list(data.table="1.10.4-3"), check=FALSE)

# Build 1.11.1:
RstoxBuild::build_Rstox_package("Rstox", version="1.11.1", Rversion="3.5", pckversion=list(data.table="1.10.4-3"), suggests=c("ncdf4", "pgirmess", "Reca", "plotrix"), check=FALSE)



RstoxBuild::build_Rstox_package("RstoxFramework", version="1.0", Rversion="3.5", pckversion=list(data.table="1.10.4-3"), check=FALSE)

RstoxBuild::build_Rstox_package("RstoxData", version="1.0", Rversion="3.5", pckversion=list(data.table="1.10.4-3"), check=FALSE)

RstoxBuild::build_Rstox_package("RstoxECA", version="1.0", Rversion="3.5", pckversion=list(data.table="1.10.4-3"), check=FALSE)

RstoxBuild::build_Rstox_package("RstoxSurveyPlanner", version="1.0", Rversion="3.5", pckversion=list(data.table="1.10.4-3"), check=FALSE)

RstoxBuild::build_Rstox_package("RstoxTempdoc", version="1.0", Rversion="3.5", check=FALSE)

RstoxBuild::build_Rstox_package("RstoxBuild", version="1.0", Rversion="3.5", check=FALSE)




# build_Rstox_package("RstoxBuild", version="1.0", Rversion="3.5", check=FALSE, rootDir="~/Code/Github")
Binary file added Work/RstoxFramework/.DS_Store
Binary file not shown.
Loading

0 comments on commit 13bd8f6

Please sign in to comment.