Skip to content

Commit

Permalink
remove dead URL
Browse files Browse the repository at this point in the history
finish checks
  • Loading branch information
JohnMount committed Aug 19, 2023
1 parent 1d7d7bf commit 4f360ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@

## Tests

## Test environments


### Windows

rhub::check_for_cran()


devtools::check_win_devel()
* using R Under development (unstable) (2023-08-18 r84986 ucrt)
* using platform: x86_64-w64-mingw32


### MacOS

R CMD check --as-cran wrapr_2.1.0.tar.gz


### Linux
* using R version 4.3.0 (2023-04-21)
* using platform: x86_64-apple-darwin20 (64-bit)

rhub::check_for_cran()
skipped


## Downstream dependencies
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Named_Arguments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The idea is that you should not expect a user to remember the positions of more

<blockquote>
If you have a procedure with 10 parameters, you probably missed some.
<p/><a href="http://pu.inf.uni-tuebingen.de/users/klaeren/epigrams.html">Alan Perlis, "Epigrams on Programming", ACM SIGPLAN Notices 17 (9), September 1982, pp. 7–13.</a>
<p/>Alan Perlis, "Epigrams on Programming", ACM SIGPLAN Notices 17 (9), September 1982, pp. 7–13.
</blockquote>

Note that the "<code>substitute(list(...))</code>" part is the R idiom for capturing the unevaluated contents of "<code>...</code>", I felt it best to use standard R as much a possible in favor of introducing any <em>additional</em> magic invocations.

0 comments on commit 4f360ed

Please sign in to comment.