ggbiplot
ggbiplot copied to clipboard
Cleaner namespace & doc using roxygen2
- Replaced
DependswithImportsin the description, because loading all four packages when loadingggbiplotis not necessary. - All the documentation (also data) is now created via
roxygen2. - Created a (mostly) proper namespace with
@importFromstatements instead oflibrary().
Loading the other packages confused me for a bit. I think I might just start using your fork @miraKlein