- using R version 2.7.2 (2008-08-25)
- using session charset: UTF-8
- checking for file 'forward/DESCRIPTION' ... OK
- this is package 'forward' version '1.0.1'
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking whether package 'forward' can be installed ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking for unstated dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... NOTE
fwdglm: no visible binding for global variable ‘fit’
fwdlm: no visible binding for global variable ‘response’
fwdsco: no visible binding for global variable ‘response’
- checking Rd files ... WARNING
Rd files with unknown encoding:
dialectric.Rd
forbes.Rd
fwdlm.Rd
poison.Rd
See the chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking data for non-ASCII characters ... OK
- creating forward-Ex.R ... OK
- checking examples ... ERROR
Running examples in 'forward-Ex.R' failed.
The error most likely occurred in:
> ### * fwdlm
>
> flush(stderr()); flush(stdout())
>
> ### Name: fwdlm
> ### Title: Forward Search in Linear Regression
> ### Aliases: fwdlm print.fwdlm
> ### Keywords: robust regression models
>
> ### ** Examples
>
> data(forbes)
> plot(forbes, xlab="Boiling point", ylab="100 × log(pressure)")
Error: invalid multibyte character in parser at line 1
Execution halted