Skip to content

Commit

Permalink
magrittr
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Jun 13, 2020
1 parent 6dc04f3 commit f0f6128
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 26 deletions.
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2020-06-13.
Once it is accepted, delete this file and tag the release (commit 6dc04f3881).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Imports:
utils,
httr,
magrittr
RoxygenNote: 6.1.1
RoxygenNote: 7.1.0
2 changes: 1 addition & 1 deletion R/utils-pipe.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
Expand Down
20 changes: 4 additions & 16 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
## Test environments

* local OS X install, R 3.5.2
* ubuntu 14.04 (on travis-ci), R 3.5.2
* r-hub (fedora & windows)
* win-builder (devel and release)
* local R installation, R 4.0.1
* ubuntu 16.04 (on travis-ci), R 4.0.1
* win-builder (devel)

## R CMD check results

0 errors | 0 warnings | 1 note

* checking CRAN incoming feasibility ... NOTE

---

This is an update to fix the errors introduced by the
recent tidyverse update as noted by Kurt on 2018-01-05
(https://cran.r-project.org/web/checks/check_results_docxtractr.html)

The code has been modified to account for the new
behavior of the tidyverse. All tests and examples have been
left intact.
* This is a update that tweaks some existing functionality and adds support for using LibreOffice (if installed) to extract information from PPTX files.
3 changes: 1 addition & 2 deletions man/docx_extract_all.Rd

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

3 changes: 1 addition & 2 deletions man/docx_extract_all_tbls.Rd

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

9 changes: 7 additions & 2 deletions man/docx_extract_tbl.Rd

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

1 change: 0 additions & 1 deletion man/docxtractr.Rd

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

2 changes: 1 addition & 1 deletion man/pipe.Rd

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

0 comments on commit f0f6128

Please sign in to comment.