Background: Big project with multiple packages. Resources need to be shared among packages
I saw another developer importing the R file of classes in other packages and that compiles. However, I’m not sure of R being imported. Through my experience if I import R by accident, I’ll only see compile errors.
Can any one seeing the dilemma here help? Thank you!
There should be no issues in importing
R; unless everything is in the same package you must import it.I have no projects that don’t have
mostclasses importingR. “Accidentally” importing it shouldn’t cause errors, either; at worst it should unnecessary.