Package: TestGardener Check: dependencies in R code New result: WARNING Missing or unexported object: ‘fda::lnsrch’ Package: TestGardener Check: examples New result: ERROR Running examples in ‘TestGardener-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Sbinsmth > ### Title: Estimate the option probability and surprisal curves. > ### Aliases: Sbinsmth > > ### ** Examples > > # Example 1. Display the initial probability and surprisal curves for the > # first item in the short SweSAT multiple choice test with 24 items and > # 1000 examinees. > # Note: The scope is 0 at this point because it is computed later > # in the analysis. > dataList <- Quant_13B_problem_dataList > index <- dataList$percntrnk > # Carry out the surprisal smoothing operation > SfdResult <- Sbinsmth(index, dataList) Error: 'lnsrch' is not an exported object from 'namespace:fda' Execution halted