Hi,

I write a package in Linux and ready to distribute, and I can install it in
linux and run it.
However, when I have install it in my Windows' R.

I can not 'require' it.

> is.element("grt", installed.packages()[,1])
[1] TRUE
> require(grt)
Loading required package: grt
Failed with error:  ‘'grt' is not a valid installed package’

Is there any pitfall between platforms?
And anywhere I could check more detailed error message.

best,
Liping Liu, who sincerely thinks R is not google friendly, since "R" is a
awful keyword.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to