- Jan 09, 2017
-
-
Lukas Stadler authored
-
Lukas Stadler authored
-
Lukas Stadler authored
-
Lukas Stadler authored
move .Internal handling to AST creation, remove ForcePromiseNode, keep RSyntaxElement instead of RSyntaxNode in RCaller
-
Lukas Stadler authored
Merge pull request #581 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:feature/rcallnode_notification to master * commit 'a8bef4f3': use GetCallerFrameNode in EnvFunctions notify RCallNodes in FrameFunctions change RCallNode to use assumptions to interact with GetCallerFrameNode
-
Lukas Stadler authored
* commit '3f831635': rffi: fix thread safety related to recent change to use Nodes
-
Tomas Stupka authored
* commit '7b62265d': one more options test fix copyright year generated expected output messages "editor" option can be also NULL or a function
-
Lukas Stadler authored
* commit 'ab8ca7b6': fix copyright year generated expected output messages unify the crc algorithm in c.o.t.r.library.utils.Crc64 and c.o.t.r.nodes.builtin.base.CRC64
-
- Jan 06, 2017
-
-
Mick Jordan authored
-
- Jan 05, 2017
-
-
Stepan Sindelar authored
Merge pull request #590 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/nmath-refactoring-wilcox to master * commit '49e5ba8c': Stats vs nmath structure refactoring + wilcox externals
-
Tomas Stupka authored
-
Tomas Stupka authored
-
Tomas Stupka authored
-
stepan authored
- code corresponding to 'nmath' in GnuR moved to new package: com.oracle.truffle.r.runtime.nmath - it turns that Wilcox uses Choose, which is a builtin node, the original structure did not allow code reuse in such cases - implement wilcox externals {d/p/q}wilcox and wilcox_free + improved choose
-
Tomas Stupka authored
-
Tomas Stupka authored
-
Tomas Stupka authored
-
Tomas Stupka authored
-
Lukas Stadler authored
* commit '09c77535': create proper srcref attributes for function literals
-
- Jan 03, 2017
-
-
Stepan Sindelar authored
Merge pull request #587 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/nbinom-weibull to master * commit '34564388': Stats: port weibull distribution Stats: port nbinom distribution
-
stepan authored
-
stepan authored
Externals implemented: {p/q/d/r}nbinom, and {p/q/d}nbinom_mu
-
Stepan Sindelar authored
Merge pull request #586 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/stats-cleanup2 to master * commit '3ea3145b': Stats package cleanup
-
Stepan Sindelar authored
Merge pull request #585 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/fix-parserprocessor to master * commit '7bdd1bb0': Bit more robust suite path construction in GenerateRParserProcessor
-
stepan authored
- use RMathError - fix format String in debugging messages - move methods from GammaFunctions to RMath - fix javadoc in QuantileSearch
-
- Jan 02, 2017
-
-
Lukas Stadler authored
-
Lukas Stadler authored
-
Lukas Stadler authored
-
stepan authored
getCanonicalFile() removes any '..' from the path. Some IDEs (intellij) put '..' into StandardLocation.SOURCE_OUTPUT. With '..' the getParentFile() does not work as intended.
-
Stepan Sindelar authored
* commit '5913bafe': Refactor common quantile search code from QPois and QBinom + tests
-
- Dec 30, 2016
-
-
Adam Welc authored
-
stepan authored
-
Lukas Stadler authored
-
Stepan Sindelar authored
Merge pull request #579 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/stats-cleanup to master * commit '483c080f': Stats code cleanup
-
stepan authored
- 'final' where possible - do not assign to parameters - removed duplicated code in GammaFunctions (which had a bug in it) - warnings: do not save more than maxWanings warnings
-
Stepan Sindelar authored
Merge pull request #578 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/more-stats11 to master * commit '60656d7f': Stats: port hypergeometric distribution Stats: port non-central F (nf) distribution Implement nbeta distribution functions in stats Implement nchisq distribution functions
-
Stepan Sindelar authored
Merge pull request #577 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/mlerror-refactoring to master * commit 'e51f4cf9': Limit the number of warnings put into environment Stats errors/warnings methods actually implemented and moved to RMathError
-
stepan authored
-
stepan authored