similar to: "revision control software" for managing R-code?

Displaying 20 results from an estimated 10000 matches similar to: ""revision control software" for managing R-code?"

2009 Jan 06
1
Web framework for embedded appliance?
Sorry for the off-topic post, but I figured someone here might know: I''m looking for a Ruby web framework that is suitable for developing a web service on an embedded network appliance. RAM is an issue, but probably not as much as hard drive space. Too many requirements likely make Rails a less than ideal candidate for this. If anyone has ideas for what would work, any input is
2007 Jun 01
2
SugarCRM Integration
Hi folks, I was wondering if there's a guide on how to configure sugarCRM Integration with Asterisk. I was looking in google and all i found was about Trixbox, which has sugarcrm integrated by default. Regards, -- Diego Quintana a.k.a. RouterMaN Ingeniero de las Telecomunicaciones Linux Registered User #382615 - http://counter.li.org/ SIP # 1-747-633-6676 Ext. 1011 FWD # 764839 Ext. 1011
2010 Oct 26
2
Which version control system to learn for managing R projects?
Hello all, I wish to learn a version control system for managing my R (data analysis) projects. I know of SVN and github, and wonder if there is any reason for which I should prefer the one over the other (or any other platform). An example for a reason could be if it will make it easier for me to later work with R-forge or CRAN or any other platform for R code distribution. Thanks, Tal
2010 Oct 27
2
Which version control system to learn for managing Rprojects?
Gabor As someone trying to the rest of my team using Subversion (which I have used for a while, but more as a backup / record of changes), have you a neat / automated way of building a package from a subversion repository? Thanks David Jessop -------------------------- David Jessop Global Head of Quantitative Research UBS Investment Research +44 20 7567 9882 ----- Original Message -----
2012 Jan 06
3
pointers on including SVN revision number in package info?
I'm trying to keep debugging of a development package relatively sane. I see that some packages manage to incorporate what appears to be Subversion (SVN) revision information in the package description; for example, > library(MASS) > sessionInfo()$otherPkgs$MASS$Revision [1] "$Rev: 3016 $" which looks like an auto-generated revision number. On the other hand, the rgl
2010 Oct 24
1
cvs fpr R
Hello everyone. These days I am writing some code for a small project. I have started having problems with different versions of the files I keep (in case I need to move to older files). I need some easy cvs platform ( I do not know if cvs is the general name or a specific program) that is easy to use. I do not need something that special or specific. Could you please suggest me one easy to
2006 Feb 26
5
Plugins? Components?
Hi, Newbie here :) Can someone help explain the difference between "plugins" (put in the /vendor/plugins directory) and "components" (put into the /components directory)? Is it just that "plugins" have an init.rb file that is automatically loaded? Also, how can I dynamically find out which files/controllers are available in the /components directory? Thanks,
2011 Nov 26
2
Time for a distributed VCS?
Recently, I've been working on tools for doing high-quality conversions of project histories from centralized version-control systems like Subversion to modern decentralized systems like git and hg. To see what I mean by "high quality", take a look at my DVCS migration guide: <http://www.catb.org/esr/dvcs-migration-guide.html>. A really good conversion should, for example,
2013 Apr 23
2
Tables package - remove NAs and NaN
Dear Rxperts, q <- data.frame(p=rep(c("A","B"),each=10,len=30), a=rep(c(1,2,3),each=10),id=seq(30), b=round(runif(30,10,20)), c=round(runif(30,40,70))) The operation below... tabular(((p=factor(p))*(a=factor(a))+1) ~ (N = 1) + (b + c)* (mean+sd),data=q) yields some rows of NAs and NaN as shown below b c p a N mean sd mean sd A 1 10
2013 Jan 03
2
Version Controlled CRAN Packages
Dear Sir or Madam, The group of people with whom I work is now convinced of the usefulness of using R and its packages to meet our needs for statistical analysis. It has become important that R programs and scripts we create today can be run by someone else tomorrow, so need to use version-control. For this to work well, we need to version-control not just our code, but also R and the CRAN
2013 Oct 30
1
Geppetto with Subversion
I''m trying to use Geppetto 4 to develop puppet modules and check them in and out of subversion. I''ve got a subversion repositories setup via web dav. The Cloudsmith FAQ seems a bit vague. I''ve not used Eclipse much at all and am not sure how the subversion integration works. I saw a really cool video demo from the PuppetConf youtube channel using the Forge (
2006 Jun 02
17
Config Revision Control
Has anyone got any neat solutions for Asterisk .conf file revision control? We have multiple Asterisk boxes here, that we'd like to maintain a _mostly_ common set of conf files on. They aren't all the same though. There's subtle differences. For example, in sip.conf, iax.conf etc, the bindaddr setting is different. Dundi.conf is very different between each system. At the moment I
2008 Apr 08
2
"preferred" version of Linux for R?
Is there a recommended/preferred version of Linux for using with R? Is there one version of Linux that R-users prefer, and/or that works "better" with R? I am working with "large" datasets, and hope to take advantage of as much RAM as reasonable (8-32gb?). Thanks in advance! --------------------------------- [[elided Yahoo spam]] [[alternative HTML version
2008 May 21
2
automation of R? running an R script at a certain time each night?
I am using R in a Windows environment. I store my data in a Microsoft SQL database that gets updated automatically nightly. Once my SQL db is updated, I wish to automatically run an R "script" Any tips on "good" ways to approach this task? Is there an easy way to "launch" an R script using the Windows or other "scheduler"? Can I have an R-script run
2010 Feb 11
6
how to work with Code Repositories, but for web development?
Hi all, I would like some suggestion on this matter please. I have never bothered using any code repositories / version control systems for our web development project, many cause I didn't know any better, and probably cause most of our projects don't really require that we need to keep a history of what has changed. i.e. a client wants to change something on their website, and we change
2010 Feb 14
2
revision control on maildir possible?
Hi, I was wondering if it is possible to put a dovecot managed maildir under a vcs like system, for example git or bzr. I'd like to have a seamless history of all mail going in and out of my mailboxes, so a vcs like system seams a good choice for me. I'm not quite sure however if that would cause any problems to dovecot and what the best way of handling commits would be. If anyone on the
2011 Oct 21
3
Contributors on R-Forge
Hi, I've recently taken over maintenance for the "xtable" package, and have set it up on R-Forge. At the moment I'm pondering what the best way is to handle submitted patches. Basically, is it better to: 1) Be non-restrictive regarding committer status, let individuals change the code with minimal pre-commit review, and figure changes can be reviewed before
2008 Jan 03
2
retaining formatting when converting a vector to a matrix/data.frame?
Please see example code below. I have a vector ("mydata") of length 10. "mydata" can have various formats (e.g. numeric, text, POSIXct, etc) I use the matrix and data.frame functions to convert "mydata" to a dataframe ("mydf") of 2 columns and 5 rows. What is a "good" way to ensure that the format is retained when I create the
2009 Jun 24
2
[LLVMdev] Garbage collection implementation
Jon Harrop wrote: > The simplest way is surely to reuse HLVM because it provides everything you > need and is even written in the right language! ;-) Is there a web page with HLVM docs? There's a README.txt in the subversion repository: https://llvm.org/svn/llvm-project/hlvm/trunk/README.txt which says: HLVM comes with documentation in HTML format. These are provided in
2011 Aug 22
2
Wiki/revision control to management of CRAN package repository
I propose the following humbly, with little know how as to how to implement, and realize it may have been proposed many times. It is just something I had on my mind. Would it be possible/desirable to have the whole CRAN package repository accessible through a public wiki, forge or version control interface (ideally a fusion of the wiki and forge approach)? It appears it would be a first for a