===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-lubridate-1.7.9.2+dfsg/NEWS.md-292-* [#294](https://github.com/tidyverse/lubridate/issues/294) Don't use years in `seconds_to_period`.
r-cran-lubridate-1.7.9.2+dfsg/NEWS.md:293:* Values on `$<-` assignment for periods are now properly recycled.
r-cran-lubridate-1.7.9.2+dfsg/NEWS.md-294-* Correctly handle NA subscripting in `round_date`.
##############################################
r-cran-lubridate-1.7.9.2+dfsg/debian/tests/run-unit-test-3-oname=lubridate
r-cran-lubridate-1.7.9.2+dfsg/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
r-cran-lubridate-1.7.9.2+dfsg/debian/tests/run-unit-test-5-
r-cran-lubridate-1.7.9.2+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-lubridate-1.7.9.2+dfsg/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-lubridate-1.7.9.2+dfsg/debian/tests/run-unit-test-8-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM