Skip to content

fastqcr 0.1.3

Latest
Compare
Choose a tag to compare
@kassambara kassambara released this 18 Feb 14:24
· 1 commit to master since this release

Minor changes

  • Using select() in place of the deprecated select_() function in qc_aggregate() and qc_problems() (#24)
  • Using arrange() and group_by() in place of the deprecated arrange_() and group_by()_ functions in qc_problems()
  • Changing http to https for urls concerning fastc installation and documentation
  • qc_read_collection() and qc_plot_collection() examples reduced to less than 5 seconds

Bug fixes

  • Remove extra args (fill) in left_join() from qc_aggregate() function (#23)