Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolewhite committed Jun 12, 2015
1 parent 96e1b05 commit b99be1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RNeo4j
Title: Interact with a Neo4j database through R.
LazyData: true
Version: 1.3.5
Version: 1.4.0
Date: 2014-05-02
Author: Nicole White
License: MIT
Expand Down
4 changes: 2 additions & 2 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = function() {
return("1.3.5")
return("1.4.0")
}

global_http_config = function() {
Expand Down Expand Up @@ -218,4 +218,4 @@ shortest_path_algo = function(all, algo, fromNode, relType, toNode, direction =

check_nested_depth = function(col) {
max(unlist(sapply(col, function(x) {sapply(x, length)})))
}
}
2 changes: 1 addition & 1 deletion man/RNeo4j-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An R package that allows you to easily interact with a Neo4j database from your
\details{
\tabular{ll}{
Package: \tab RNeo4j\cr
Version: \tab 1.3.5\cr
Version: \tab 1.4.0\cr
Date: \tab 2014-05-02\cr
}
}
Expand Down

0 comments on commit b99be1e

Please sign in to comment.