devel/R-cran-gsubfn
R package used for string matching, substitution and parsing
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.7_1 | 623 | 4.0 | i386 | gpl2 gpl3 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032 | info | 2025-12-22 08:29:09.685782 | Test Started |
| m4032 | fail | 2025-12-22 08:31:30.800954 | make test returned non-zero: 1 |
| m4032 | fail | 2025-12-22 08:31:30.870889 | Test complete. |
Log
[1m===> Testing for R-cran-gsubfn-0.7_1[0m
* using log directory '/magus/work/usr/mports/devel/R-cran-gsubfn/work/gsubfn.Rcheck'
* using R version 4.4.0 (2024-04-24)
* using platform: i386-portbld-midnightbsd4.0 (32-bit)
* R was compiled by
MidnightBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)
GNU Fortran (MidnightBSD Ports Collection) 13.3.0
* running under: MidnightBSD m4032 4.0 MidnightBSD 4.0 #0 stable/4.0-n13686-f61178e3f6-dirty: Thu Dec 4 08:27:47 EST 2025 root@m4032:/usr/obj/usr/src/i386.i386/sys/GENERIC i386
* using session charset: ASCII
* using options '--no-manual --no-build-vignettes'
* checking for file 'gsubfn/DESCRIPTION' ... OK
* this is package 'gsubfn' version '0.7'
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Packages suggested but not available for checking:
'chron', 'quantreg', 'svUnit', 'zoo'
* 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 'gsubfn' can be installed ... WARNING
Found the following significant warnings:
Warning: no DISPLAY variable so Tk is not available
See '/magus/work/usr/mports/devel/R-cran-gsubfn/work/gsubfn.Rcheck/00install.out' for details.
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' 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 whether startup messages can be suppressed ... 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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... 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 installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... ERROR
Running examples in 'gsubfn-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: list
> ### Title: Multiple value assignment.
> ### Aliases: list [<-.result
> ### Keywords: misc
>
> ### ** Examples
>
> # swap a and b without explicitly creating a temporary
> a <- 1; b <- 2
> list[a,b] <- list(b,a)
>
> # get eigenvectors and eigenvalues
> list[eval, evec] <- eigen(cbind(1,1:3,3:1))
>
> # get today's month, day, year
> require(chron)
Loading required package: chron
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'chron'
> list[Month, Day, Year] <- month.day.year(unclass(Sys.Date()))
Error in month.day.year(unclass(Sys.Date())) :
could not find function "month.day.year"
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ...
'gsubfn.Rnw'... failed
WARNING
Errors in running code in vignettes:
when running code in 'gsubfn.Rnw'
...
An object of class "ooc"
Slot "a":
[1] 2
> library(quantreg)
When sourcing 'gsubfn.R':
Error: there is no package called 'quantreg'
Execution halted
* checking re-building of vignette outputs ... SKIPPED
* DONE
Status: 1 ERROR, 2 WARNINGs, 1 NOTE
See
'/magus/work/usr/mports/devel/R-cran-gsubfn/work/gsubfn.Rcheck/00check.log'
for details.
*** Error code 1
Stop.
make: stopped in /usr/mports/devel/R-cran-gsubfn
Links
Depends On
- devel/R-cran-proto (build)
- math/R (build)
- devel/R-cran-proto (run)
- math/R (run)
Depend Of
Categories
CVEs
- Loading CVE information...
MidnightBSD Magus