Type: Package
Package: roundyh
Title: Round Dataframe
Version: 0.1.0
Authors@R: 
    person("Duan", "Yuanheng", email = "yhyuanheng@gmail.com", role = c("aut", "cre", "cph"))
Description: A simple rounding function. The default round() function in R
    uses the IEC 60559 standard and therefore it rounds 0.5 to 0 and rounds
    -1.5 to -2.  The roundx() function accounts for this and helps
    to round 0.5 up to 1.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US
Depends: R (>= 3.5.0)
NeedsCompilation: no
Packaged: 2023-04-06 16:58:11 UTC; sse
Author: Duan Yuanheng [aut, cre, cph]
Maintainer: Duan Yuanheng <yhyuanheng@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-07 09:00:02 UTC
Built: R 4.5.1; ; 2025-10-06 01:29:17 UTC; windows
