- using R Under development (unstable) (2026-09-07 r90508)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 23.1.1
flang version 23.1.1
- running under: Fedora Linux 44 (Server Edition)
- using session charset: UTF-8
* current time: 2026-09-08 15:04:27 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘MultiPhen/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘MultiPhen’ version ‘2.0.4’
- 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 whether package ‘MultiPhen’ can be installed ... [14s/37s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... [3s/10s] 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 ... [25s/59s] OK
- checking Rd files ... 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 ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... ERROR
Running examples in ‘MultiPhen-Ex.R’ failed
The error most likely occurred in:
> ### 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 PDF version of manual ... OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR