Displaying 7 results from an estimated 7 matches for "statmtd".
Did you mean:
statmod
2008 Dec 16
2
"could not find function" error in "R CMD check"
...n San Jose, CA, get this
same error. I replicated it with a fresh, anonymous checkout from
R-Forge (svn checkout svn://svn.r-forge.r-project.org/svnroot/fda).
With this, I did "R CMD build pkg", then "R CMD check fda_2.1.0.tar.gz",
with the following result:
D:\spencerg\statmtds\splines\fda\tmp\fda>R CMD check fda_2.1.0.tar.gz
* checking for working pdflatex ... OK
* using log directory 'D:/spencerg/statmtds/splines/fda/tmp/fda/fda.Rcheck'
* using R version 2.8.0 (2008-10-20)
* using session charset: ISO8859-1
* checking for file 'fda/DESCRIPTION' ... O...
2008 Nov 01
1
cat: ./R/Copy: No such file or directory
...such file or directory
cat: create.fourier.basis.R: No such file or directory
make: *** [Rcode0] Error 1
---------- Making package fda ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
make[2]: *** No rule to make target `R/Copy', needed by
`D:/spencerg/statmtds/splines/fda/RForge/fda/fda.Rcheck/fda/R/fda'. Stop.
make[1]: *** [all] Error 2
make: *** [pkg-fda] Error 2
*** Installation of fda failed ***
Removing 'D:/spencerg/statmtds/splines/fda/RForge/fda/fda.Rcheck/fda'
Thanks for any suggestions. I have a "*.tar.gz"...
2008 May 06
2
gfortran: Command not found
...ich is in the path.
This was on a package that I built successfully in January under R
2.6.2. Now with R 2.7.0, I can't get it to work.
Thanks for your help.
Spencer Graves
######################
Contents of "00install.out":
installing R.css in
D:/spencerg/statmtds/splines/DierckxSpline/DierckxSpline.Rcheck
---------- Making package DierckxSpline ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
gfortran -O3 -c bispev.f -o bispev.o
make[3]: gfortran: Command not found
make[3]: *** [bispev.o] Error...
2008 Oct 24
0
Problem with "plflatex wrapper.tex"
...996)]{R:Ihaka+Gentleman:1996}
?
##################################
Complete copy of "Command Prompt" contents:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\spencerg>d:
D:\>cd spencerg
D:\spencerg>cd statmtds
D:\spencerg\statmtds>cd R
D:\spencerg\statmtds\R>cd Rnews
D:\spencerg\statmtds\R\Rnews>pdflatex wrapper.tex
This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7)
Running pdftex...
This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) (INITEX)
entering extended mode
("...
2006 Nov 24
1
Writing R Extensions manual?
...in the
"Writing R Extensions" manual. Specifically, the sample "DESCRIPTION"
file includes the following:
Depends: R (>= 1.8.0), nlme
When I ran "R CMD check", I got the following message in
"00install.out":
installing R.css in
D:/spencerg/statmtds/RTimeSeries/Durbin/StateSpaceDK.Rcheck
unsupported operator in dependence "R (>=2.4.0), zoo"
---------- Making package StateSpaceDK ------------
adding build stamp to DESCRIPTION
Error: Invalid DESCRIPTION file
Malformed Depends or Suggests or Imports or Enhances field.
Offending...
2005 Jun 29
2
How to convert "c:\a\b" to "c:/a/b"
I couldn't resist adding a more literal answer
unback <- function(x) {
chars <- unlist(strsplit(deparse(x),""))
chars <- chars[-c(1,length(chars))]
paste(gsub("\\\\","/",chars),collapse="")
}
unback("\n")
| David Duffy (MBBS PhD) ,-_|\
| email: davidD at qimr.edu.au ph:
2005 Jun 29
2
How to convert "c:\a\b" to "c:/a/b"
I couldn't resist adding a more literal answer
unback <- function(x) {
chars <- unlist(strsplit(deparse(x),""))
chars <- chars[-c(1,length(chars))]
paste(gsub("\\\\","/",chars),collapse="")
}
unback("\n")
| David Duffy (MBBS PhD) ,-_|\
| email: davidD at qimr.edu.au ph: