Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
327e32c4cc5f9faaf05a5382b55f351eae0fc4e4
Select Git revision
Branches
2
demo-hceres-2018
master
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
Apr
27
26
25
22
21
20
19
15
14
13
12
11
10
9
8
7
6
5
4
3
1
25
Mar
1
Apr
29
Mar
31
30
31
30
1
Apr
30
Mar
31
30
29
28
27
25
23
24
23
22
10
23
22
21
11
Jan
20
Mar
18
17
16
15
16
15
14
13
11
10
9
7
10
9
8
7
5
4
3
2
1
29
Feb
1
Mar
29
Feb
27
26
25
24
23
19
18
17
16
15
12
Merge branch 'master' into feature/fastr-builtin
Merge pull request #45 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/various_changes3 to master
copyright fixes
Merge pull request #46 in G/fastr from ~ADAM.WELC_ORACLE.COM/fastr:feature/mlr_package_load to master
Parse shouldn't automatically wrap result in RLanguage object.
Convert fastr package functions to .Primitives
Merge pull request #43 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:bugfix/modeltools-install to master
Merge pull request #44 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:feature/post_merge_gate to master
add gate runs "post-merge"
R_NaString is a CHARSXP
Merge pull request #41 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/various_changes3 to master
add stats4 package; fix DOTSXP serialization bugs
Merge pull request #42 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:bugfix/rattr-compile to master
Merge branch 'master' of ssh://ol-bitbucket.us.oracle.com:7999/~mick.jordan_oracle.com/fastr into feature/pkgtest
Fix compile error
package test: fold in GnuR/FastR compare code
Merge pull request #38 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:GR-131-remove-rdataframe to master
Fix data frame tests
fix atanh builtin
profile in FunctionDefinitionNode (whether ReturnException depth matches)
Fix header in TestBuiltin_extract_dataframe
Add extract data frame test expected outputs
Merge pull request #39 in G/fastr from ~ADAM.WELC_ORACLE.COM/fastr:feature/r_caller_overhaul to master
Folded RSyntaxNodeWrapper interface into (now also an interface) RCaller.
Remove unused RDataFrame related parameter from setVectorClassAttr
Invalid caller is now a singleton.
simplify printing Utils
Merge pull request #40 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/update_truffle to master
ignore warning context for lgamma test
update Truffle dependency
create InheritsCheckNode in Bind
Removed leftover commented code.
Fixed a copyright check.
Regenerated tests.
Traversing parent hierarchy in search for RCaller is no longer necessary at all and RCaller now has a typed representation.
The mget function can now use functions as ifnotfound argument.
Traversing parent hierarchy in search for RCaller is no longer necessary for call nodes.
Fixed a caller of function called via do.call.
Partial fix to the sys.call problem in the context of S3/S4.
Removed RDataFrame and remaining references to it.
Loading