Skip to content

Commit

Permalink
release tweaks (#60)
Browse files Browse the repository at this point in the history
* update docs

* update revdep
  • Loading branch information
ijlyttle authored Dec 11, 2021
1 parent 5034ab0 commit 4a384a4
Show file tree
Hide file tree
Showing 41 changed files with 62 additions and 69 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^\.github$
^checklist-new-service\.md$
^CODE_OF_CONDUCT\.md$
^revdep$
2 changes: 1 addition & 1 deletion R/embed.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @param query `list`, items to include in url-query string
#' @param fragment `character`, string to include as url-fragment
#'
#' @return Object with S3 class `vembedr_embed`
#' @return Object with S3 class `vembedr_embed`.
#'
#' @name embed
#' @family embed
Expand Down
8 changes: 4 additions & 4 deletions R/parse.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#' This function is meant to work with URLs from any of the supported services.
#'
#' \describe{
#' \item{`suggest_embed`}{called for the side-effect of
#' \item{`suggest_embed`}{Called for the side-effect of
#' printing suggested code the screen. If you have a recent version
#' of [usethis](https://cran.r-project.org/package=usethis), the code
#' will be copied to your clipboard}
#' \item{`suggest_embed_pure`}{returns character string
#' that represents the suggested code}
#' will be copied to your clipboard.}
#' \item{`suggest_embed_pure`}{Returns character string
#' that represents the suggested code.}
#' }
#'
#' @inheritParams embed_url
Expand Down
2 changes: 1 addition & 1 deletion R/rickroll.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
#' @param ... arguments (other than `id`) passed on to [embed()]
#'
#' @return An embed object that prints an \code{htmltools::\link[htmltools]{tags}$iframe} element
#' @inherit embed return
#'
#' @name rickroll
#' @examples
Expand Down
5 changes: 2 additions & 3 deletions R/vembedr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#'
#' - YouTube
#' - Vimeo
#' - Microsoft Channel 9
#' - Box
#' - Microsoft Stream
#'
Expand All @@ -16,8 +15,8 @@
#' - **use** functions, to modify the embedding:
#' e.g. [use_start_time()], [use_rounded()]
#'
#' You can use the pipe (`%>%`) to chain embed function-calls with
#' use function-calls.
#' You can use the pipe (`|>` or `%>%`) to chain *embed function-calls* with
#' *use function-calls*.
#'
#' @docType package
#' @name vembedr-package
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ these services are supported:

- updated internal implementation to comport with latest Pandoc.
([#52](https://github.com/ijlyttle/vembedr/pull/52), thanks [\@jnolis](https://github.com/jnolis)!)
- deprecated Microsoft Channel 9 (including UserR! 2016 & 2017)), as Channel 9 has been deprecated.
- deprecated Microsoft Channel 9 (including UserR! 2016 & 2017), as [Channel 9 has been moved](https://docs.microsoft.com/en-us/teamblog/channel9joinedmicrosoftlearn).
([#54](https://github.com/ijlyttle/vembedr/pull/54))

## Installation
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ services are supported:
- updated internal implementation to comport with latest Pandoc.
([#52](https://github.com/ijlyttle/vembedr/pull/52), thanks
[@jnolis](https://github.com/jnolis)!)
- deprecated Microsoft Channel 9 (including UserR! 2016 & 2017)), as
Channel 9 has been deprecated.
- deprecated Microsoft Channel 9 (including UserR! 2016 & 2017), as
[Channel 9 has been
moved](https://docs.microsoft.com/en-us/teamblog/channel9joinedmicrosoftlearn).
([#54](https://github.com/ijlyttle/vembedr/pull/54))

## Installation
Expand Down
31 changes: 6 additions & 25 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,13 @@
## Test environments
## R CMD check results

* local: OS X install, R 4.0.2
* GitHub Actions: windows-latest (release)
* GitHub Actions: macOS-latest (release)
* GitHub Actions: ubuntu-20.04 (release)
* GitHub Actions: ubuntu-20.04 (devel)
* winbuilder: R Under development (unstable) (2020-10-02 r79291)
* r-hub: Fedora Linux, R-devel, clang, gfortran
* r-hub: Windows Server 2008 R2 SP1, R-devel, 32/64 bit
0 errors | 0 warnings | 0 notes

## R CMD check results
## revdepcheck results

0 errors | 0 warnings | 1 note
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

R CMD check succeeded
* We saw 0 new problems
* We failed to check 0 packages

**Note** new email for maintainer:

N checking CRAN incoming feasibility
Maintainer: 'Ian Lyttle <[email protected]>'
Ian Lyttle <[email protected]>
Old maintainer(s):
Ian Lyttle <[email protected]>

## Reverse dependencies

There appear to be no reverse dependencies.

---


2 changes: 1 addition & 1 deletion man/embed.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/embed_channel9.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/embed_url.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/rickroll.Rd

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

8 changes: 4 additions & 4 deletions man/suggest_embed.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/use_align.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/use_bs_responsive.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/use_rounded.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/use_start_time.Rd

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

5 changes: 2 additions & 3 deletions man/vembedr-package.Rd

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

7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
4 changes: 2 additions & 2 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Chicago |
|date |2021-12-10 |
|date |2021-12-11 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|vembedr |0.1.4 |0.1.4.9005 |* |
|vembedr |0.1.4 |0.1.4.9006 |* |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/checks.noindex/libraries.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package,old,new,delta
vembedr,0.1.4,0.1.4.9005,*
vembedr,0.1.4,0.1.4.9006,*
2 changes: 1 addition & 1 deletion revdep/checks.noindex/promises/new/libraries.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Library: /Users/ijlyttle/Documents/repos/public/vembedr/revdep/library.noindex/vembedr/new
vembedr (0.1.4.9005)
vembedr (0.1.4.9006)

Library: /Users/ijlyttle/Documents/repos/public/vembedr/revdep/library.noindex/promises
askpass (1.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Type 'q()' to quit R.
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.207 0.018 0.231 0 0
Time elapsed: 0.234 0.022 0.264 0 0
> grDevices::dev.off()
null device
1
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ NULL
>
> proc.time()
user system elapsed
0.139 0.039 0.167
0.152 0.046 0.186
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Type 'q()' to quit R.
>
> proc.time()
user system elapsed
1.737 0.160 9.201
1.670 0.168 9.134
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Type 'q()' to quit R.
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.209 0.019 0.231 0 0
Time elapsed: 0.233 0.023 0.264 0 0
> grDevices::dev.off()
null device
1
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ NULL
>
> proc.time()
user system elapsed
0.145 0.039 0.171
0.151 0.044 0.186
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Type 'q()' to quit R.
>
> proc.time()
user system elapsed
1.694 0.161 9.150
1.653 0.165 9.133
Binary file modified revdep/data.sqlite
Binary file not shown.
5 changes: 5 additions & 0 deletions revdep/email.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_date: ???
rel_release_date: ???
my_news_url: ???
release_version: ???
release_details: ???
6 changes: 3 additions & 3 deletions revdep/library.noindex/vembedr/new/vembedr/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: vembedr
Title: Embed Video in HTML
Version: 0.1.4.9005
Version: 0.1.4.9006
Authors@R: c(
person(
given = "Ian",
Expand Down Expand Up @@ -28,8 +28,8 @@ Roxygen: list(markdown = TRUE)
RemoteType: local
RemoteUrl: /Users/ijlyttle/Documents/repos/public/vembedr
NeedsCompilation: no
Packaged: 2021-12-10 23:52:27 UTC; ijlyttle
Packaged: 2021-12-11 15:48:15 UTC; ijlyttle
Author: Ian Lyttle [aut, cre] (<https://orcid.org/0000-0001-9962-4849>),
Schneider Electric [cph]
Maintainer: Ian Lyttle <[email protected]>
Built: R 4.1.2; ; 2021-12-10 23:52:28 UTC; unix
Built: R 4.1.2; ; 2021-12-11 15:48:16 UTC; unix
Binary file modified revdep/library.noindex/vembedr/new/vembedr/Meta/package.rds
Binary file not shown.
6 changes: 3 additions & 3 deletions revdep/library.noindex/vembedr/new/vembedr/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# vembedr 0.1.4 (development version)

- updates repository, actions to reflect default git branch is now `main` (#55)
- updates repository and GitHub actions to reflect default git branch is now `main`. (#55)

- updates `<iframe>` implementation to keep up with pandoc, see [rstudio/rmarkdown#2255](https://github.com/rstudio/rmarkdown/issues/2255) (#52, @jnolis).
- updates `<iframe>` implementation to keep up with pandoc, see [rstudio/rmarkdown#2255](https://github.com/rstudio/rmarkdown/issues/2255). (#52, @jnolis)

- version bump for development
- version bump for development.

## vembedr 0.1.4

Expand Down
Binary file modified revdep/library.noindex/vembedr/new/vembedr/R/vembedr.rdb
Binary file not shown.
Binary file modified revdep/library.noindex/vembedr/new/vembedr/R/vembedr.rdx
Binary file not shown.
Binary file modified revdep/library.noindex/vembedr/new/vembedr/help/paths.rds
Binary file not shown.
Binary file modified revdep/library.noindex/vembedr/new/vembedr/help/vembedr.rdb
Binary file not shown.
Binary file modified revdep/library.noindex/vembedr/new/vembedr/help/vembedr.rdx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1> Embed Video in HTML
<div style="text-align: center;">
<a href="../../../doc/html/packages.html"><img class="arrow" src="../../../doc/html/left.jpg" alt="[Up]" /></a>
<a href="../../../doc/html/index.html"><img class="arrow" src="../../../doc/html/up.jpg" alt="[Top]" /></a>
</div><h2>Documentation for package &lsquo;vembedr&rsquo; version 0.1.4.9005</h2>
</div><h2>Documentation for package &lsquo;vembedr&rsquo; version 0.1.4.9006</h2>

<ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li>
</ul>
Expand Down

0 comments on commit 4a384a4

Please sign in to comment.