Browse code

potential fix for windows version

khoran authored on 12/02/2018 22:54:57
Showing 3 changed files

... ...
@@ -1 +1 @@
1
-UnsupportedPlatforms: win
1
+#UnsupportedPlatforms: win
... ...
@@ -1,8 +1,8 @@
1 1
 Package: eiR
2 2
 Type: Package
3 3
 Title: Accelerated similarity searching of small molecules
4
-Version: 1.19.1
5
-Date: 2018-1-16
4
+Version: 1.19.2
5
+Date: 2018-2-12
6 6
 Author: Kevin Horan, Yiqun Cao and Tyler Backman
7 7
 Maintainer: Thomas Girke <thomas.girke@ucr.edu>
8 8
 Suggests:   BiocStyle, knitcitations, knitr, knitrBootstrap
... ...
@@ -259,6 +259,11 @@ example, to add one compound from an SDFset you would do:
259 259
 ```{r term=FALSE}
260 260
  eiAdd(runId,sdfsample[100]) 
261 261
 ```
262
+```{r echo = FALSE, results = 'asis'}
263
+# on windows it seems the file handle used in eiAdd 
264
+# does not get closed right away, so we wait a little here first
265
+Sys.sleep(1)
266
+```
262 267
 
263 268
 The returned value is a list of the compounds ids that were just
264 269
 added.