Skip to content

Commit 838b663

Browse files
committed
fix md format issues
1 parent c72bead commit 838b663

File tree

6 files changed

+13
-43
lines changed

6 files changed

+13
-43
lines changed

..pdf

-108 KB
Binary file not shown.

.Rd2pdf208828/Rd2.tex

Lines changed: 0 additions & 14 deletions
This file was deleted.

.Rd2pdf208935/Rd2.tex

Lines changed: 0 additions & 14 deletions
This file was deleted.

R/spot_unused_files.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
#' @name spot_unused_files
1212
#' @returns Returns a data frame with 2 columns: file.name (self explanatory) and folder (where the file is found).
1313
#' @details This function is used to spot/remove unused files in a project directory. The function will find all R script files (extensions R, Rmd and qmd) and all files recursively It is useful to keep the project directory clean and organized. It is recommended to first run the function with a the argument \code{archive = FALSE} to spot which files are being spotted and then run \code{archive = TRUE} if they need to be removed.
14-
#' @examples \dontrun {
14+
#' @examples
15+
#' \dontrun{
1516
#' spot_unused_files(path = "path/to/your/project")
1617
#' }
1718
#'
1819
#' @author Marcelo Araya-Salas (\email{marcelo.araya@@ucr.ac.cr})
19-
#' @references {
20+
#' @references
2021
#' Araya-Salas, M., Arriaga, A. (2023), sketchy: research compendiums for data analysis in R. R package version 1.0.3.
21-
#' }
22-
22+
#'
2323

2424
spot_unused_files <-
2525
function(path = ".",

man/check_urls.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/spot_unused_files.Rd

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)