Skip to content
/ Rbduk Public

A package for BDUK analysts

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

sama-ds/Rbduk

Repository files navigation

Rbduk

The goal of Rbduk is to provide BDUK analysts with a centralised set of repeatable functions for BDUK-specific R work.

For full doccumentations of all functions in the package please read the vignette or run vignette("Vignette",package="Rbduk") to view it within R.

Installation

Ordinarily, a package would be installed either from a communal file store, or from a git repository. As our VM’s do not connect to the T:// drive that we share, and packages cannot be installed from a Google Source Repository, we have to do this manually:

  1. Within your VM, go to the ‘Files’ pane (next to ‘Plots’,‘Packages’, etc) and navigate to to the home directory by clicking the house symbol.!
  2. Within the same pane, click the upload button.
  3. Select “Choose File”, navigate to the T:// drive, and select the file Rbduk.tar.gz. If you do not have access to the T:// drive, visit it is also stored on the Data and Modelling team’s google drive. Download the file to your computer from here, and upload in the same fashion.
  4. Within the console pane, enter install.packages("dplyr","stringr","grid","ggplot2","bigrquery","geojsonsf","sf","shinyBS") to install the packages dependencies.
  5. Open the terminal tab (next to the console tab) within Rstudio.
  6. Type cd /home/dcms and press enter.
  7. Type R CMD INSTALL Rbduk.tar.gz and press enter.

The package should now be installed, and to load it use library(Rbduk) as you would any other package.

For any additional support, to contribute, or to suggest things you would like to see, please contact [email protected].

Do not push any code into the repository unless it has been quality assured first.

About

A package for BDUK analysts

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages