Package check result: ERROR Check: examples, Result: ERROR Running examples in ‘MPCR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: 22-Trig > ### Title: Trigonometric functions > ### Aliases: trig sin,Rcpp_MPCR-method cos,Rcpp_MPCR-method > ### tan,Rcpp_MPCR-method asin,Rcpp_MPCR-method acos,Rcpp_MPCR-method > ### atan,Rcpp_MPCR-method MPCR.sin MPCR.cos MPCR.tan MPCR.asin MPCR.acos > ### MPCR.atan > > ### ** Examples > > > > > base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") > base::cat("TrigFunctions", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > ### *