Skip to content

Commit

Permalink
Address R CMD check on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 10, 2019
1 parent ed0c2a1 commit bead86e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 30 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ matrix:
- r: 3.2
- r: 3.1
allow_failures:
- r: 3.2
- r: 3.1
36 changes: 16 additions & 20 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
Package: pkgdoc
Title: Dataframe and Reference the Documentation of Available
Packages
Title: Reference Documented R Objects Across Multiple Packages
Version: 0.0.0.9000
Authors@R:
person(given = "Mauro",
family = "Lepore",
role = c("aut", "ctr", "cre"),
email = "leporem@si.edu")
Description: Dataframe the documentation of available packages,
and reference objects across multiple packages by package or concept.
Description: Reference documented R objects across multiple packages.
License: GPL-3
URL: https://github.com/maurolepore/pkgdoc
BugReports: https://github.com/maurolepore/pkgdoc/issues
Depends:
R (>= 3.1)
Imports:
dplyr,
glue,
magrittr,
purrr,
rlang,
tibble,
dplyr (>= 0.7.8),
glue (>= 1.3.0),
magrittr (>= 1.5),
purrr (>= 0.3.0),
rlang (>= 0.3.1),
tibble (>= 2.0.1),
utils
Suggests:
covr,
knitr,
rmarkdown,
testthat,
spelling
VignetteBuilder:
knitr
covr (>= 3.2.1),
knitr (>= 1.21),
rmarkdown (>= 1.11),
spelling (>= 2.0),
testthat (>= 2.0.1)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Language: en-US
Depends:
R (>= 3.1)
10 changes: 5 additions & 5 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
autoplot
dplyr
DT
chirunconf
fgeo
forestgeo
github
https
io
isS
knitr
lifecycle
Luquillo
maurolepore
pkgdown
roxygen
Riederer
serach
siteonly
tibble
tidyverse
Unconference
vft
6 changes: 2 additions & 4 deletions man/pkgdoc-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/siteonly/reference-tidyverse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library(glue)
library(DT)
```

Let's pull the documenation of all core-tidyverse-packages with __pkgdoc__.
Let's pull the documentation of all core-tidyverse-packages with __pkgdoc__.

```{r}
(docs <- reference_package(tidyverse:::core))
Expand Down

0 comments on commit bead86e

Please sign in to comment.