RPkg-Dev: Configure the R package project automatically based on the DESCRIPTION file
Configure the R package project automatically based on the DESCRIPTION file.
At moment this is already done for:
- [x] the package name
We can add support for:
- [ ] the file encoding for NAMESPACE, R and Rd files, if the `Encoding` is specified
- [x] the R language version, if an R version requirement is specified
issue