Skip to content

Commit

Permalink
backtrack b4b0e62; see #33 for more details
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Chheng committed May 27, 2015
1 parent b4b0e62 commit aeb1529
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
Expand Up @@ -10,5 +10,5 @@ License: GPL-3
LazyLoad: yes
Depends: R(>= 2.14.1), rJava, methods
Suggests: RUnit
SystemRequirements: Java (>= 1.6), MongoDB (>= 1.6)
SystemRequirements: Java (>= 1.7), MongoDB (>= 1.6)
URL: http://github.com/tc/RMongo
6 changes: 3 additions & 3 deletions R/rmongo.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#library('rJava')
#.jinit()
#.jaddClassPath("java/r-mongo-scala-1.0-SNAPSHOT.jar")
library('rJava')
.jinit()
.jaddClassPath("inst/java/r-mongo-scala-1.0-SNAPSHOT.jar")

setClass("RMongo", representation(javaMongo = "jobjRef"))

Expand Down
File renamed without changes.

0 comments on commit aeb1529

Please sign in to comment.