search for: _result_

Displaying 3 results from an estimated 3 matches for "_result_".

Did you mean: result_
2007 Jul 17
2
#more_like_this : strange behaviour
...orks quite well, until I try to use #more_like_this, which returns all of the other articles, even if they have nothing to do with the active article. I debugged a bit and found out that the query build by #more_like_this is nothing more then "-id:<id of the active record>". (so the _result_ is correct) To try that out on the console, I used: entry = Entry.find(1) entry.more_like_this(:field_names => [''text'']) Either I''m doing something entirely wrong or there is a bug. ;) Before filing a ticket, I want to rule out the first case. Ferret version is 0.1...
2015 May 14
1
Creating a vignette which depends on a non-distributable file
...cumentation for (much nicer for users of your vignette, in my opinion) Rmd vignettes processed to HTML. A common pattern is to process chunks 1, 2, 3, 4, and then there is a 'leap of faith' in chunk 5 (with eval=FALSE) and a second chunk (maybe with echo=FALSE, eval=TRUE) that reads the _result_ that would have been produced by chunk 5 from a serialized instance into the R session for processing in chunks 6, 7, 8... Also very often while it might make sense to analyse an entire data set as part of a typical work flow, for illustrative purposes a much smaller subset or simulated data mi...
2015 May 14
2
Creating a vignette which depends on a non-distributable file
Dear all, I am writing a vignette that requires a file which I am not allowed to distribute, but which the user can easily download manually. Moreover, it is not possible to download this file automatically from R: downloading requires a (free) registration that seems to work only through a browser. (I'm talking here about the MSigDB from the Broad Institute,