Displaying 14 results from an estimated 14 matches for "zwang".
Did you mean:
wang
2007 Apr 12
0
Problem with Xen3.0.4-1 ?
...ted successfully.
But when i starting the "xend" service, errors displayed.
I searched in google, but could not get an available solution.
Please help me! Thank you very much!
Error log:
-----------------------------------------------------------------------------------------------
root@zwang-desktop:~# /etc/init.d/xend start
Traceback (most recent call last):
File "/usr/sbin/xend", line 52, in ?
from xen.xend.server import SrvDaemon
File "/home/zwang/programs/xen-3.0.4_1-src/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py", line 20, in ?
import...
2007 Jun 06
2
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Hello Everyone:
My environment is ubuntu7.04+xen-3.0.4, dom0 and xend service could be started successfully.
But when boot a winxp guest, it is failed:
------------------------------------------------------
root@zwang-desktop:~# /etc/init.d/xend start
root@zwang-desktop:~# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 484 1 r----- 4214.3
root@zwang-desktop:~# xm create /etc/xen/winxp.hvm
Using config file "/et...
2007 Jun 06
0
can not boot winxp guest ?
Hello:
Ubuntu6.06+xen-3.0.4 can works well before!
But now, ubuntu7.04+xen-3.0.4 can not boot a winxp guest!
------------------------------------------------------
root@zwang-desktop:~# /etc/init.d/xend start
root@zwang-desktop:~# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 484 1 r----- 4214.3
root@zwang-desktop:~# xm create /etc/xen/winxp.hvm
Using config file "/etc...
2006 Jun 04
0
dependencies ERROR during R CMD check
Dear all,
I was trying to build my own R package cts on LINUX but got the following
"checking package dependencies error" and a warning message. What were wrong?
Thanks,
Zhu
# R CMD check cts
* checking for working latex ... OK
* using log directory '/home/zwang/R/pkg/cts.Rcheck'
* using Version 2.3.0 (2006-04-24)
* checking for file 'cts/DESCRIPTION' ... OK
* this is package 'cts' version '0.1-3'
* checking package dependencies ... ERROR
Warning message:
no package 'the_name_of_the_package' was found in: packageDescript...
2014 Mar 04
1
How to import S3 method
Dear Helpers,
I wanted to import an S3 method from package glmnet to my own R package. Specifically, I tried the following:
plot.glmreg=function(x, xvar=c("norm","lambda","dev"),label=FALSE,shade=TRUE, ...) UseMethod("glmnet")
I got the following message when installing my package:
Error : object 'plot.glmnet' is not exported by
2012 Jan 24
1
Rnw file generated strange symbols in pdf file
Hello,
I found my Rnw file generated strange symbols in pdf file. For instance, on page 4 of the following file,
http://cran.r-project.org/web/packages/cts/vignettes/kf.pdf
you can see Belcher et~al on line 2, and Figure~1 on line 5. The symbol ~ should not appear in the pdf file although the symbol was in the original Rnw file (something like Figure~\ref{...}, section~\ref{...}). On page 1,
2014 Sep 22
2
Replace isnan and lgamma in Fortran subroutine in R package
Hello,
I submitted a package which used Fortran functions isnan and lgamma. However, I was told that:
isnan and lgamma are not Fortran 95 functions.
I was asked to write 'cross-platform portable code' and so should not be writing GNU extensions to Fortran.
See http://cran.r-project.org/web/checks/check_results_mpath.html, which will shortly show installation failures under Solaris.
I
2016 Mar 04
2
vignette index
I think the online order of vignette files are not based on vignette title or filename alphabetically. I am just curious: by what order these vignette files were displayed online so I can make changes accordingly?
Thanks,
Zhu
-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com]
Sent: Friday, March 04, 2016 10:47 AM
To: Wang, Zhu; r-devel at r-project.org
Subject:
2018 Aug 14
1
R CMD check warnings on Windows
Hi all,
For the R package bujar, the warnings below were generated on CRAN's Windows systems. The package uses some Fortran subroutines. I would appreciate any advice to eliminate the warnings. By the way, similar warnings were generated to some unrelated R packages as well: https://www.r-project.org/nosvn/R.check/r-oldrel-windows-ix86+x86_64/imputeTS-00check.html.
Thanks in advance.
Zhu
2005 Nov 16
0
GEE in Fortran
Dear all,
Does anybody happen to have written some GEE source code in Fortran to
solve a Generalized Estimation Equation Model? Or kindly point out me a
good starting point. Thanks.
Zhu Wang
SCHARP
2012 Jan 13
1
checking complied code found 'abort'
Hello,
The package cts on CRAN generated a note on some systems. For
instance:
checking compiled code ... NOTE
File ?/home/ripley/R/Lib32/cts/libs/cts.so?:
Found ?abort?, possibly from ?abort? (C)
which can be found from the link
http://www.r-project.org/nosvn/R.check/r-patched-solaris-sparc/cts-00check.html
But the package uses Fortran subroutines only without any C
subroutines. In
2015 Feb 27
2
static pdf vignette
Dear all,
In my package I have a computational expensive Rnw file which can't pass R CMD check. Therefore I set eval=FALSE in the Rnw file. But I would like to have the pdf vignette generated by the Rnw file with eval=TRUE. It seems to me a static pdf vignette is an option. Any suggestions on this?
Thanks,
Zhu Wang
**Connecticut Children's Confidentiality Notice**
This e-mail
2011 Nov 21
1
Fortran runtime error with package cts on CRAN/Mac
Hello,
As the author of package cts, I hope somebody on this list can kindly help (perhaps off-list)
to resolve the build/check issue with package cts for Mac. The error occurred on Mac machines only:
http://cran.r-project.org/web/checks/check_results_cts.html.
Here is the error message:
At line 10 of file machine.f
Fortran runtime error: Range error during floating point read
The source
2016 Mar 04
3
vignette index
Dear helpers,
I have multiple vignette files for a package, and I would like to have the "right" order of these files when displayed online. For instance, see below:
https://cran.r-project.org/web/packages/bst/index.html
The order of vignette links on CRAN is different from what I hoped for:
> vignette(package="bst")
Vignettes in package 'bst':
pros