- using R version 2.8.0 Under development (unstable) (2008-07-01 r46019)
- using session charset: UTF-8
- checking for file 'Geneland/DESCRIPTION' ... OK
- this is package 'Geneland' version '2.0.12'
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking whether package 'Geneland' can be installed ... WARNING
Found the following significant warnings:
Warning: Deleted feature: End expression in DO loop at (1) must be integer
See http://www.r-project.org/nosvn/R.check/r-devel-linux-ix86/Geneland-00install.html for details.
- 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
Geneland.GUI : run : RunmcmcFmodel: no visible binding for '<<-'
assignment to ‘probs’
Geneland.GUI : run : RunmcmcFmodel: no visible binding for '<<-'
assignment to ‘pops’
Geneland.GUI : run : RunmcmcFmodel : Sort: no visible binding for
global variable ‘probs’
Geneland.GUI : run : RunmcmcFmodel : Sort: no visible binding for
global variable ‘pops’
Geneland.GUI : run : RunmcmcFmodel : Reburn: no visible binding for
'<<-' assignment to ‘probs’
Geneland.GUI : run : RunmcmcFmodel : Reburn: no visible binding for
'<<-' assignment to ‘pops’
Geneland.GUI : run : RunmcmcFmodel : Reburn: no visible binding for
global variable ‘pops’
Geneland.GUI : run : RunmcmcFmodel : Reburn: no visible binding for
global variable ‘probs’
Geneland.GUI : run : RunmcmcFmodel: no visible binding for global
variable ‘pops’
Geneland.GUI : run : RunmcmcFmodel: no visible binding for global
variable ‘probs’
- checking Rd files ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking for portable use of $BLAS_LIBS ... OK
- creating Geneland-Ex.R ... OK
- checking examples ... ERROR
Running examples in 'Geneland-Ex.R' failed.
The error most likely occurred in:
> ### * simdata
>
> flush(stderr()); flush(stdout())
>
> ### Name: simdata
> ### Title: Simulation of georeferenced genotypes under an IBD + barrier
> ### model
> ### Aliases: simdata
>
>
> ### ** Examples
>
> dataset <- simdata(nindiv=100,
+ number.nuclei=10,
+ allele.numbers=rep(5,3),
+ model="stable",
+ IBD=TRUE,
+ alpha=1,
+ beta=1,
+ gamma=1,
+ npop=3,
+ give.tess.grid=TRUE,
+ give.freq.grid=TRUE,
+ npix=c(10,10),
+ comp.Fst=TRUE,
+ comp.Dsigma2=TRUE,
+ comp.diff=TRUE,
+ width=0.1,
+ plot.pairs.borders=TRUE)
[1] "Calling GaussRF"
*********************************************
[1] "End of GaussRF"
[1] "data arranged"
[1] "freq. stored"
[1] "genotyped sampled"
[1] "Computing Fstat"
[1] "End of call to Fstat"
[1] "Computing IBD index Dsigma^2"
[1] "End of computation of IBD index Dsigma^2"
Error in get(getOption("device")) : invalid first argument
Calls: simdata -> get
Execution halted