-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RCaller-4.0.2 Disable Arrow compression explicitly, cosmetic fixes an…
…d upgrades
Showing
9 changed files
with
26 additions
and
25 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
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
<groupId>com.github.jbytecode</groupId> | ||
<artifactId>RCaller</artifactId> | ||
<version>4.0.1</version> | ||
<version>4.0.2</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>RCaller</name> | ||
|
@@ -23,7 +23,7 @@ | |
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<name>Kopilov Alexander</name> | ||
<name>Kopilov Aleksandr</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
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
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 |
---|---|---|
|
@@ -39,12 +39,12 @@ | |
public class Globals { | ||
|
||
public static String cranRepos = "http://cran.r-project.org"; | ||
public static String RScript_Windows = "C:\\Program Files\\R\\R-3.6.3\\bin\\Rscript.exe"; | ||
public static String RScript_Windows = "C:\\Program Files\\R\\R-4.1.1\\bin\\Rscript.exe"; | ||
public static String RScript_Linux = "/usr/bin/Rscript"; | ||
public static String RScript_Mac = "/usr/local/bin/Rscript"; | ||
public static String Rscript_current; | ||
|
||
public static String R_Windows = "C:\\Program Files\\R\\R-3.6.3\\bin\\R.exe"; | ||
public static String R_Windows = "C:\\Program Files\\R\\R-4.1.1\\bin\\R.exe"; | ||
public static String R_Linux = "/usr/bin/R"; | ||
public static String R_Mac = "/usr/local/bin/R"; | ||
public static String R_current; | ||
|
@@ -63,7 +63,7 @@ public class Globals { | |
|
||
public static GraphicsTheme theme = new DefaultTheme(); | ||
|
||
public final static String version = "RCaller 4.0.0"; | ||
public final static String version = "RCaller 4.0.2"; | ||
public final static String about = "Author: Mehmet Hakan Satman - [email protected]"; | ||
public final static String license = "LGPL v3.0"; | ||
|
||
|
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