Skip to content

Commit

Permalink
adding debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
geneorama committed Jun 11, 2019
1 parent 15ed855 commit 844da8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/run_all.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@

## Some sanity checks for basic system info
cat(system("which R"), "\n\n")
print(R.version.string)
Sys.info()

## optional file for specifying additional library paths.
if(file.exists("untracked/libpaths")){
.libPaths(readLines("untracked/libpaths"))
cat("\n")
cat("LIBPATH:\n")
cat(.Library.site, "\n")
cat(.libPaths(), "\n")
cat(row.names(installed.packages()), "\n")
}

## LOAD DATA.TABLE PACKAGE AND FUNCTIONS
Expand Down

0 comments on commit 844da8d

Please sign in to comment.