## ---## Error: could not find function "performance"## ---## [1] "Error in if (str_count(string = f[[j]], pattern = \"\\\\S+\") == 1) { : \n argument is of length zero" ## ---## Error in eval(expr, envir, enclos) : object 'x' not found## ---## Error in file(file, "rt") : cannot open the connection## ---## Error in UseMethod("as.data.table") : ## no applicable method for 'as.data.table' applied to an object of class "table"## ---
library(usethis) #you may need to install this using install.packages('usethis')use_git_config(user.name ="Jane Doe", user.email ="jane@example.org") #your info here
Generate a PAT token if you don’t have one (make sure you save it somewhere)
usethis::create_github_token()
Introduce yourself to Git (cont’d)
Store your credentials for use (times out after 1 hr)