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

Highlights

  • Pro

Organizations

@DataScienceSociety-UoC @openresearchcalendar @BradKennedy-PhD
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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 Twitter Follow

Metrics

Pinned

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

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

    HTML 18 7

  2. 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")
  3. b-kennedy0.github.io b-kennedy0.github.io Public

    Repository for bradleykennedy.co.uk

    HTML

  4. BradKennedy-PhD/bradkennedy-phd.github.io BradKennedy-PhD/bradkennedy-phd.github.io Public

    HTML

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

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

    HTML 2