- using R Under development (unstable) (2026-09-06 r90498)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 23.1.0 (2)
Debian flang version 23.1.0 (2)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-09-07 17:52:35 UTC
- checking for file ‘MultiPhen/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘MultiPhen’ version ‘2.0.4’
- checking CRAN incoming feasibility ... [1s/2s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘MultiPhen’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [4s/6s] OK
- checking whether the package can be loaded with stated dependencies ... [4s/5s] OK
- checking whether the package can be unloaded cleanly ... [4s/5s] OK
- checking whether the namespace can be loaded with stated dependencies ... [3s/4s] OK
- checking whether the namespace can be unloaded cleanly ... [4s/6s] OK
- checking loading without being on the library search path ... [4s/6s] OK
- checking whether startup messages can be suppressed ... [4s/5s] OK
- checking use of S3 registration ... OK
- checking 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 ... [36s/47s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [5s/5s] ERROR
Running examples in ‘MultiPhen-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mPhen
> ### Title: A function for the genetic association testing of multiple
> ### phenotypes
> ### Aliases: mPhen
> ### Keywords: genetics GWAS regression multiple phenotypes association
>
> ### ** Examples
>
> data(snps); data(snps.imputed); data(pheno)
> opts = mPhen.options(c("regression","pheno.input"))
> res = mPhen(snps, pheno, phenotypes = "all",
+ covariates = c('testPheno3', 'testPheno4'),opts = opts)
[1] "excluding 0 samples based on exclusion criteria"
> # performs a MultiPhen analysis, with snp as outcome,
> # and phenotypes testPheno1, testPheno2 as predictors,
> #with testPheno3 and testPheno4 as covariates using ordinal regression
>
> res = mPhen(snps, pheno, phenotypes = c('testPheno1', 'testPheno2'),
+ covariates = c('testPheno3', 'testPheno4'), resids = 'testPheno5', opts = opts)
[1] "excluding 0 samples based on exclusion criteria"
> # the same as above, with the fifth phenotype as residual
>
> res = mPhen(snps[,2, drop = FALSE], pheno, phenotypes = c('testPheno1', 'testPheno2'),
+ covariates = 'testPheno3', opts = opts)
[1] "excluding 0 samples based on exclusion criteria"
> # please note the use use of drop = FALSE if analysing only one SNP
>
>
> res = mPhen(snps.imputed, pheno, phenotypes = c('testPheno1', 'testPheno2'),
+ covariates = 'testPheno3', opts = opts)
[1] "excluding 0 samples based on exclusion criteria"
Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
NULL
[1] "polr failed, using Gaussian"
Error in eval(mf, parent.frame()) : object 'string' not found
Calls: mPhen ... <Anonymous> -> model.frame.default -> is.data.frame
Execution halted
- checking for unstated dependencies in ‘demo’ ... OK
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR