A Toolkit for Auditing Personal Income Tax in Nigeria
## **nigeriaPITaudit**
GitHub
#### A Comprehensive Toolkit for Auditing Personal Income Tax in Nigeria
### **Overview**
`nigeriaPITaudit` is an R package designed to streamline the auditing of
personal income tax (PIT) in Nigeria. It assists tax auditors,
accountants, and government agencies in evaluating tax compliance,
identifying discrepancies, and ensuring adherence to Nigerian tax laws.
### **Features**
✔ Automated tax audit calculations based on Nigerian tax regulations
✔ Data validation for tax records
✔ Analysis of taxable income, deductions, and exemptions
✔ Reporting tools for generating audit summaries
------------------------------------------------------------------------
### **Installation**
#### **Prerequisites**
Ensure that R (version 4.0 or higher) and RStudio are installed.
#### **Step 1: Install `devtools` (if not already installed)**
``` r
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
```
### Install nigeriaPITaudit from GitHub
``` r
# devtools::install_github("laws2020/nigeriaPITaudit")
```
## The Birth of `nigeriaPITaudit`
### Chapter 1: A Journey Through Time
Five years ago, I worked in the auditing department with the **Internal
Revenue Service (IRS)**. My main responsibility was conducting **payroll
audits**—a task that required patience, accuracy, and mastery of
financial tools.
After two years, my boss decided that my skills were needed elsewhere
and I was transferred to a different department to handle what was
considered **a more critical role** at the time.
But something interesting happened. My former colleagues in the auditing
department **kept coming to me** for help with payroll audits. Time and
again, I reminded them, **“I have a new role now, and I can’t handle two
responsibilities at once.”** I encouraged them to **learn Excel** and
take ownership of their work.
However, despite all my efforts, I still found myself handling **two
roles**—whether I liked it or not. The a …