Pinned Loading
-
openresearchcalendar/openresearchcalendar.github.io
openresearchcalendar/openresearchcalendar.github.io PublicDocumentation & Code for the community tool: 'Open Research Calendar'
-
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. 1list_of_packages<-c("tidyr","psych","ggplot2","here")
2new.packages <- list_of_packages[!(list_of_packages %in% installed.packages()[,"Package"])]
3if(length(new.packages))install.packages(new.packages)
4lapply(list_of_packages, library, character.only = TRUE)
5update.packages(ask=FALSE, repos = "https://cloud.r-project.org")
-
-
-
email-charter/email-charter.github.io
email-charter/email-charter.github.io Publichttps://email-charter.github.io - Top tips to prevent email overload
HTML 2
312 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 23 commits in 2 repositories
Opened 1 issue in 1 repository
openresearchcalendar/openresearchcalendar.github.io
1
open
-
Remove 'X' (Twitter) as a supported platform
This contribution was made on Apr 4
1
contribution
in private repositories
Apr 11