Skip to content

Commit

Permalink
mac users might miss this
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Nov 27, 2014
1 parent c14471a commit ce48f79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MonetDB/monetdb database creation instructions.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
library(MonetDB.R) # load the MonetDB.R package (connects r to a monet database)


# set your working directory
# setwd( "C:/My Directory/" )


# configure a test monetdb database on windows #

Expand All @@ -29,7 +32,7 @@ batfile <-
monetdb.server.setup(

# set the path to the directory where the initialization batch file and all data will be stored
database.directory = "C:/My Directory/MonetDB" ,
database.directory = paste0( getwd() , "/MonetDB" ) ,
# must be empty or not exist

# find the main path to the monetdb installation program
Expand Down

0 comments on commit ce48f79

Please sign in to comment.