similar to: R4CouchDB

Displaying 20 results from an estimated 100000 matches similar to: "R4CouchDB"

2010 Aug 16
3
R with CouchDB?
Hello all, I'm kind of surprised that searching the archives and Googling haven't given me a result for this... I've got a large amount of data that is a good fit for CouchDB; it's reasonably unstructured, and such structure that exists is quite fluid. I want to slice the data in many different ways, some of which really don't fit well with a relational database model. I
2009 Feb 18
0
Stuffing - A plugin to use CouchDB with ActiveRecord models
Hey, Just a heads up on anyone wanting a quick way to start playing with CouchDB (http://couchdb.apache.org/) and Rails without leaving the comfort of ActiveRecord. Stuffing is a Rails plugin that I wrote to let you access a CouchDB document directly within your ActiveRecord model. The plugin is on GitHub: http://github.com/paulca/stuffing/tree/master I posted a short video screencast intro
2008 Sep 27
0
Nascent plug-in feedback needed: CouchDB cache store
I''ve put together a quick plug-in to allow CouchDB to be used as a caching store. I have a project whereby I want to create a persistent file cache, and CouchDB seemed to be a good approach to try. If anybody has any feedback on this or has a similar need for something like this - it would be much appreciated. Thanks! http://github.com/jpignata/couch_store/tree/master
2004 Aug 16
2
place 4 ini files
Dear expeRts, I collect some lab specific functions for a package. Some of this functions need initial data (ini files written in R-code). My question is: Where is the place in the package structure for such files; how to load the files? I think something like: source(paste(R.home(),"/library/__pkg__/data/__.ini.R", sep="")) looks a bit clumsy. I haven't find something
2015 Mar 08
2
Xapian with Couchdb
Hi, I?m looking for how to integrate couchdb with xapian. Couchdb has a elasticsearch plugin, but i didn?t find anything about xapian. How is the best way to do it ? There some tips / tricks about xapian and couchdb ? Best Regards ! Carlos Brazil.
2015 Mar 08
0
Xapian with Couchdb
On Sat, Mar 07, 2015 at 09:40:04PM -0300, Carlos Pacheco wrote: > I?m looking for how to integrate couchdb with xapian. > > Couchdb has a elasticsearch plugin, but i didn?t find anything about xapian. There's this: https://gitorious.org/couchdb-xapian It doesn't look like it's very actively maintained though. Cheers, Olly
2003 Oct 08
6
Why does a[which(b == c[d])] not work?
Dear list, I can not understand why the expression in the subject does not work correct: > dcrn[which(fn == inve[2])] numeric(0) > inve[2] [1] 406.7 > dcrn[which(fn == 406.7)] [1] 1.3994e-07 1.3988e-07 1.3953e-07 1.3966e-07 1.3953e-07 1.3968e-07 Is this a kick self problem or an bug? Thaks very much Thomas
2012 May 21
4
Getting model column names
Hello, I am writing a RoR application that connects to a couchDB database using couchrest_model. The definition of my model is the following one: class BdsDataAuthor < CouchRest::Model::Base property :id, Integer property :first_name, String property :last_name, String end I would like to be able to get the list of the model columns, e.g., the result of BdsDataAuthor.columns would be
2011 May 20
0
WG: Re: source and localhost
> > Re: [R] source and localhost > > On Fri, 20 May 2011, Uwe Ligges wrote: > > > > > > > On 20.05.2011 17:22, Thomas.Bock at ptb.de wrote: > >> Dear List, > >> > >> I have problems with the function source() using a > >> url of the kind: > >> > >> http://localhost:5984/path/fn.R > > > > Does
2015 Feb 16
0
Release of phia 0.2-0
Dear R users, I want to announce an update of the package "phia", version 0.2-0, now on CRAN: <http://cran.r-project.org/web/packages/phia/> "phia" (Post-Hoc Interaction Analysis) is aimed at the analysis of the expected values and other terms of in linear, generalized, and mixed linear models, on the basis of multiple comparisons of factor contrasts, and is specially
2015 Feb 16
0
Release of phia 0.2-0
Dear R users, I want to announce an update of the package "phia", version 0.2-0, now on CRAN: <http://cran.r-project.org/web/packages/phia/> "phia" (Post-Hoc Interaction Analysis) is aimed at the analysis of the expected values and other terms of in linear, generalized, and mixed linear models, on the basis of multiple comparisons of factor contrasts, and is specially
2010 Jun 29
0
winbindd GETGRENT results in trusted domains environment
Good day. 1. We have configured two domain controllers on Windows 2003 R2. We named them TEST.LOCAL and CHILD.TEST.LOCAL respectively and made a trust relationships between them. 2. We have installed Samba 3.5.3 on Ubuntu 9.10, kernel 2.6.31-14 and configured it for using winbindd. We have encountered a problem with results that winbind returns upon a command GETGRENT. We
2017 Oct 19
0
gpuR 2.0.0 released
Dear R users, I am happy to announce the most recent version of gpuR has been released. There are several new enhancements to the package including the ability to use user written OpenCL kernels. A full list of changes from the NEWS are shown below. API Changes: 1. deviceType, gpuInfo, cpuInfo not longer accepts 'platform_idx' parameter as OpenCL contexts cannot contain more than one
2018 Sep 26
0
Re: OpenStack output workflow
On Wed, Sep 26, 2018 at 02:40:54PM +0200, Fabien Dupont wrote: > [Adding Tomas Golembiovsky] > > Well, that's mainly IMS related challenges. We're working on > OpenStack output support and migration throttling and this implies > changes to virt-v2v-wrapper. This is then the opportunity to think > about virt-v2v-wrapper maintenance and feature set. It has been >
2018 Sep 26
3
Re: OpenStack output workflow
On Wed, Sep 26, 2018 at 4:25 PM Richard W.M. Jones <rjones@redhat.com> wrote: > On Wed, Sep 26, 2018 at 02:40:54PM +0200, Fabien Dupont wrote: > > [Adding Tomas Golembiovsky] > > > > Well, that's mainly IMS related challenges. We're working on > > OpenStack output support and migration throttling and this implies > > changes to virt-v2v-wrapper.
2011 May 20
4
source and localhost
Dear List, I have problems with the function source() using a url of the kind: http://localhost:5984/path/fn.R I receive Fehler in file(file, "r", encoding = encoding) : kann Verbindung nicht ?ffnen Zus?tzlich: Warnmeldung: In file(file, "r", encoding = encoding) : ?ffnen fehlgeschlagen: HTTP Status war '502 cannotconnect' The url itself is ok since I can: -
2023 Nov 19
2
[Bug 3635] New: ssh-add -s always asks for PKCS#11 PIN
https://bugzilla.mindrot.org/show_bug.cgi?id=3635 Bug ID: 3635 Summary: ssh-add -s always asks for PKCS#11 PIN Product: Portable OpenSSH Version: 9.0p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-add Assignee: unassigned-bugs at
2011 Feb 08
4
NoSQL Storage Backend
Hello, I found a posting on the mailing list from 2008 "Adding new storage backend to Dovecot" while searching for POP3 and IMAP servers, that allow to use a NoSQL backend rather than a traditional file system. The problem with traditional filesystems is, that they are very limited. You cannot easily extend it, even with RAID 10 all messages may be lost due to a RAID controller
2017 Aug 04
1
Re: [PATCH 0/2] Add lightweight bindings for PCRE.
On Friday, 4 August 2017 10:01:28 CEST Richard W.M. Jones wrote: > You asked me to reply to some other points (copied from > https://www.redhat.com/archives/libguestfs/2017-July/msg00189.html): > > > Sure. OTOH, we already do use oUnit2, so these reasonings were already > > discussed in the past, and (considered we have tests based on oUnit2) > > deemed not a problem.
2020 Sep 08
0
some questions about R internal SEXP types
The general principle is that R packages are only allowed to use what is documented in the R help (? command) and in Writing R Extensions. The former covers what is allowed from R code in extensions, the latter mostly what is allowed from C code in extensions (with some references to Fortran). If you are implementing a Go interface for writing R packages, such Go interface should thus only