const-ae/ggsignif

internal restructuring/maintenance

IndrajeetPatil opened this issue · 2 comments

  • move experimental stuff to WIP folder
  • add lifecycle badge
  • add tests for missing lines and get code coverage to 100%
  • check if parse_safe is needed; recent ggplot2 releases seem to have fixed this issue
  • use testthat 3rd edition that supports parallel computation
  • add contributor's guideline
  • adopt safer .Rproject settings

parse_safe is still needed

Couldn't get the code coverage to 100%, but will give it another try in the future.