/dfeR

Department for Education R Package

Primary LanguageRGNU General Public License v3.0GPL-3.0

dfeR

R-CMD-check pkgdown Codecov test coverage Lifecycle: experimental

The goal of dfeR is to help standardise R programming across the Department for Education (DfE) and facilitate sharing of business specific functions.

Credit to lauraselby for the logo featuring Frederick!

Scope

This package is open to all of DfE and anything we think could be useful to other programmers and analysts can be contributed.

Functionality for dfeR is expected to focus around the following:

  1. DfE specific formatting
  2. Working with Microsoft SQL Databases
  3. Templates for analytical projects
  4. Publication R Markdown Templates
  5. API wrappers for use internally

Documentation for what has been included in the package so far is on our pkgdown site.

We are also developing the dfeshiny package, and expect any functions specific to public facing R Shiny dashboards will live there.


Installation

dfeR is not currently available on CRAN. For the time being you can install the development version from GitHub.

If you are using renv in your project (recommended):

renv::install("dfe-analytical-services/dfeR")

Otherwise:

# install.packages("devtools")
devtools::install_github("dfe-analytical-services/dfeR")

Proxy

The need for setting proxy settings in order to be able to work with R and Git within the DfE estate has now ended. If you previously run the proxy script in previous versions of the dfeR package, then contact the Statistics Development Team to assist in cleaning out your system settings.


Contributing

Ideas for dfeR should first be raised as a GitHub issue after which anyone is free to write the code and create a pull request for review.

For more details on contributing to dfeR, see our contributing guidelines.


Code of Conduct

Please note that the dfeR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.


Example

This is a basic example showing the format_ay() function:

library(dfeR)
format_ay(202425)
#> [1] "2024/25"