Laurent Gautier
2003-Apr-09 04:18 UTC
[Rd] 'Apparently' trouble with name spaces and Sweave...
Ben Bolstad experienced something odd while running R CMD check over a package of ours using r-devel (yesterday's fresh). He tracked down the problem to a vignette calling 'library(MASS)'. Please kindly ignore if this is a known (and temporary) issue. Laurent ----- Forwarded message from Ben Bolstad <bolstad@stat.berkeley.edu> ----- Return-Path: <bolstad@stat.berkeley.edu> X-Original-To: laurent@cbs.dtu.dk Delivered-To: laurent@cbs.dtu.dk Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by genome.cbs.dtu.dk (Postfix) with ESMTP id 826362633D9E for <laurent@cbs.dtu.dk>; Tue, 8 Apr 2003 21:27:29 +0200 (MDT) Received: from h-68-164-84-127.snvacaid.covad.net ([68.164.84.127] helo=[192.168.0.3]) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 192yfb-0003Hu-00; Tue, 08 Apr 2003 12:22:11 -0700 Subject: build problem with affy From: Ben Bolstad <bolstad@stat.berkeley.edu> To: rafa@jhu.edu Cc: Laurent Gautier <laurent@cbs.dtu.dk> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-11) Date: 08 Apr 2003 12:22:10 -0700 Message-Id: <1049829731.3929.50.camel@bmbbox.dyndns.org> Mime-Version: 1.0 Status: O Content-Length: 1446 Lines: 34 I am getting this error when doing a R CMD build --force on affy I am using an updated R-devel rsync'ed this morning and I am using the latest MASS package (which was my first thought). I am not having problems building other packages. Any thoughts? * creating vignettes ... ERROR Error in namespaceExport(ns, exports) : undefined exports: abbey, accdeaths, Aids2, Animals, anorexia, austres, bacteria, beav1, beav2, biopsy, birthwt, Boston, cabbages, caith, Cars93, cats, cement, chem, coop, cpus, crabs, Cushings, DDT, deaths, drivers, eagles, epil, farms, fdeaths, fgl, forbes, GAGurine, galaxies, gehan, genotype, geyser, gilgais, hills, housing, immer, Insurance, leuk, lh, mammals, MASS.data.load, mcycle, mdeaths, Melanoma, menarche, michelson, minn38, motors, muscle, newcomb, nlschools, nottem, npk, npr1, oats, OME, painters, petrol, phones, Pima.te, Pima.tr, Pima.tr2, quine, Rabbit, road, rock, rotifer, Rubber, ships, shoes, shrimp, shuttle, Sitka, Sitka89, Skye, snails, SP500, steam, stormer, survey, synth.te, synth.tr, topo, Traffic, UScereal, UScrime, VA, waders, whiteside, wtloss Error in library(MASS) : package/namespace load failed Error in driver$runcode(drobj, chunk, chunkopts) : Error in library(MASS) : package/namespace load failed Error in buildVignettes(dir = ".") : Error in driver$runcode(drobj, chunk, chunkopts) : Error in library(MASS) : package/namespace load failed Execution halted ----- End forwarded message ----- -- -------------------------------------------------------------- currently at the National Yang-Ming University in Taipei, Taiwan -------------------------------------------------------------- Laurent Gautier CBS, Building 208, DTU PhD. Student DK-2800 Lyngby,Denmark tel: +45 45 25 24 89 http://www.cbs.dtu.dk/laurent
Prof Brian Ripley
2003-Apr-09 09:19 UTC
[Rd] 'Apparently' trouble with name spaces and Sweave...
On Wed, 9 Apr 2003, Laurent Gautier wrote:> Ben Bolstad experienced something odd while running R CMD check over > a package of ours using r-devel (yesterday's fresh). > He tracked down the problem to a vignette calling 'library(MASS)'. > > Please kindly ignore if this is a known (and temporary) issue.It is not a known issue, but we have no idea how to reproduce this from your message. My guess is that your build of MASS is faulty, as you seem to be missing all the data files. Does library(MASS) on its own work? Did you do `make check-all' on your build? Why did you clog the list with this three times, including full email headers which are of no interest to us? [...] -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595