Skip to content

Commit 4f360ed

Browse files
committed
remove dead URL
finish checks
1 parent 1d7d7bf commit 4f360ed

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

cran-comments.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11

2+
## Tests
23

3-
## Test environments
4-
5-
6-
### Windows
7-
8-
rhub::check_for_cran()
9-
10-
114
devtools::check_win_devel()
5+
* using R Under development (unstable) (2023-08-18 r84986 ucrt)
6+
* using platform: x86_64-w64-mingw32
127

13-
14-
### MacOS
158

169
R CMD check --as-cran wrapr_2.1.0.tar.gz
17-
18-
19-
### Linux
10+
* using R version 4.3.0 (2023-04-21)
11+
* using platform: x86_64-apple-darwin20 (64-bit)
2012

2113
rhub::check_for_cran()
14+
skipped
2215

2316

2417
## Downstream dependencies

vignettes/Named_Arguments.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The idea is that you should not expect a user to remember the positions of more
5353

5454
<blockquote>
5555
If you have a procedure with 10 parameters, you probably missed some.
56-
<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>
56+
<p/>Alan Perlis, "Epigrams on Programming", ACM SIGPLAN Notices 17 (9), September 1982, pp. 7–13.
5757
</blockquote>
5858

5959
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 commit comments

Comments
 (0)