search for: dlogpackage

Displaying 1 result from an estimated 1 matches for "dlogpackage".

2007 Dec 14
0
options("defaultPackages") was not found [C1]
...tions("defaultPackages") was not found my r source (in the file dlog.r) dlog <- function(X,h=1) { list(res=(as.matrix(diff(log(X),lag = h, differences = 1))), res2=h) } 1. in RGui source("C:\\shaun\\projects\\rpackagecreation\\dlog.r") then package.skeleton(name="DLOGPackage", list=ls(), .GlobalEnv, "C:\\shaun\\projects\\rpackagecreation", TRUE) 2. in the R install\bin directory i ran rcmd build --force --binary --no-vignettes --docs=none c:/shaun/projects/rpackagecreation/DLOGPackage and i get the following message * checking for file 'c:/shaun/...