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.
b455471c46b130cd744041cfe53403d659633a5b
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
Nov
27
26
24
23
22
21
20
16
15
14
13
10
9
8
7
6
3
2
31
Oct
30
27
26
25
24
23
20
19
17
16
14
13
12
11
10
9
6
5
4
3
2
30
Sep
29
28
27
26
25
22
21
20
19
18
15
14
13
12
11
8
7
6
4
1
31
Aug
30
29
28
26
25
24
23
fix object size calculation to handle more types
[GR-6936] Package cache improvements.
Directly build GnuR's include path.
Do not compute transitive dependencies if cache disabled.
[GR-943] Allow string constants in :: and :::.
allow string constants in :: and :::
Fix: Actual return value is different to documentation for
[GR-2798] Added gctorture and gctorture2 builtins.
Added gctorture and gctorture2 builtins.
Also using cache for internal install
[GR-6959] [GR-6840] Strange interop behaviour of R complex number and other fixes in FastR message resolution.
Implemented caching for transitive dependencies.
[GR-2798] Implement findInterval builtin.
Implement findInterval builtin
[GR-6629] NFI Context can deal with being accessed from multiple threads.
Correctly setting status code if installation fails.
Moved package cache code to separate file to be able to share it.
NFI Context can deal with being accessed from multiple threads
[GR-6974] Add VectorAccess utility.
[GR-4120] Fixed typo in expected test result.
Fix: do not provoke error when caching if installation failed.
fixed typo in expected test result
adapt octsize nodes
small cleanups
add missing TruffleBoundary in DevCairo
remove unused RRuntime.rawToString
remove unnecessary implicit Raw/Complex casts from RTypes and ensure wrapping of scalar vectors in FFIWrapNode
implement “prod” using VectorAccess
fix to-string conversion in RRaw
add VectorAccess for primitive types
convert Diag to use VectorAccess
print vectors using VectorAccess
simplify NonNANode using VectorAccess
implement "mean" using VectorAccess
convert rep_len to VectorAccess
refactor anyNA to use VectorAccess, more correct implementation
implement cumsum/cumprod using VectorAccess
serialize vectors using VectorAccess
replace RVector.verify and RAbstractVector.checkCompelteness with RAbstractVector.verify
remove initial vector access implementation
Loading