I want to add a test to ensure #packageManifest answers a Class.
Since RPackage is in RPackageCore, but the #packageManifest method is in Manifest-Core
I'm not sure whether:
- I have to make the test in RPackageTest but make the test method from the Manifest-Core package
- I have to make the test in RPackageTest but make the test method from the Manifest-Tests package
- Create a new class in Manifest-Tests to hold this new test (and someupcoming tests as well)
���