Displaying 20 results from an estimated 3000 matches similar to: "Re: stop() and Rcmd (PR#910)"
2001 Apr 18
1
Problem with Rcmd check
In Windows, I tried to build and check Paul Gilbert's dse bundle with
the command
rcmd check ../library/dse
It ran for a while and built the packages, then failed at the end with
this:
** checking Rd files ... OK
** checking for undocumented objects ... OK
** creating syskern-Ex.R ... ERROR
I get similar errors checking packages, but there
make pkgcheck-foo
works. I don't
2004 May 27
2
Rcmd check, windows xp, perl
Dear R users,
With package.skeleton() i have produced successfully my .Rd??s, ...
Now i will run Rcmd check on ..\R\bin\
But Rcmd check (and build) on my Windows XP does not work.
It`s a problem with "perl".
(Translated i get the message:
The instruction Perl is either wrongly written or could not not be found.)
In help("check") I found this:
"These may not work
2004 May 27
2
Rcmd check, windows xp, perl (2)
Thank you for your help. I??m sorry that I found not the right
entries in the R-devel. Now, I have again a problem.
After installing all needed things I have run
Rcmd INSTALL -l ../mypkg and respectively
make mypkg
By running Rcmd check I get following message:
* checking for working latex ...Error: environment
variable TMPDIR not set (or set to unusable value) and no
default
2008 Apr 21
1
R-2.7.0 RC (2008-04-20 r45403) fails fullcheck
A strange thing happened. After installing the most recent RC version of
2.7 (2008-04-20 r45403) I compiled it as usual with no errors. After
installing it I ran "make fullcheck". I got as far as testing recommended
packages and I got the following:
...
-------- Testing package foreign --------
Running examples in 'foreign-Ex.R' ...
Comparing `foreign-Ex.Rout' to
2002 May 27
1
problem while building a package
Please reply to: lancelot at sentoo.sn
because my address: renaud.lancelot at cirad.fr
is broken (should be fixed soon...).
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status Patched
major 1
minor 5.0
year 2002
month 05
day 15
language R
2000 Jan 11
1
Figure margins too large
I seem to remember an error like this being mentioned before, but if it wasn't:
> zz <- density(rnorm(100))
> plot(zz)
Error in plot.new() : Figure margins too large
> version
_
platform sparc-sun-solaris2.6
arch sparc
os solaris2.6
system sparc, solaris2.6
status
major 0
minor 90.1
year 1999
month December
day 15
language R
Paul Gilbert
2003 Apr 02
2
pacf.mts
I am getting the following:
*** Weave Errors ***
Error in driver$runcode(drobj, chunk, chunkopts) :
Error in eval(expr, envir, enclos) : couldn't find function "pacf.mts"
*** Source Errors ***
Error in eval(expr, envir, enclos) : couldn't find function "pacf.mts"
make[1]: *** [checkVignettes] Error 1
I don't really understand the new namespace mechanism,
2008 Apr 23
1
S4 default for coercing
Something has changed in the S4 default for coercing. Am I now suppose
to use setAs, or is there something else I should do to make this work:
R version 2.7.0 (2008-04-22)
....
> require("methods")
> setClassUnion("OptionalPOSIXct", c("POSIXct", "NULL"))
[1] "OptionalPOSIXct"
> setClass("TSmetax",
1999 Nov 22
2
R-0.90.0 untar
I had a couple of problems getting R 0.90.0. In case anyone has
similar problems, I though I would mention them.
1/ I can't use "ftp cvs.r-project.org" from either home or work. The ftp
service does not seem to be available. Perhaps this is intended. I only
discovered it because I thought the file I got through Netscape might be
corrupted. (I don't understand why Netscape
1998 Jan 06
2
pow_ii
I was hoping
fatal: relocation error: symbol not found: pow_ii: referenced in .../dsefor.so
would disappear in R 0.6x, but it has not. I believe this is suppose to come
from the f2c lib, but I seem to need just a couple of routines:
nm -u dsefor.so
Undefined symbols from dsefor.so:
.umul
pow_dd
pow_ii
pow_ri
For my own purposes I could compile with fortran but that makes it much
2001 Mar 08
1
bug.report/mail
One of the functions I would like to clean out of my syskern package is a program to
send mail. This is a common feature other programs (e.g. bug.report) may use so I
would like it to be included in R/base. I will volunteer to do this as it looks like
a fairly straightforward dissection of bug.report but I have some questions:
Has anyone done this already?
Is "mail" a good name or
2001 Oct 12
0
Econometrics ...
> From: Paul Gilbert [mailto:pgilbert at bank-banque-canada.ca]
>
> John Janmaat wrote:
>
> > Is there a package available for R which generates output
> commonly used
> > by econometricians (eg., the Durbin-Watson statistic for serial
>
> > correlation in regression residuals)? I'm pretty sure most of
> the stuff
> > is out
2001 Oct 01
1
generic default values
I have a generic function
test.equal <- function(obj1, obj2, ...) UseMethod("test.equal")
however, the only argument that specific methods use is "fuzz" so I
would like to change this to
test.equal <- function(obj1, obj2, fuzz=???) UseMethod("test.equal")
The problem is that some methods use slightly different default values
for fuzz than others. How should
1997 Dec 10
1
R-alpha: "[.ts" in 0.60.1
I have a class "tframe" with more specific classes indicating how time is being
represented, such as
> class(tframe(data))
[1] "ts" "tframe"
but now "[.ts" produces warning messages
> tframe(data)[2]
Warning: Not returning a time series object
[1] 2006.25
Even my simplest tests produce hundreds of lines of warnings, so I've commented
out
2000 Mar 08
1
installing package in Windows
Could you help me in getting a package to compile from source in Windows?
I'm running Windows NT 4.0 on a pentium 450 with 128 Mb of Ram. I've got R
1.0.0.
I am developing a package for R which includes a bit of C code. I have things
working in Unix just fine, and now I want to port it to Windows NT.
I've been following the instructions in the R complements to Venables and
2000 Oct 04
3
R 1.2 build
I've been trying to build a bundle with the R-devel snapshot from
yesterday. (Yes I know it is unstable and just tell me if I shouldn't be
trying to do this yet.)
It is failing with the message
tar : /dev/rmt/0 : Permission denied
It happens after "removing junk files" and just after the message
"building dse_2000.9-1.tar.gz"
It looks to be coming from the line in
1998 Dec 15
2
legend() buglet 2
Perhaps this is not a bug but rather my misunderstanding of lty and col. I would
like to
generate a legend for plots as follows:
par(mfcol = c(2, 1), mar = c(5.1, 6.1, 4.1, 2.1))
matplot(t(matrix(1:8,8,20)), type="l")
par(mfg = c(2, 1, 2, 1))
box(col = 0) # Rbug workaround. Thanks Martin
legend((par()$usr)[1:2], (par()$usr)[3:4], as.character(1:8),
lty=1:8, col=1:8,
1998 Dec 15
2
legend() buglet 2
Perhaps this is not a bug but rather my misunderstanding of lty and col. I would
like to
generate a legend for plots as follows:
par(mfcol = c(2, 1), mar = c(5.1, 6.1, 4.1, 2.1))
matplot(t(matrix(1:8,8,20)), type="l")
par(mfg = c(2, 1, 2, 1))
box(col = 0) # Rbug workaround. Thanks Martin
legend((par()$usr)[1:2], (par()$usr)[3:4], as.character(1:8),
lty=1:8, col=1:8,
2019 Apr 22
1
mount.cfs mount error(13): Permission denied
On 4/22/19 10:18 AM, Rowland Penny via samba wrote:
> On Mon, 22 Apr 2019 09:48:31 -0400
> Paul Griffith via samba <samba at lists.samba.org> wrote:
>
>> Hi All,
>>
>> I am running into an issue mounting a Samba share from our Linux
>> server. We are running Samba 4.8.8 on CentOS 7.6.1810. I have done a
>> some testing, and I can't get the
2001 Oct 15
0
FW: Econometrics ...
-----Original Message-----
From: Nels Tomlinson [mailto:tomlinso at purdue.edu]
Sent: Friday, October 12, 2001 3:00 PM
To: Warnes, Gregory R
Subject: Re: [R] Econometrics ...
I like your meta-package idea. To make it more useful, it should have a
help page which provide links to the appropriate functions in the other,
required packages. That is, the 00index.html file in the package should