Eclipse will try to construct an import statement for related types when you use auto-complete. This is a configurable option which you can disable under Eclipse's preferences dialog Java -> Editor -> Content Assist "Add import instead of qualified name" This is not configurable on a per package basis though.
I do wonder, however, what your objection is to importing your resource class. Is it that you just want references to R to always be fully qualified? I don't know of any technical reason why this might be preferable. If it's an issue of style, then I'd interject that it might be a misguided preference. Personally, I'd rather not have to regularly read source files that interspersed imported and fully-qualified class names. If your need is neither of these things, perhaps you could share more detail so that we can give you a better answer?
r.java-filetag, notr. R is an open-source stats and numerical analysis package. – Hong Ooi Jan 23 at 1:00