-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetching results through own Java code instead of RJDBC for greater e…
…fficiency and prevention of memory leaks
- Loading branch information
Showing
11 changed files
with
248 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
extras | ||
man-roxygen | ||
bin | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.travis\.yml$ | ||
R/LocalEnvironment.R | ||
deploy.sh | ||
.classpath | ||
.project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="java"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk6"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
.Rhistory | ||
.RData | ||
R/LocalEnvironment.R | ||
/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?> | ||
<jardesc> | ||
<jar path="DatabaseConnector/inst/java/DatabaseConnector.jar"/> | ||
<options buildIfNeeded="true" compress="true" descriptionLocation="/DatabaseConnector/java/DatabaseConnector.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/> | ||
<storedRefactorings deprecationInfo="true" structuralOnly="false"/> | ||
<selectedProjects/> | ||
<manifest generateManifest="true" manifestLocation="/WhiteRabbit/jarDesc/WhiteRabbit.MF" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true"> | ||
<sealing sealJar="false"> | ||
<packagesToSeal/> | ||
<packagesToUnSeal/> | ||
</sealing> | ||
</manifest> | ||
<selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false"> | ||
<file path="/DatabaseConnector/NAMESPACE"/> | ||
<file path="/DatabaseConnector/.Rbuildignore"/> | ||
<file path="/DatabaseConnector/DatabaseConnector.Rproj"/> | ||
<file path="/DatabaseConnector/DESCRIPTION"/> | ||
<folder path="/DatabaseConnector/tests"/> | ||
<file path="/DatabaseConnector/deploy.sh"/> | ||
<file path="/DatabaseConnector/.travis.yml"/> | ||
<file path="/DatabaseConnector/.gitignore"/> | ||
<folder path="/DatabaseConnector/inst"/> | ||
<folder path="/DatabaseConnector/man-roxygen"/> | ||
<file path="/DatabaseConnector/README.md"/> | ||
<file path="/DatabaseConnector/.project"/> | ||
<javaElement handleIdentifier="=DatabaseConnector/java"/> | ||
<folder path="/DatabaseConnector/man"/> | ||
<folder path="/DatabaseConnector/extras"/> | ||
<file path="/DatabaseConnector/.classpath"/> | ||
<folder path="/DatabaseConnector/R"/> | ||
<file path="/DatabaseConnector/.gitattributes"/> | ||
</selectedElements> | ||
</jardesc> |
Oops, something went wrong.