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.
54458ffa5218e5fb6b98d42db6027725e9e645c4
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
3
Mar
2
1
28
Feb
27
24
23
22
21
20
17
16
15
14
13
10
9
8
7
6
7
6
3
2
1
31
Jan
30
27
26
25
24
23
21
20
19
18
17
16
13
12
11
10
9
6
5
3
2
30
Dec
28
24
23
22
21
20
19
16
15
14
13
12
Revert tests4 after [GR-3100]
[GR-3100] Add visibleExecute functions to PeekLocalVariable and RCallBaseNodeWrapper.
add visibleExecute functions to PeekLocalVariable and RCallBaseNodeWrapper
[GR-3088] Fix dropped tests4/vanilla package tests.
[GR-3088] Fix dropped tests4/vanilla package tests.
[GR-3076] Fix dimnames vector completeness with NA_character_ in c/rbind.
[GR-3076] Fix dimnames vector completeness with NA_character_ in c/rbind
[GR-3096] Remove use of GetNonSharedSyntaxNode for @<- and slot<- in replacements.
[GR-2767] Fixed unit test issue.
[GR-3022] Handle non-FunctionDefinitionNode in Body.
Fixed unit test issue: Used the system temp path in a test case which is different for other platforms.
remove special handling of @<- and slot<- in replacements
handle non-FunctionDefinitionNode in Body
[GR-2950] Fix a batch of builtins with CP issues (Míla).
[GR-2798] New cast API map(toBoolean(naValue)).
Fixed cast pipelines of builtins 'remove' till 'strtrim'.
Cast to boolean: NA is by default TRUE + possibility to specify otherwise.
[GR-2767] Simplify and complete connection support.
Fixed a small issue introduced during merging.
Fixed serious bug during decoding: Did not properly use the decoder when reading single 'elements' from a connection using method 'getc'. An element is either a character or a byte depending on the connection mode text or binary, respectively.
Using the more specific type BaseRConnection where appropriate.
Removed unnecessary implementation of deleting a temp file since there was already support for this.
Fixed summary description for files when opening temp files.
Fixed bug in class DelegateReadWriteRConnection: Did not properly return the output stream for compatibility.
Added method 'ByteBuffer getChannel()' to interface RConnection and therefore exposing the unterlying channel for FastR internal use.
Implemented support for anonymous text connections.
Fixed a compilation error introduced by rebasing.
Refactored base classes RConnection, BaseRConnection, and DelegateRConnection to strictly seperate the concerns.
Implemented isIncomplete.
Renamed new delegate connection classes.
fixed copyrights
Deleted accidentally added file.
Removed obsolete delegate connection classes.
Refactored socketConnection implementation to be purely based on channels.
Deferred resolving of character set name into BaseRConnection.
Implementes flag "skipNul" for readLines (blocking).
Small fix in warning message.
Splitted delegate connection classes into blocking and non-blocking implementations (at least prepared for non-blocking).
Implemented pipe command.
Implemented FIFOs and tried to get them non-blocking on opening.
Loading