- No authority
- Official reference is writing r extentions (joke extentions)
- If you thought writing regular r packages was tricky, hold on
!!! This Gist tutorial is deprecated. Its new version is available here !!!
This is some red text.
- Author: Thomas Girke
- Last update: 18-Nov-2020
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(interactive()) { | |
.__Rprofile_env__. <- new.env(parent = emptyenv()) | |
.__Rprofile_env__.[["install"]] <- pak::pkg_install | |
attach(.__Rprofile_env__.) | |
library(usethis, warn.conflicts = FALSE) | |
library(conflicted) | |
conflict_prefer("filter", "dplyr") | |
conflict_prefer("sql", "dbplyr") |