Displaying 20 results from an estimated 500 matches similar to: "Undocumented S4 methods: generic 'show'"
2009 Apr 24
1
memory.limit(): Typo in Windows NEWS and function returns a "disregarded" error
Dear list subscriber (R-Core),
there is a minor typo in the Windows specific NEWS for R 2.9.0:
http://cran.at.r-project.org/bin/windows/base/CHANGES.R-2.9.0
There is no function 'memory.limits() but memory.limit() (see below).
Secondly, I am kind of irritated by the function's behaviour. It returns an Error, but as it seems the memory limit is set according to the numeric value for
2006 Aug 24
1
Omegahat-site down?
Dear R-list subscriber,
is it possible that the omegahat-site is down? I was looking for package
'RDCOMClient', but could not establish a connection. In case somebody
has the latest binary zip-file for Windows, would she/he mind to send it
directly to my emaim adress stated in the signature?
Many thanks, and sorry for bothering/misusing R-help in this instance.
Best,
Bernhard
Dr.
2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
Dear list-member,
I am currently developing a package with S4 classes. The NAMESPACE and DESCRIPTION is printed below. Within this package I have set a method "residuals" for two classes. In version 2.8.1 these two are reported whereas in R-Devel (2009-01-28 r47766). What have I missed? What has changed and how can I rectify the issue? Your help and pointers are welcome.
For 2.8.1:
2006 Aug 09
0
CRAN package: update of 'vars' submitted
Dear useR!
an updated version of package 'vars' has been shipped to CRAN lately.
Information on package 'vars':
==============================
Title: VAR Modelling
Version: 0.1.3
Date: 2006-07-27
Author: Bernhard Pfaff
Maintainer: Bernhard Pfaff <bernhard at pfaffikus.de>
Depends: R (>= 2.0.0), MASS, strucchange
Saveimage: yes
2007 Apr 27
1
Problem with formatted xtable in R 2.5.0
Dear R-Devel subscriber,
I encountered the following problem for tex-formatted table with xtable(). Suppose I do want the following matrix as a table in LaTeX:
library(xtable)
a11 <- "\\color{green}\\textbf{big green}"
a21 <- "\\color{red}\\textbf{big red}"
a12 <- "\\color{green}green"
a22 <- "\\color{red}red"
A <- matrix(c(a11, a21, a12,
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
Dear R-Devel subscriber,
first, let me express my thank to the R-Core team for the new release! I
appreciate their efforts and time spent to enhance R.
In accordance with the 'NEWS' file (see excerpt of it below),
[...
o Changed the environment tree to be rooted in an empty
environment, available as emptyenv(). baseenv() has been
modified to return an environment with emptyenv() as
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
Dear R-Devel subscriber,
first, let me express my thank to the R-Core team for the new release! I
appreciate their efforts and time spent to enhance R.
In accordance with the 'NEWS' file (see excerpt of it below),
[...
o Changed the environment tree to be rooted in an empty
environment, available as emptyenv(). baseenv() has been
modified to return an environment with emptyenv() as
2009 Nov 11
1
Sweave() within a function: objects not found
Dear list subscriber,
suppose, I do have a minimal Sweave file 'test.Rnw':
\documentclass{article}
\begin{document}
<<printx>>=
x
@
\end{document}
Within R, I define the following function:
f <- function(x){
Sweave("test.Rnw")
}
The call:
f(x = 1:10)
results in the following error message:
> f(x = 1:10)
Writing to file test.tex
Processing code chunks
2011 Apr 21
3
R CMD Sweave versus Sweave() on Windows
Dear list subscriber,
I am quite puzzled by the behaviour of processing Sweave files within an R session, i.e.
Sweave("foo.Rnw") versus R CMD Sweave foo.Rnw
In the former the environmental variable 'SWEAVE_STYLEPATH_DEFAULT = TRUE' is obeyed (this is set in etc/Renviron.site as well as under the users home directory in .Renviron). That is the hard-coded path to Sweave.sty is
2006 Oct 27
2
all.names() and all.vars(): sorting order of functions' return vector
Dear list-subscriber,
in the process of writing a general code snippet to extract coefficients
in an expression (in the example below: 0.5 and -0.7), I stumbled over
the following peculiar (at least peculiar to me:-) ) sorting behaviour
of the function all.names():
> expr1 <- expression(x3 = 0.5 * x1 - 0.7 * x2)
> all.names(expr1)
[1] "-" "*" "x1"
2020 Mar 04
1
samba AD DC eats memory
Hello Andrew,
> I've got a fix for one issue seen here.
> BUG: https://bugzilla.samba.org/show_bug.cgi?id=14299
> MR: https://gitlab.com/samba-team/samba/-/merge_requests/1168
Yesteray, I've deployed freshly released 4.12.0 and it still eats memory:
top - 18:59:10 up 1 day, 25 min, 1 user, load average: 0.08, 0.13, 0.10
Tasks: 176 total, 1 running, 175 sleeping, 0
2006 Jun 29
1
Cointegration Test in R
Hello!
I'm using the blrtest() function in the urca package
to test cointegration relationships.
Unfortunately, the hypothesis (restrictions on beta)
specifies the same restriction on all cointegration vectors.
Is there any possibility to specify different restrictions on
the cointegration vectors?
Are there any other packages in R using cointegration tests?
Thanks and best regards.
Dennis
2005 Feb 10
1
Undocumented S4 methods: generic coerce and siglist matrix, Massvector
Hi,
While checking the package I am getting all the time the following
complain about the function:
Undocumented S4 methods:
generic coerce and siglist matrix,Massvector
I have not defined the function nowhere in the R files.
My gues is that this has something to do with the following definition
of the setAs function.
setAs("matrix","Massvector"
,def=
2008 Feb 29
1
barplot and pca plot in mvpart/rpart
Hello,
I'm using the R package called mvpart, which is about the multivariate
regression trees.
The function I wrote is:
mrt1<- mvpart(coefmat~sChip+sScreen+sMem,data=mixdata, xv="pick",
plot.add=TRUE,uniform=TRUE,which=4,all=TRUE,xadj=2,yadj=2,rsq=TRUE,big.pts=TRUE,wgt.ave.pca=TRUE,legend=TRUE,bars=F,
pca=TRUE)
where "coefmat" is a matrix(of dimension N*K) to store
2015 Jun 05
2
Effectiveness of CentOS vm.swappiness
Am 05.06.2015 um 18:33 schrieb Gordon Messmer:
> On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote:
>> some (probably unused) parts are swapped out. But, some of
>> those parts are the salt-minion, php-fpm or mysqld. All services which
>> are important for us and which suffer badly from being swapped out.
>
> Those two things can't really both be
2013 Dec 06
1
Undocumented S4 method Warning For Bracket
Hello,
With R version 3.0.2 Patched (2013-10-30 r64123) I don't see warnings that I get in R Under development (unstable) (2013-11-03 r64145)
The warnings are like :
Undocumented S4 methods:
generic '[' and siglist 'BayMethList,ANY,ANY'
The function actually looks like :
setMethod("[", "BayMethList",
function(x, i) {
# Code to subset object.
}
2015 Jun 05
0
Effectiveness of CentOS vm.swappiness
On 06/05/2015 12:09 PM, Markus "Shorty" Uckelmann wrote:
> Am 05.06.2015 um 18:33 schrieb Gordon Messmer:
>> On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote:
>>> some (probably unused) parts are swapped out. But, some of
>>> those parts are the salt-minion, php-fpm or mysqld. All services which
>>> are important for us and which
2011 Mar 11
1
WARNING Undocumented S4 methods 'initialize' - why?
Dear all,
I am just writing the documentation file for S4 class 'QualTreeSet' and
get the following warning with R CMD check:
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic 'initialize' and siglist 'QualTreeSet'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See the
2015 Jun 06
1
Effectiveness of CentOS vm.swappiness
Am 05.06.2015 um 23:32 schrieb Gordon Messmer:
>>> Those two things can't really both be true. If the pages
>>> swapped out are unused, then the application won't suffer as a
>>> result.
>>
>> Why not? If you have an application which sees action only every
>> 12 to 24 hours,I think this can happen.
>
> Well, that's not
2006 Nov 03
2
WG: Formal methods are not loaded from NAMESPACE inreloadedworkspace image
Sorry, to bother the list one more time: but the following worked at
least for 'urca':
in NAMESPACE I now included explicitly:
import(methods)
a fix of the 'urca'-package will be uploaded to CRAN on the weekend.
Fritz, will this work for ypur package 'flexclust' too? I have in my
DESCRIPTION imports: methods and in flexclust it is in depends: methods.
However, both