Newly tracked file
R/setLibPaths.R
changed.
Showing 1 of 1 files from the diff.
@@ -178,7 +178,7 @@
Loading
178 | 178 | } |
|
179 | 179 | ||
180 | 180 | resetRprofileMessage <- function(updateRprofile = ".Rprofile") { |
|
181 | - | paste0("message(\"To reset libPaths to previous state, run: Require::setLibPaths() (or delete section in .Rprofile)\") ") |
|
181 | + | paste0("message(\"To reset libPaths to previous state, run: Require::setupOff() (or delete section in .Rprofile file)\") ") |
|
182 | 182 | } |
|
183 | 183 | ||
184 | 184 | checkTRUERprofile <- function(updateRprofile) { |
Files | Coverage |
---|---|
R | 0.22% |
Project Totals (11 files) | 0.22% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.