diff --git a/india.pdf b/india.pdf deleted file mode 100644 index 10317df..0000000 Binary files a/india.pdf and /dev/null differ diff --git a/literature/2012_Bray_Carpenter.pdf b/literature/2012_Bray_Carpenter.pdf deleted file mode 100644 index 0b022dc..0000000 Binary files a/literature/2012_Bray_Carpenter.pdf and /dev/null differ diff --git a/run.txt b/run.txt deleted file mode 100644 index b9d6693..0000000 --- a/run.txt +++ /dev/null @@ -1,64 +0,0 @@ - -## specify libraries -libs = list("gWidgets","gWidgetstcltk","markdown","plyr") - -## install libraries -# sapply(libs, biocLite) -# install.packages("gWidgets", repos='http://cran.us.r-project.org') -# install.packages("gWidgetstcltk", repos='http://cran.us.r-project.org') -# install.packages("markdown", repos='http://cran.us.r-project.org') -# install.packages("plyr", repos='http://cran.us.r-project.org') - - -## load libraries -print("Loading libraries...") -sapply(libs, function(x) do.call("library", list(x))) - -options(warn = 2) - -# path = "C:\\Users\\Christian Tischer\\Dropbox\\R\\HTM\\HTM_Explorer\\HTM_Explorer";setwd(path);source("run.R"); -# path = "/Users/tischi/Dropbox/R/HTM/HTM_Explorer/HTM_Explorer";setwd(path);source("run.R"); -# path = "\\almf\\almf\\software\\scripts\\R\\HTM_Explorer";setwd(path);source("run.R"); -# path = "Y:\\R\\HTM_Explorer";setwd(path);source("run.R"); -# path = "/g/almf/software/scripts/R/HTM_Explorer";setwd(path);source("run.R"); - - - -## source code -#setwd(path);source("install.R"); - -source("classes.R") - -print("Checking htm object...") -if(exists("htm")) { - print(" Found htm object; left it as it was; only restarting the GUI.") -} else { - print(" No htm object found; initialising...") - htm <<- htmMake() -} - -htmPath = getwd() - -## create the package: -# package.skeleton(name="htmTool",path=path, code_files=c("classes.R","gui.R","plots.R","functions.R","install.R")) - -guiToolkit("tcltk") - -source("plots.R") -source("functions.R") -source("gui.R") - -## make package -## - you can simply delete all files in the man directory to get through "check" -## - check has options to ignore certain issues - -# R CMD build -# R CMD check -# R CMD INSTALL - - -## only "export" functions that you want the user to see; -## also only for those you need to write documenation - - -## Roxygen