Closed zachmayer closed 9 years ago
@jknowles Final set of CRAN cleanup. After reading CRAN's policy page, I got a little paranoid about exporting functions we may later want to remove or heavily modify.
@zachmayer Makes good sense. I think that makes the package focused on being high quality at the key purpose and more flexible for us to improve that later.
Awesome. The submission is out!
The biggest change is removing more exports.
I’d like to keep the external API as simple as possible for now. The internal functions are documented, and users are free to find and use them, but I don’t want to make the promise that these functions will be there in future releases. I want the flexibility to re-work the internal API.
We can release the internal API piece by piece as it matures and solidifies.