davidcsterratt / retistruct

Computational reconstruction and transformation of flattened retinae
http://davidcsterratt.github.io/retistruct/
7 stars 7 forks source link

functions to export #17

Closed briancohn closed 7 years ago

briancohn commented 7 years ago

Hi David!

The :: operator only works for functions that are in the namespace of that other package. Other functions, that weren’t exported, can be used with the ::: operator. But CRAN doesn’t allow the ::: operator. If you want to use functions that aren’t in that other package’s namespace, you need to either get the author to add it, or (if allowable by the package’s license) just incorporate the code directly into your own package.

briancohn commented 7 years ago

let me know what your thoughts on this are. Another alternative is that you could sign off on me including copies of your functions in my source code, with clear notes of your authorship of those functions. @davidcsterratt

briancohn commented 7 years ago

CRAN is giving me a persistent NOTE because they're unexported

davidcsterratt commented 7 years ago

Sorry for the delay - the new version or retistruct is now submitted to CRAN.

briancohn commented 7 years ago

Thanks!!