Skip to content
View b-kennedy0's full-sized avatar

Highlights

  • Pro

Organizations

@DataScienceSociety-UoC @openresearchcalendar @BradKennedy-PhD

Block or report b-kennedy0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
b-kennedy0/README.md

Hello! I'm Brad 👋 (he/him)

GitHub followers Personal Webpage

Metrics

Pinned Loading

  1. openresearchcalendar/openresearchcalendar.github.io openresearchcalendar/openresearchcalendar.github.io Public

    Documentation & Code for the community tool: 'Open Research Calendar'

    HTML 23 9

  2. email-charter/email-charter.github.io email-charter/email-charter.github.io Public

    https://email-charter.github.io - Top tips to prevent email overload

    HTML 3

  3. ProjectDesk-app/ProjectDesk-app ProjectDesk-app/ProjectDesk-app Public

    TypeScript

  4. Tidy code that will: (1) state which... Tidy code that will: (1) state which packages are required (2) list which ones aren’t already installed. (3) install the new packages. (4) load (library) them. (5) check for updates for all packages.
    1
    list_of_packages<-c("tidyr","psych","ggplot2","here")
    2
    new.packages <- list_of_packages[!(list_of_packages %in% installed.packages()[,"Package"])]
    3
    if(length(new.packages))install.packages(new.packages)
    4
    lapply(list_of_packages, library, character.only = TRUE)
    5
    update.packages(ask=FALSE, repos = "https://cloud.r-project.org")
  5. BradKennedy-PhD/bradkennedy-phd.github.io BradKennedy-PhD/bradkennedy-phd.github.io Public

    HTML

  6. b-kennedy0.github.io b-kennedy0.github.io Public

    Repository for bradleykennedy.co.uk

    HTML