Displaying 20 results from an estimated 218 matches for "rmh".
Did you mean:
rmb
2006 Jun 02
1
documentation bug as S-Plus catches up (PR#8933)
...1)
Windows XP Home Edition (build 2600) Service Pack 2.0
Locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
Search Path:
.GlobalEnv, package:grid, package:lattice, file:c:/HOME/rmh/h2/library/H2/.RData,
file:c:/HOME/rmh/hh/splus.library/HH/.RData, package:car, package:Rcmdr, package:tcltk,
package:methods, package:stats, package:graphics, package:grDevices, package:utils,
package:datasets, RcmdrEnv, Autoloads, package:base
2006 May 17
2
checking package dependencies
Dear all,
I seem to be unable to check a source package since I upgraded R to 2.3.0
(Ubuntu Linux 5.1). I get this:
* checking package dependencies ... ERROR
> tools:::.check_package_depends("/home/adi/Work/QCAGUI")
I have even tried with R-patched, same result.
My Renviron does specify the path to the installed packages (and all depending
packages are installed):
2001 Dec 04
3
factorial() not here (PR#1194)
Version 1.3.1 (2001-08-31)
factorial() is not in R. It is in S-Plus with the definition
factorial <- function(n) gamma(n + 1)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not
2010 Nov 06
0
Spatstat rmh function error message
Hello,
I have fitted a Poisson Process model in spatstat using
>fit1<-ppm(points, ~elevation, covariates=list(elevation=elevation.im))
This far, everything went well, but I try to simulate the fitted model using
the function:
>sim1<-rmh(fit1)
But I get the error message:
"Extracting model information...Evaluating trend...done.
Checking arguments..determining simulation windows...Error in rmh.default(X,
start = start, control = control, ..., verbose = verbose) :
Expanded simulation window does not contain model window"...
2004 May 31
1
Several libraries won't load with rw1090pat (PR#6926)
...ingw32
arch = i386
os = mingw32
system = i386, mingw32
status = Patched
major = 1
minor = 9.0
year = 2004
month = 04
day = 27
language = R
Windows NT 4.0 (build 1381) Service Pack 6
Search Path:
.GlobalEnv, package:methods, package:stats, package:graphics, package:utils,
file:c:/users/rmh28285/data/rmh/hh/splus.library/HH/.RData, package:lattice, package:grid,
Autoloads, package:base
2020 Apr 28
0
[PATCH v3 69/75] x86/realmode: Setup AP jump table
...oid);
extern bool vc_boot_ghcb(struct pt_regs *regs);
+struct real_mode_header;
enum stack_type;
#ifdef CONFIG_AMD_MEM_ENCRYPT
const char *vc_stack_name(enum stack_type type);
void sev_es_nmi_enter(void);
void sev_es_nmi_exit(void);
+int sev_es_setup_ap_jump_table(struct real_mode_header *rmh);
#else /* CONFIG_AMD_MEM_ENCRYPT */
static inline const char *vc_stack_name(enum stack_type type)
{
return NULL;
}
+static inline int sev_es_setup_ap_jump_table(struct real_mode_header *rmh)
+{
+ return 0;
+}
#endif /* CONFIG_AMD_MEM_ENCRYPT*/
#endif
diff --git a/arch/x86/include/uapi/as...
2019 Jun 14
4
inappropriate warning in latticeExtra
...~ 1)
> c(a,a)
Warning message:
In formals(fun) : argument is not a function
Can we have it in R-3.6.1 that Peter just announced?
Rich
On Mon, Apr 2, 2018 at 4:08 AM Deepayan Sarkar
<deepayan.sarkar at gmail.com> wrote:
>
> On Fri, Mar 23, 2018 at 7:58 AM, Richard M. Heiberger <rmh at temple.edu> wrote:
> > The warning message in the last line of this email is incorrect.
> > This is behavior which Duncan Murdoch labeled a bug in
> > https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html
>
> Yes, sorry, this has been fixed in the r-forge...
2020 Aug 24
0
[PATCH v6 69/76] x86/realmode: Setup AP jump table
...extern void vc_no_ghcb(void);
extern bool handle_vc_boot_ghcb(struct pt_regs *regs);
@@ -91,9 +94,11 @@ static __always_inline void sev_es_ist_exit(void)
if (static_branch_unlikely(&sev_es_enable_key))
__sev_es_ist_exit();
}
+extern int sev_es_setup_ap_jump_table(struct real_mode_header *rmh);
#else
static inline void sev_es_ist_enter(struct pt_regs *regs) { }
static inline void sev_es_ist_exit(void) { }
+static inline int sev_es_setup_ap_jump_table(struct real_mode_header *rmh) { return 0; }
#endif
#endif
diff --git a/arch/x86/include/uapi/asm/svm.h b/arch/x86/include/uapi/asm/...
2019 Dec 06
1
inappropriate warning in latticeExtra
...77513
language R
version.string R Under development (unstable) (2019-12-03 r77513)
nickname Unsuffered Consequences
Rich
On Sat, Jun 15, 2019 at 3:13 AM Deepayan Sarkar
<deepayan.sarkar at gmail.com> wrote:
>
> On Fri, Jun 14, 2019 at 6:42 PM Richard M. Heiberger <rmh at temple.edu> wrote:
> >
> > This is still not repaired in
> > R version 3.6.0 Patched (2019-05-17 r76528)
> > > library(latticeExtra)
> > > a <- xyplot(1 ~ 1)
> > > c(a,a)
> > Warning message:
> > In formals(fun) : argument is not a...
2004 Apr 23
7
trellis.device in .First (PR#6812)
...w32
arch = i386
os = mingw32
system = i386, mingw32
status =
major = 1
minor = 9.0
year = 2004
month = 04
day = 12
language = R
Windows XP Home Edition (build 2600) Service Pack 1.0
Search Path:
.GlobalEnv, package:methods, package:stats, package:graphics, package:utils,
file:c:/HOME/rmh/hh/splus.library/HH/.RData, package:lattice, package:grid, Autoloads, package:base
2006 Sep 01
2
Compiling a package
...IPTION' for reading
file Rcmdr.HH/DESCRIPTION is there,
Package: Rcmdr.HH
Type: Package
Title: Rcmdr support for the introductory course at Temple University.
Version: 1.2
Date: 2006-08-04
Author: Richard M. Heiberger, with contributions from Burt Holland.
Maintainer: Richard M. Heiberger <rmh at temple.edu>
Depends: R (>= 2.1.0), Rcmdr, car, multcomp, leaps, lattice, grid
Description: Our introductory course spends time on several topics
that are not yet in the R Commander. Therefore we wrote the menu
items and make them available.
License: GPL version 2 or newer...
2002 Mar 13
1
several bugs (PR#918) lists and matrices
...adding abind to R.
### The posted abind doesn't work in R, for the reasons above and due to
### a difference in behavior of match.call between S -Plusand R that I am
### reporting in a separate bug report.
### There are two revised files, currently available at
### http://surfer.sbm.temple.edu/~rmh/abind.r
### http://surfer.sbm.temple.edu/~rmh/abind.test.in.r
### The documentation in statlib applies to these files.
### I will update the statlib version after I understand why R differs.
> version
_
platform i386-pc-mingw32
arch x86
os Win32...
2004 Aug 03
3
keep.source.pkgs()
...system'' functions I'd like to know about it.
In experimenting with keep.source.pkgs() I did the following
o executed options("keep.source.pkgs"), and got ``FALSE''
o executed library(spatstat)
o typed the name of a function in spatstat whose code has
comments (rmh.ppm) --- no comments appeared.
o executed options(keep.source.pkgs=TRUE)
o typed ``rmh.ppm'' again --- still no comments, as is to
be expected.
o detached spatstat
o reloaded it
o type ``rmh.ppm'' again --- comments were there in all
their glory. OMMMMMMMMMMMMMMMMM!
The...
2004 Jul 10
3
bug in xyplot xlab, etc (PR#7076)
...ot edit the information below--
Version:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status =
major = 1
minor = 9.1
year = 2004
month = 06
day = 21
language = R
Windows XP Home Edition (build 2600) Service Pack 1.0
Search Path:
.GlobalEnv, file:c:/HOME/rmh/hh/splus.library/HH/.RData, package:methods, package:stats,
package:utils, package:multcomp, package:mvtnorm, package:abind, package:graphics,
package:lattice, package:grid, Autoloads, package:base
2004 Jul 14
2
tracing something in a namespace (PR#7091)
...ot edit the information below--
Version:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status =
major = 1
minor = 9.1
year = 2004
month = 06
day = 21
language = R
Windows XP Home Edition (build 2600) Service Pack 1.0
Search Path:
.GlobalEnv, file:c:/HOME/rmh/hh/splus.library/HH/.RData, package:methods, package:stats,
package:utils, package:multcomp, package:mvtnorm, package:abind, package:graphics,
package:lattice, package:grid, Autoloads, package:base
2018 Mar 23
2
inappropriate warning in latticeExtra
...ceExtra_0.6-28.zip'
Content type 'application/zip' length 2191524 bytes (2.1 MB)
downloaded 2.1 MB
package ?RColorBrewer? successfully unpacked and MD5 sums checked
package ?latticeExtra? successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\rmh.DESKTOP-60G4CCO\AppData\Local\Temp\RtmpqA7Rqg\downloaded_packages
> library(latticeExtra)
Loading required package: lattice
Loading required package: RColorBrewer
> a <- xyplot(1 ~ 1)
> c(a,a)
Warning message:
In formals(fun) : argument is not a function
>
2012 Sep 03
2
adding points to a point pattern
Hello all:
Is there any way to add points to a point pattern, while keeping a given
minimum distance amongst this new points and the pre-existing points?
Thanks,
Frederico
[[alternative HTML version deleted]]
2007 Sep 24
0
missing GLX extension
It seems renouveau doesn't cope well with missing GLX extension, unlike
e.g. glxgears:
rmh at cesc:~/renouveau$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
rmh at cesc:~/renouveau$ ./renouveau
detect_devices: Creating probe window failed.
We tried to create a window by using SDL.
Our OpenGL tests re...
2014 Mar 19
1
Beating a dead horse
...n how its done then 2yrs later I've totally forgotten and
when I look up my notes ... this new need is just different enough
that they don't apply.
Here's the problem. (Simplified... and I've skipped some of the
repetitive output)
On remote
ls A/
a/ b/ c/ d e
on local
pwd
/rmh/dir
from local
rsync -avvz --exclude-from=file user at remote:/A/ /rmh/dir/
cat 'file':
*
+ a
+ b
That results in: Sender hiding a/ because of pattern *
" ... ditto ... " b/ because of pattern *
" ... ditto ... " c/ because of pa...
2019 Jun 15
0
inappropriate warning in latticeExtra
On Fri, Jun 14, 2019 at 6:42 PM Richard M. Heiberger <rmh at temple.edu> wrote:
>
> This is still not repaired in
> R version 3.6.0 Patched (2019-05-17 r76528)
> > library(latticeExtra)
> > a <- xyplot(1 ~ 1)
> > c(a,a)
> Warning message:
> In formals(fun) : argument is not a function
>
> Can we have it in R-...