Skip to content

cranly v0.5.2

Compare
Choose a tag to compare
@ikosmidis ikosmidis released this 17 Jul 17:05
· 40 commits to master since this release
b34d49f

New functionality

  • New extractor functions suggested_by, imported_by, dependency_of, linked_by, enhanced_by, suggesting, importing, linking_to, enhancing, maintainer_of, maintained_by, email_of, email_with, description_of, title_of, license_of, version_of, release_date_of
  • Plural aliases for extractor functions (e.g. authors_of, release_dates_of and so on)
  • methods for word clouds of titles, description files and author names (see ?word_cloud)
  • subset.cranly_network now has a maintainer argument to subset by maintainer

Bug fixes

  • Fixed a bug where packages with no directives were removed from the network when perspective = "package"
  • Fixed extractor bugs and improved documentation
  • build_network now works without explicitly supplying any arguments

Other improvements, updates and additions

  • Moved to roxygen2 with rmarkdown
  • Major documentation updates
  • New improved codebase for extractor functions (see ?extractor-functions)
  • date and published in cranly_db objects are now of class Date
  • extractor functions have a new argument flat; if \code{FALSE} then a data.frame with all available information on the corresponding matches is returned
  • cranly_network_objects with perspective = "package carry maintainer and maintainer email information
  • New vignette on extractor functions and word clouds
  • Updated DESCRIPTION file