Displaying 20 results from an estimated 1000 matches similar to: "Re: Windows versus Unix packages in CRAN ..."
2004 May 21
2
Re: Windows versus Unix packages in CRAN ...
Janusz Kawczak wrote:
> You simply need to remove the stuff related to MS Win from zzz.R;
> in partricular the lines after if( .... ) to clear your message.
> As you can see, the info relates to the WinMenu under MS Win.
I think people have been more than a little disingenuous in claiming
that getting the Rmetrics package to go under Linux is transparent.
If you have to dig into the
1998 Jun 06
0
Strange Error on AIX
>>>>> "Janusz" == Janusz Kawczak <jkawczak@fisher.stats.uwo.ca> writes:
[You wrote to "owner-r-help@...." -- that's just me (MM);
why did you not use the mailing list ? (R-devel or R-help)]
Janusz> Hello, I am getting this 'strange' message when running the R
Janusz> program on AIX 4.2.1. I have not had any problems with the
2008 Sep 24
0
Trouble understanding the behaviour of stableFit(fBasics)
Can anyone explain such different output:
> stableFit(s,alpha = 1.75, beta = 0, gamma = 1, delta = 0,
+ type = c("q", "mle"), doplot = TRUE, trace = FALSE, title = NULL,
+ description = NULL)
Title:
Stable Parameter Estimation
Call:
.qStableFit(x = x, doplot = doplot, title = title, description =
description)
Model:
Student-t Distribution
Estimated
2001 Aug 08
1
Package for variable clustering
Dear R users:
is there a package, similar to varclus in SAS or varclus in S, ported or
written for R? Also, is there any other package in R that was designed
for
grouping the variables under different measures of distance (in cases
where data is non-Gaussian, autocorrelated, and so on).
Janusz.
--
** Janusz Kawczak **
** UNC at Charlotte,
2004 May 20
1
Windows versus Unix packages in CRAN (Was Re: Rmetrics)
Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
mkdir fBasics
unzip fBasics.zip -d fBasics
rm fBasics/src/*.o
R CMD check fBasics
and that took me about 3 minutes.
Now me, I just did
unzip -a fBasics_190.10051.zip
R CMD INSTALL fBasics
rm -rf fBasics
in a naive and trusting manner. It took me considerably longer than 3
minutes to learn that this was what I should do, and
2012 Jan 27
1
how to install the fbasics and use stablefit function?
hi, I have installed the fbasics package. And when I wrote "?stablefit", it
says 'No documentation for 'stablefit' in specified packages and libraries'.
When I tried "??stablefit", it showed that the stablefit is in
fBasics::Distributionfit. However, I have installed the fbasics package. I
don't know how to solve this problem.
Could anyone help me?
Thank
1997 Apr 24
0
R-beta: Device: PostScript v. 0.49
On Wed, 23 Apr 1997, Janusz Kawczak Wrote:
>I have a problem with opening the postscript device in the newly
>compiled R (v. 0.49). This problem was not present in 0.16.1 version.
>
>After entering:
><R>postscript("try.ps")
>I get:
>Error in device("postscript", as.character(c(file, paper, family, bg, : unable
>to start device postscript
>
2001 Nov 28
0
Similar to NUOPT package in R
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
> On Wed, 28 Nov 2001, Janusz Kawczak wrote:
>
> > R-users and R-developers:
> >
> > do you know of any package in R (or for R) that can perform
optimizations
> > for a linear and non-linear systems? I am aware of the NUOPT module in
> > S-Plus that provides an optimizer engine to do just that and more.
2002 Nov 27
0
Job Posting in Biostatistics/Statistics
This may be of interest to some of you.
Janusz Kawczak.
Associate Professor in Biostatistics or Statistics
The Department of Mathematics is soliciting applications for the tenure
track position of Associate Professorship in BioStatistics or Applied
Statistics, beginning August 2003. Demonstrated prior experience in
multidisciplinary medical or health related funded research is required.
Expected
2003 Oct 15
2
Solaris 2.9
I've compiled the 1.8.0 R on Solaris 2.9 and when trying to use
plot command I get the Bus error and a core dump. Anybody experienced
something like this? If yes, what should I patch?
Janusz.
[[alternative HTML version deleted]]
1998 Jun 08
1
IBM AIX problems
Heiner Schwarte has helped me with the AIX problem that I
and Janusz Kawczak recently reported here.
Heiner had found out earlier that there was a problem with the
'finite' c-library function [Heiner's test code see below] when gcc
(and older versions of xlc) is used.
He also found that instead, AIX defines a FINITE(.) macro itself
in fp.h and that this would work in any case.
2004 Jun 01
1
WinMenu's question
I am using the Windows menu functions below which will work on the
first pass, but if I repeat the same script I cannot get the
WinMenuAddItem to work. This is a problem if I change the menu
structure and reread the source code I am forced to quit and restart Rgui.
"try.menu" <- function(){
OS <- .Platform$OS.type
GUI <- .Platform$GUI
if (!(OS == "windows" &
2013 Feb 04
1
Subfolders problem
I have moved from dovecot 1.x to 2.x and I have big problem with
subfolders.
When I'm moving subfolder with other subfolders is moving only main
subfolder, without subfolders, example :
mail-storage-1 /var/vmail/home/adamskitest/mdbox/mailboxes # find | egrep
-e "janusz|jarek"
./jarek
./jarek/dbox-Mails
./jarek/dbox-Mails/dovecot.index.log
./jarek/jarek2
./jarek/jarek2/dbox-Mails
2004 Apr 21
1
Error with 1.9.0 - winMenuAdd not usable in .Rprofile
I had this problem too. The documentation for the winMenus says that these
functions are part of the utils package. R must be loading this library
after it sources in Rprofile. If you add library(utils) to the beginning of
your .First function, it should take care of the problem.
Brian Gregor, P.E.
Transportation Planning Analysis Unit
Oregon Department of Transportation
Brian.J.GREGOR at
2004 Apr 16
2
Windows startup menu display problem in 1.9.0 (PR#6783)
Full_Name: Brian J. Smith
Version: 1.9.0
OS: WinXp
Submission from: (NULL) (129.255.217.48)
WinXP; R 1.9.0 running under Rgui.exe.
winMenuAdd calls via my .Rprofile file do not seem to work and, instead, result
in the following error message after the R GUI starts:
Error in eval(expr, envir, enclos) : couldn't find function "winMenuAdd"
Any subsequent calls to winMenuAdd from
2008 Sep 30
0
error in fBasics package
When I try to load "fBasics" package, I get following error/warning :
> library(fBasics)
Loading required package: fImport
Loading required package: fSeries
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
Loading required package:
2007 Jun 06
0
A question about riskmeasures() vs. qgpd() in library(evir)
Dear List,
This inquiry probably does not directly pertain to R.
I am using library(evir) to learn EVT. Based on my reading of things,
it is my understanding that if one wants to calculate quantiles of
GPD, one could use either riskmeasures() or qgpd(). However, using
data(danish) as an example, the quantile estimates produced by
riskmeasures() are considerably different from those produced by
2008 Jul 06
1
Windows Only: winMenuAdd() problem
Folks:
I don't know whether the following is a Windows or R problem, nor whether it
is particular to my particular Windows version/setup. So any help would be
appreciated. First the problem, then the info. The following code can be cut
and pasted into your R session
#############################
### start R
### create a plot on device 2 (which can be determined by dev.cur())
plot(1:10)
2006 Mar 20
1
Platform independent dialogs & menus?
Dear list mates,
Are {utils} dialog box functions, and winMenuAdd... functions used to change
(e.g. Console) menus, platform dependent?
I'm writing a script loaded with .First that provides first time users in a
lab course with the ability to select, load, and change between what I
called a 'session' (more specific save that focuses on the session object I
defined rather than the
2004 Apr 16
1
Pb on startup with R1.9.0
I'm using Rprofile file on R1.9.0 startup and inside I'm loading a personal Library which uses winMenuAdd() and I've got this error :
Error in eval(expr, envir, enclos) : couldn't find function "winMenuAdd"
I hadn't this problem with others R versions.
What Can I do now to avoid that?
I'm using R1.9.0 under Win98.
[[alternative HTML version deleted]]