R Project Name
.
├── R/
│ └── func1.R
├── man/
│ └── func1.Rd
├── inst/
│ ├── data/
│ │ └── example_data1.csv
│ └── other
├── vignettes/
│ └── v1.rmd
├── docs/
│ └── v1.html
├── tests/
│ └── testthat/
│ └── test-func1.R
├── NAMESPACE
├── DESCRIPTION
├── LICENSE
├── NEWS.md
├── README.Rmd
├── .gitignore
└── .Rbuildignore