MidnightBSD Magus

math/R-cran-pracma

Practical Numerical Math Functions

Flavor Version Run OSVersion Arch License Restricted Build Fetch Test Scan
2.4.6 639 4.0 amd64 gpl3+ 0 fail untested untested untested

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Phase Type Time Message
m4064 info 2026-05-27 02:00:05.97248 Test Started
m4064 warn 2026-05-27 02:03:15.936746 MASTER_SITES contains non-HTTPS URLs: http://cran.utstat.utoronto.ca/src/contrib/, http://cran.utstat.utoronto.ca/src/contrib/Archive/pracma/
m4064 fail 2026-05-27 02:03:15.95108 make test returned non-zero: 1
m4064 fail 2026-05-27 02:03:16.014624 Test complete.

Build Log

===>  Testing for R-cran-pracma-2.4.6
* using log directory '/magus/work/usr/mports/math/R-cran-pracma/work/pracma.Rcheck'
* using R version 4.4.0 (2024-04-24)
* using platform: amd64-portbld-midnightbsd4.0
* 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) 14.2.0
* running under: MidnightBSD m4064 4.0.5 MidnightBSD 4.0.5 stable/4.0-n13794-ebf9c891ff GENERIC amd64
* using session charset: ASCII
* using options '--no-manual --no-build-vignettes'
* checking for file 'pracma/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'pracma' version '2.4.6'
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Packages suggested but not available for checking: 'NlcOptim', 'quadprog'
* 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 'pracma' can be installed ... OK
* 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 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 contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking examples ... ERROR
Running examples in 'pracma-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fmincon
> ### Title: Minimize Nonlinear Constrained Multivariable Function.
> ### Aliases: fmincon
> ### Keywords: optimize
> 
> ### ** Examples
> 
> # Classical Rosenbrock function
> n <- 10; x0 <- rep(1/n, n)
> fn <- function(x) {n <- length(x)
+     x1 <- x[2:n]; x2 <- x[1:(n - 1)]
+     sum(100 * (x1 - x2^2)^2 + (1 - x2)^2)
+ }
> # Equality and inequality constraints
> heq1 <- function(x) sum(x)-1.0
> hin1 <- function(x) -1 * x
> hin2 <- function(x) x - 0.5
> ub <- rep(0.5, n)
> 
> # Apply constraint minimization
> res <- fmincon(x0, fn, hin = hin1, heq = heq1)
Error in fmincon(x0, fn, hin = hin1, heq = heq1) : 
  Package 'NlcOptim' missing -- install from CRAN.
Execution halted
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
  Running 'blkdiag.R'
  Running 'ceil.R'
  Running 'chebyshev.R'
  Running 'combs.R'
  Running 'compan.R'
  Running 'cond.R'
  Running 'conv.R'
  Running 'cross.R'
  Running 'crossn.R'
  Running 'deval.R'
  Running 'diag.R'
  Running 'distmat.R'
  Running 'dot.R'
  Running 'eig.R'
  Running 'factors.R'
  Running 'find.R'
  Running 'findintervals.R'
  Running 'findpeaks.R'
  Running 'flipdim.R'
  Running 'fnorm.R'
  Running 'gamma.R'
  Running 'gradient.R'
  Running 'hadamard.R'
  Running 'hankel.R'
  Running 'hilb.R'
  Running 'horner.R'
  Running 'hypot.R'
  Running 'interp1.R'
  Running 'interp2.R'
  Running 'inv.R'
  Running 'isprime.R'
  Running 'lambertW.R'
  Running 'linspace.R'
  Running 'magic.R'
  Running 'meshgrid.R'
  Running 'mldivide.R'
  Running 'mod.R'
  Running 'mode.R'
  Running 'nextpow2.R'
  Running 'norm.R'
  Running 'nthroot.R'
  Running 'pascal.R'
  Running 'pchip.R'
  Running 'perms.R'
  Running 'piecewise.R'
  Running 'poly.R'
  Running 'polyadd.R'
  Running 'polyarea.R'
  Running 'polyder.R'
  Running 'polyfit.R'
  Running 'polyint.R'
  Running 'polymul.R'
  Running 'polyval.R'
  Running 'pow2.R'
  Running 'primes.R'
  Running 'quad.R'
  Running 'quadrature.R'
  Running 'rank.R'
  Running 'rectint.R'
  Running 'regexp.R'
  Running 'roots.R'
  Running 'size.R'
  Running 'std.R'
  Running 'strfind.R'
  Running 'strings.R'
  Running 'subspace.R'
  Running 'trace.R'
  Running 'trapz.R'
  Running 'vander.R'
  Running 'wilkinson.R'
 OK
* DONE

Status: 1 ERROR, 1 NOTE
See
  '/magus/work/usr/mports/math/R-cran-pracma/work/pracma.Rcheck/00check.log'
for details.

*** Error code 1

Stop.
make: stopped in /usr/mports/math/R-cran-pracma

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis