Skip to content
Prev 965 / 398506 Next

R-beta: package ported from S to R

HP> Hello,
HP> I'm trying to port the S package "print.display" to R. The porting
HP> procedure seemed to work, but when I say library(print.display) or
HP> library("print.display"), then none of the functions is available. May 
HP> be, it's because of the dot in the package name?

Just tried a sample package with a dot in the filename and it worked
fine.

HP> What could have happened?

How and where did you install the package? Using the R INSTALL
mechanism or by hand? Is it in the library search path .lib.loc?


HP> BTW: How can I look up wether the package is really loaded? 

search() shows an entry like "package:base" for every loaded package.

Best,