R Under development (unstable) (2024-10-08 r87214 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # LatticeKrig > # Copyright 2004-2011, Institute for Mathematics Applied Geosciences > # University Corporation for Atmospheric Research > # Licensed under the GPL -- www.gpl.org/licenses/gpl.html > > suppressMessages(library( LatticeKrig)) > options( echo=FALSE) Testing: d from LKrig and by hand PASSED test at tolerance 1e-08 Testing: c from mKrig and by hand PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 Testing: c from mKrig and from residuals of LatticeKrig (this is big!) PASSED test at tolerance 1e-08 Testing: Monte Carlo traces PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 Testing: d.coef from Lattice Krig and beta mKrig PASSED test at tolerance 1e-08 Warning messages: 1: In LKrig.basis(object$x, object$LKinfo, verbose = FALSE) : Some normalization weights are zero 2: In LKrig.basis(object$x, object$LKinfo, verbose = FALSE) : Some normalization weights are zero 3: In LKrig.basis(object$x, object$LKinfo, verbose = FALSE) : Some normalization weights are zero Warning message: In createLKrigObject(x, y, weights = weights, Z = Z, X = X, U = U, : Not all x locations are unique: see the results of duplicated(cat.matrix(x)) Testing: bullet proof application of identity PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 Testing: adjusting for lambda factor PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 Testing: LatticeKrig and direct test of lnDetCov PASSED test at tolerance 1e-08 Testing: Det with weights1 PASSED test at tolerance 1e-08 Testing: Det with weights1=2 PASSED test at tolerance 1e-08 Testing: Det with weights3 PASSED test at tolerance 1e-08 Testing: lnDetCov for mKrig and LatticeKrig PASSED test at tolerance 1e-08 Testing: Profile Likelihood concentrated on lambda PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 Testing: predicted values mKrig/Krig w/weights PASSED test at tolerance 1e-08 Testing: predicted values mKrig/Krig w/weights PASSED test at tolerance 1e-08 Testing: predicted values mKrig/Krig w/weights PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 PASSED test at tolerance 1e-08 Testing: reuse Mc test of LatticeKrig.coef c PASSED test at tolerance 1e-08 Testing: reuse Mctest of LatticeKrig.coef d PASSED test at tolerance 1e-08 Testing: reuse Mc test of lnProfileLike PASSED test at tolerance 1e-08 Done testing LatticeKrig > proc.time() user system elapsed 51.59 0.43 52.15