search for: rxapian

Displaying 6 results from an estimated 6 matches for "rxapian".

Did you mean: xapian
2016 Jun 14
2
R bindings for Xapian - Project progress
...or mentors to work with you on the work you're > >> doing. Will do so from now onwards. >> all the files in man/ that you've added don't need to be > >> in the repo, because they're automatically generated from other source > code. > Users can install RXapian package directly from github using the command 'install_github(?RXapian?)'. Once the package is installed, if automatically generated documentation(.Rd files) were included in the git repository, users can easily view all the information about the package, functions, parameters as well as e...
2016 Jun 18
2
R bindings for Xapian - Project progress
...apian-config, not > xapian-config-1.3; anyone who's using a development version can point > XAPIAN_CONFIG to the relevant binary. It isn't a huge issue right now > (since you're not targetting Xapian 1.2), but 1.4 should be out during > the course of GSoC, and we'll want RXapian to support that without > people having to do anything special. It would be better to use the XO_LIB_XAPIAN macro provided by xapian-core instead of writing your own code to probe for xapian-config. Everything from line 3 to line 18 of your current configure.ac could be replaced with just: XO...
2016 Jun 19
2
R bindings for Xapian - Project progress
...-config-1.3 (This is because development versions of Xapian have the -1.x suffix, but the macro looks for just xapian-config by default -- which is what most people want, as they'll be using release versions of Xapian.) > > at some point > > we should probably sort out support for RXapian in there > > I don't understand why this needs to be done. Shouldn't the source code of > RXapian be kept separately and distributed via CRAN? How does putting code in CRAN work? Do you build a tgz or similar? (In which case what we probably want is to have a script that does tha...
2016 Jun 12
2
R bindings for Xapian - Project progress
Hi all, I completely facilitated simple indexing with xapian_index function, and also developed a DatabaseWrapper. Only a few more modifications are remaining to completely facilitate simple search with xapian_search function. Best regards, Amanda -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 May 30
5
R bindings for Xapian - Project progress
Hi all, I developed the basic structure of xapian_index() function which enables the content of a data frame to be indexed with Xapian search engine library. I pushed it to a git repository at https://github.com/amandaJayanetti/RXapian. It'd be a great favour if Mr. Dirk Eddelbuettel as well as other interested developers could kindly review the function and give me some feedback on it. Thanks in advance, Amanda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/piperm...
2016 Sep 08
2
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
On 8 September 2016 at 06:01, Jonathan Baron wrote: | We have over 10,000 packages now. I wonder if searching all help files | is really helpful anymore. Yes it is. I go to http://rdocumentation.org a lot for quick look-ups. So thanks to Datacamp for running that. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org