R Functions Framework Local Install
# Install devtools, specifying a CRAN mirror | |
install.packages("devtools", repos='http://cran.us.r-project.org') | |
# Import devtools | |
library(devtools) | |
# Install GitHub project | |
install_github("averikitsch/functions-framework-r/src/functionsframework") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment