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.
df1e7346a98fddd3f7d21a78d6720eba5bafd527
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
29
Aug
28
26
25
24
23
22
21
18
17
16
15
14
11
10
9
8
7
4
3
2
3
2
1
31
Jul
30
28
27
26
25
21
20
19
18
17
14
13
12
11
10
3
30
Jun
29
28
27
26
23
22
21
20
19
16
15
14
13
12
9
8
7
6
5
2
1
31
May
30
29
26
25
24
23
[GR-5808] Properly handle known and unknown arguments in Rscript.
[GR-5661] Problems with function argument completion.
generated test output
removed not necessary unboxing and isNull checks when converting foreign values
handle also foreign null in Foreign2R
when printing convert foreign values via Foreign2R
[GR-2738] Remove some usages of getDataWithoutCopy().
properly handle known and unknown arguments in Rscript
Merge branch 'master' into queryr
[GR-5627] Complete implementation of cov/cor.
complete implementation of cov/cor
Remove some usages of getDataWithoutCopy()
[GR-5543] [GR-5541] Many improvements and bug fixes concerning parallel execution.
generated test output
various fixes in cli completion
do not check predefined classes in grep pattern if it is supposed to be macthed as is (fixed=TRUE)
Fix: Initialization of eval threads already accesses multi slots.
Merge with master
Hack and fix for R execution in databases
Fixed specializations with respect to fallback.
[GR-5724] Unbox foreign objects when they enter the R value space.
[GR-5749] [GR-1138] Don't intercept ReturnExceptions when calling condition handlers.
Introduced 'asIntegerVectorClosure' (and similar) in cast pipelines.
Weakened precondition for reusing vectors. Also allow to reuse shared
don't intercept ReturnExceptions when calling condition handlers
Minor fixes and cleanup.
Cleanup; removed follow-the-cycles algorithm for performance reasons.
unbox foreign objects when they enter the R value space
[GR-5696] Jline.console.UserInterruptException on package install.
Refined reusing policy: only if vectors are complete.
Refined guards in CastDoubleNode.
Added tests for in-place transposition of non-square matrices.
Avoid using 'setElement'.
Made reuse of non-shared vector optional in cast pipeline.
Implemented follow-the-cycles in-place transpose for double vectors.
Fix: missing specialization in CastDoubleNode.
Implemented in-place transpose for simple cases.
Introduced flag 'keepAttributes' in RToVectorClosure.
Using RClosures to reduce unnecessary allocations in DoubleCastNode.
Removed unnecessary allocations in builtin 'aperm'.
Loading