Kenneth Cabrera
2000-Aug-11 03:28 UTC
[R] Problems in the new version with sgeostat library?
Hello, R-users! When I load the sgeostat library I obtain some warnings messages.>library(sgeostat)What kind of problem will I expect to have with these messages? Loading required package: mva Loading required package: tripack Warning messages: 1: `provide' is deprecated. See ?Deprecated. in: .Deprecated() 2: `provide' is deprecated. See ?Deprecated. in: .Deprecated() Thank you very much for your help! Kenneth Cabrera Universidad Nacional de Colombia Sede Medellin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian D Ripley
2000-Aug-11 07:12 UTC
[R] Problems in the new version with sgeostat library?
On Thu, 10 Aug 2000, Kenneth Cabrera wrote:> Hello, R-users! > > When I load the sgeostat library I obtain some warnings messages. > > >library(sgeostat) > > What kind of problem will I expect to have with these messages? > > Loading required package: mva > Loading required package: tripack > Warning messages: > 1: `provide' is deprecated. > See ?Deprecated. in: .Deprecated() > 2: `provide' is deprecated. > See ?Deprecated. in: .Deprecated() >Probably none. The purpose of provide() was to allow one package to subsume or masquerade as another. It seems only to have been used incorrectly for a package to provide itself, which just slowed down searches. You will find the lines provide(tripack) provide(sgeostat) in tripack/R/zzz.R and sgeostat/R/est.variogram.R. Just delete them and re-install, or edit them out of tripack/R/tripack and sgeostat/R/sgeostat if you have a pre-compiled version. If you find any other occurrences, please report them to the package authors. (We already have for locfit.) -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._