Displaying 20 results from an estimated 8000 matches similar to: "dependencies ERROR during R CMD check"
2004 Oct 28
1
Error with package update
I received the following error when I attempted to update my packages:
updating HTML package descriptions
Warning messages:
1: DESCRIPTION file of package 'file28862' missing or broken
in: packageDescription(p, lib = lib, fields = pkgFlds)
2: number of columns of result
not a multiple of vector length (arg 2) in: rbind(retval, c(p, lib,
desc))
3: DESCRIPTION file of package
2006 Aug 29
1
PATCH: Add fields argument to installed.packages and available.packages
Hi all,
The write_PACKAGES function has a 'fields' argument that allows a user
generating a PACKAGES file to specify additional fields to include.
For symmetry, it would be nice for the available.packages function to
be able to read those extra fields when specified.
Similarly, it would be useful for installed.packages to have a
'fields' argument. This would allow a user to
2004 Oct 04
1
update.packages() with R 2.0.0
Good day to all of you and thank you for reading this.
I certainly must have done something awfully wrong
when I downloaded and installed R 2.0.0 on a PC
with Windows 98.
You will find below what happens when I try to 'update.packages()'.
I know what the first 'warning message' means.
About the others, I ain't got no clue.
Thank you very handsomely for your wisdom.
And
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,
2004 Jun 09
2
Building package on Windows: No rule to make target '-llapack'
Dear all,
I have a problem to build a package on Windows XP while there is no problem on Linux. The Makefile is something like:
###########
LIBNAME=cts
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
OBJS=file1.o ... file20.o -llapack -lblas
$(LIBNAME)$(SHLIB_EXT): $(OBJS)
$(SHLIB_LD) $(SHLIB_LDFLAGS) -o $@ $(OBJS) $(FLIBS)
clean:
@rm -f *.o *.$(SHLIB_EXT)
realclean: clean
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
2007 Apr 12
0
Problem with Xen3.0.4-1 ?
Hello all:
My Environment: Ubuntu6.06 + Xen3.0.4
My XenLinux was booted 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:~#
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
2004 Jun 03
3
Problem with mgcv PACKAGES file format?
Hello All,
I'm getting this error (Version: 1.9.0-1 on a debian system)
> update.packages("mgcv")
trying URL `ftp://mirror.aarnet.edu.au/pub/cran/src/contrib/PACKAGES'
ftp data connection made, file length 169516 bytes
opened URL
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... ..........
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
2017 Oct 04
1
R CMD Rd2pdf and macros
No, I do not get the same as you.
I have tested with R-devel and R-patched compiled today. When I do
R CMD Rd2pdf mpra
I get (as reported a few days ago)
Hmm ... looks like a package
Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file
'./DESCRIPTION' does not exist
whereas you (Kurt) reports that this works on zTree.
When I do
R CMD Rd2pdf mpra/man
I get
- a
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
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
2006 Sep 07
1
R CMD check: unstated dependence on a standard package.
In the recent R-devel version, I receive the following error:
* checking whether the package can be loaded with stated dependencies
... WARNING
Error in doTryCatch(return(expr), name, parentenv, handler) :
could not find function "packageDescription"
Error in library(R.oo) : .First.lib failed for 'R.oo'
Execution halted
It looks like this package (or one of its dependent
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:
2017 Oct 03
2
R CMD Rd2pdf and macros
When I run R CMD Rd2pdf on the man pages of a package, ie
R CMD Rd2pdf man
I get
Converting Rd files to LaTeX Warning in parse_Rd("man/mpra-package.Rd",
encoding = "unknown", fragment = FALSE, :
man/mpra-package.Rd:6: unknown macro '\packageTitle'
Warning in parse_Rd("man/mpra-package.Rd", encoding = "unknown", fragment =
FALSE, :
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
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
2017 Sep 27
3
possible bug in R CMD Rd2pdf
When I include the macros \packageAuthor, \packageDescription,
\packageTitle, \packageMaintainer in a XX-package.Rd file, R CMD Rd2pdf
fails with
$ R CMD Rd2pdf mpra
Hmm ... looks like a package
Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file
'./DESCRIPTION' does not exist
This does not happen if I comment out 4 occurrences of these 4 macros in
mpra-package.Rd.
2010 Dec 21
1
R CMD build/install: wrong Rtools include path is passed to g++
Never mind. Found the solution: the package coded the rtools path in
Makevars.win. So I was able to compile (but have another problem though). But
not sure if there is an environment name for rtools, maybe RTOOLS_HOME ...
Thanks.
----- Forwarded Message ----
From: Andy Zhu <andyzhu35@yahoo.com>
Cc: r-help@r-project.org
Sent: Mon, December 20, 2010 11:33:31 PM
Subject: [R] R CMD