0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
R
/
modules
/
[
Home
]
File: SessionCompileAttributes.R
updated <- Rcpp::compileAttributes() wd <- normalizePath(".", winslash = "/") for (file in updated) { file <- substr(file, nchar(wd)+2, nchar(file)) cat("* Updated ", file, "\n", sep="") }