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.
10260acb4dc3eec46fc95288f0b59bab26eba0bc
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
2
Mar
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
11
9
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.
Continued refactoring of connection implementation.
First changes from refactoring of connections implementation.
[GR-2798] External2 calls get "op" argument.
.External2 calls get "op" argument
[GR-3035] Centralized handling of error and warning contexts.
small fix in tests
[GR-378] Execute internal package tests using package test framework.
[GR-378] Create an internal package repo for package tests
Add query operators and TPC-H tests
smaller default size for weak hash maps
Loading