Skip to content

Commit ff55aa4

Browse files
committed
Added dontrun flag to test requiring Mongo DB.
1 parent 90048d0 commit ff55aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/getSR.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ stopifnot(nrow(history(sr1a,"Physcis"))==2L)
160160

161161

162162
}
163-
163+
\dontrun{
164164
## <<Here>> Need test with Mongo implementation
165165
library(PNetica) ## Must load to setup Netica DLL
166166
app <- "ecd://epls.coe.fsu.edu/EITest"
@@ -200,7 +200,7 @@ loadManifest(eng,netman)
200200
eng$setHistNodes("Physics")
201201
configStats(eng,stattab)
202202
setupDefaultSR(eng)
203-
203+
}
204204
}
205205
\keyword{ interface }
206206
\keyword{ database }

0 commit comments

Comments
 (0)