search for: dupontct

Displaying 2 results from an estimated 2 matches for "dupontct".

Did you mean: dupont
2006 Sep 26
0
Infinite Loop when installing a package from source (PR#9258)
...of my memory (1Gb) and steadily helled 90-99% of CPU. Steps to reproduce problem 1. get a source package e.g. Hmisc. 2. $ echo "library(Hmisc)" > Hmisc/R/test.R 3. $ R CMD INSTALL -d -l Hmisc.Rcheck -d Hmisc Here is the output of the call 'Rcmd INSTALL': in startdir= /home/dupontct/R with tmpdir= /tmp/R.INSTALL.IO1457 lib= '/home/dupontct/Hmisc.Rcheck', pkgs= ' "/home/dupontct/R/Hmisc"' before checking lockdir= '/home/dupontct/Hmisc.Rcheck/00LOCK' after checking lockdir build_help_opts= '--debug --txt --html --latex --example...
2005 Oct 31
1
Problem with migrate
...rd::Migration def self.up # this adds basic answer types and response types to the database ResponseType.create :name => "boolean" end def self.down ResponseType.find_by_name("boolean").destroy end end when I run rake migrate i get (in /home/dupontct/clinicalsultan) rake aborted! uninitialized constant BasicAnswerTypes::ResponseType ResponseType is a valid model that works with the rest of my rails app. What am i doing wrong here? Thanks Charles -- Charles Dupont Computer System Analyst School of Medicine Department of Biostatistics...