Skip to content

Commit 72a46d6

Browse files
committed
ejemplo
1 parent 16b0582 commit 72a46d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

R/add_to_gitignore.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ add_to_gitignore <- function(add.to.gitignore = FALSE, cutoff = NULL, extension
3535
# ensure the path is in the correct format for your system
3636
path <- normalizePath(path)
3737

38+
print("asasd")
39+
3840
if (is.null(cutoff) & is.null(extension))
3941
.stop("'cutoff' and/or 'extension' must be supplied")
4042

examples/README_template.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ editor_options:
1010
<!-- Short Description -->
1111
This is a short description of the project
1212

13-
*Updated on `r Sys.time()`*
13+
*Updated on `r format(Sys.time(), "%Y-%m-%d %H:%M:%S")`*
1414

1515
<!-- README.md is generated from README.Rmd. Please edit that file -->
1616

0 commit comments

Comments
 (0)