tech-acs / crvsreportpackage

Package containing functions to create crvs report
0 stars 0 forks source link

Unit tests for round_excel.R are created #2

Open diego-ons opened 2 weeks ago

diego-ons commented 2 weeks ago

Description

In order to start with unit test creation, a simple function to tackle is the one in round_excel.R. This function simple rounds a value to the specified number of decimal places using Excel method. It should be easy to create some tests and gain confidence in how these are done. Also to gain practice with the contribution style that we are implementing.

If you have any issues with creating this test, reach out to @diego-ons !

Acceptance Criteira

tbelay commented 1 week ago

Pull request is sent in response to this issue