similar to: RWin 1.2.1: Can't access sample datasets, e.g. MASS

Displaying 20 results from an estimated 2000 matches similar to: "RWin 1.2.1: Can't access sample datasets, e.g. MASS"

2001 Feb 06
0
Fwd: Re: RWin 1.2.1: Can't access sample datasets, e.g. MASS
[I had intended to CC: this to r-help when I replied to Prof. Lumley...] >Date: Mon, 05 Feb 2001 17:00:43 -0800 >To: Thomas Lumley <tlumley at u.washington.edu> >From: peter denisevich <pdenis2 at home.com> >Subject: Re: [R] RWin 1.2.1: Can't access sample datasets, e.g. MASS > >Many thanks, >I generated a correct filelist using (ugh) DOS's dir and then
2003 May 05
1
Error in library(MASS) : package/namespace load failed
Dear all, I have installed 1.7.0 on my Win XP and want to use MASS. But I get this error message: > library(MASS) Error in namespaceExport(ns, exports) : undefined exports: abbey, accdeaths, Aids2, Animals, anorexia, austres, bacteria, beav1, beav2, biopsy, birthwt, ... Error in library(MASS) : package/namespace load failed I therefore again downloaded VR.zip. When I extracted the files I
2003 Apr 09
1
'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:
2009 Jun 12
2
Sweave recode(car) and Lyx, compiling but not executing on Mac
I am just beginning to use Sweave with Lyx on a Mac (R2.8.1). I have 12 chunks of Sweave code that work fine, but this piece: <<>>= library(car)
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
This came up on r-help but indicates a bug. dnbinom(x,n,p) calls dbinom_raw(n-1,...) which returns 0 for n<1. -thomas ---------- Forwarded message ---------- Date: Thu, 08 Feb 2001 17:10:23 +0000 From: Yudi Pawitan <yudi@stat.ucc.ie> To: Mark Myatt <mark@myatt.demon.co.uk> Cc: R-Help <r-help@stat.math.ethz.ch> Subject: Re: [R] Goodness of fit to Poisson / NegBinomial
2001 Feb 08
2
nstall.packages
Hi! I am new to R. I want to install "packages" from Package Sources in the web. I follow the instruction and use the "install.packages" but no luck. Here is what I did: > install.packages(gss,"C:/R/rw1021/library", CRAN = options("CRAN"), contriburl = contrib.url("http://cran.r-project.org"),
2001 Mar 07
1
Windows: updating to R 1.2.2
Forgive me, but while I find the documentation for initially installing R to be clear, I'm not so happy about updating. I want to update from R 1.2.1 to R 1.2.2 (mainly so I can get the debugged version of pictex() ). Now I have downloaded the base zip files, say to Z:\Program Files and my existing installation of R 1.2.1 is sitting in Z:\Program Files\rw1021. Running rwinst.exe I need to
2003 Jul 18
1
what is "fuzzy matching"?
hello. I am a student that work on R. I need to some data frames such as "dolphins","kiwishade","cabbages","beams",... . I typed 'help.seaech("dolphins")' but the response was "No help files found with alias or title matching 'dolphins' using fuzzy matching.". what is "fuzzy matching" and how can I find these
2001 Mar 13
1
(PR#876)
png files do not appear to work properly on the distributed version for windows. this was not a problem for rw1021. > png() > plot(rnorm(100),rnorm(100)) > dev.off() libpng error: Application must be recompiled; version 1.0.6 was incompatible Ian Wilson --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = x86 os = Win32 system = x86,
2001 Apr 28
1
Rprofile
Hello again, If I want to have a set of add-ons functions (say: nlme and tseries) loaded to R everytime I run R, do I put command: library(nlme) library(tseries) in the rw1021/etc/Rprofile file? thanks, Peppy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2001 May 31
1
Building shared libraries under Windows
I didn't manage to build a c shared library under Windows. I used rcmd shlib both with a source file and with an object file, but I got error messages in both cases. I get the same error messages both using a Dos shell and Cygwin. If I use the source file, I type: rcmd shlib prova.c and what I get is: make[1]: `libR.a' is up to date. windres --include-dir
2000 Feb 28
3
Rinst.exe question
Hi all, I'm using R0.99a on WinNT4. I downloaded a bunch of packages and tried using Rinst.exe to install them. For whatever reason, Rinst.exe does not find all the packages I downloaded. I put all files in the same temp directory, but Rinst only finds some of them. I have no problem installing the rest with WinZip, but if Rinst works it would be much easier (don't have to run WinZip
2018 Apr 24
0
TukeyHSD and glht differ for models with a covariate
I have a question about TukeyHSD and the glht function because I'm getting different answers when a covariate is included in model for ANCOVA.? I'm using the cabbages dataset in the 'MASS' package for repeatability.? If I include HeadWt as a covariate, then I get different answers when performing multiple comparisons using TukeyHSD and the glht function. The difference appears
2001 Feb 09
1
demo(tkttest) exits with error messages
I've just installed tcl version 8.3 for windows for use with rw1021, running on win95 (4.00.950). demo(tkttest) gives the following error messages. > require(tcltk) || stop("tcltk support is absent") Loading required package: tcltk Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in eval.with.vis(expr, envir, enclos) : tcltk support is
2001 May 30
1
Rcmd REMOVE does not allow --library argument (PR#957)
This is in Windows 98. The problem exists in both rw1021 and rw1023, using ActiveState Perl builds 620 and 626: C:\>Rcmd REMOVE --library=C:/R/Rlibs RBMDS Unknown option: library Usage: Rcmd REMOVE [options] pkgs Remove the add-on packages specified by pkgs from the default library tree (/library) or the tree specified via `--library'. Options: -l, --library=LIB remove packages
2001 Jan 30
4
Link with C code
Hello, I am using cygwin (latest version) and I managed to generate a dll partly with rcmd shlib although there was a problem with both the resouce file (I had to remove "FILEOS VOS__WINDOWS32") and the command line for gcc (--shared is not supported for instance). So I would like to know which compiler/environment you advise to use for windows OS. Then I could load the library in R
2001 Mar 20
1
tcltk on Windows 98
I've written an application that uses the tcltk package, and have distributed it to a few people to use here in the Agency on Windows 98 machines. It has worked just fine on all but one of those machines. On that one (system information quoted below), we persist in getting the error message: > require (tcltk) Loading required package: tcltk Error in dyn.load(x, as.logical(local),
2001 Feb 20
0
dyn.load() and dyn.unload() under Windows
Hello: I am having some difficulty with a DLL, using > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 2.1 year 2001 month 01 day 15 language R I have a library called
2005 Nov 24
1
Windows R CMD build <pkg> leftovers
A command R CMD build <pkg> that fails, e.g., because of C code compilation errors, leaves a directory %TMPDIR%/Rinst.xxx containing the file R.css. Although R CMD INSTALL --build cleans up after itself, build does not. A fix is below. Also, build.in references Rcmd.exe, which I thought was no longer necessary? Index: build.in
2001 Mar 03
11
Emacs & ESS under Windows
After the discussions about appropriate editors under Windows to use with R, I have managed to install Emacs, XEmacs, and ESS under WinNT 4.0, and these work fine. It's not necessary to compile anything to use R with ESS, just to install Emacs and ESS, and do a few modifications in some files. XEmacs is also easy to install but apparently ESS cannot run with it (confirmed by a message by Tony