dwww Home | Show directory contents | Find package

library(testit)

assert("pkg_maintainers() works", {
  x = pkg_maintainers("xfun")
  (length(x) > 0)
  # %==% not working for some reason
  (x %==% c(xfun = packageDescription('xfun', fields = 'Maintainer')))
})

Generated by dwww version 1.15 on Fri Jun 28 11:58:59 CEST 2024.