Skip to content

Commit 3aa87fb

Browse files
authored
Merge pull request #116 from pa00gz/T107
Ref #105 Cambios menores para llevar a CRAN
2 parents c0851a4 + 28a8644 commit 3aa87fb

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
^codecov\.yml$
66
^doc$
77
^Meta$
8+
^docs$

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ import(graphics)
3333
import(httr)
3434
import(jsonlite)
3535
import(magrittr)
36+
importFrom(dplyr,"%>%")

man/gitear.Rd

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

vignettes/Access-gitea-from-R.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output: rmarkdown::html_vignette
66
vignette: >
77
%\VignetteIndexEntry{Access Gitea from R}
88
%\VignetteEngine{knitr::rmarkdown}
9-
%\VignetteEncoding{UTF-8}
9+
\usepackage[utf8]{inputenc}
1010
editor_options:
1111
chunk_output_type: console
1212
---

0 commit comments

Comments
 (0)