Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48d73e6

Browse files
committed
Fix a link to outselves in the README
The absolute link to `HEAD` is redirected by GH, and that is flaggedby CRAN.
1 parent7db26d3 commit48d73e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ See the manual for details and other options.
197197

198198
##Usage with`purrr` iterators
199199

200-
If you prefer to do your iterative tasks using the`purrr` family of functional programming tools, rather than with`for` loops, there are two straightforward ways to add progress bars:
200+
If you prefer to do your iterative tasks using the`purrr` family of functional programming tools, rather than with`for` loops, there are two straightforward ways to add progress bars:
201201

202202
1. Increment the ticks*in-line* when calling the`purrr` iterator.
203203

204-
2. Define the task and increment the ticks in a separate wrapper function.
204+
2. Define the task and increment the ticks in a separate wrapper function.
205205

206206
***Option 1*** is concise for simple one-line tasks (*e.g.* requiring only a single function call), while***Option 2*** is probably preferred for more complex multi-line tasks.
207207

@@ -262,8 +262,8 @@ plyr::l_ply(
262262
##C++ API
263263

264264
The package also provides a C++ API, that can be used with or
265-
without Rcpp. See[the example package](https://github.com/r-lib/progress/blob/HEAD/tests/testthat/progresstest/src/test.cpp) that
266-
is[included](https://github.com/r-lib/progress/blob/HEAD/tests/testthat/progresstest) within`progress`. Here is a short excerpt
265+
without Rcpp. See[the example package](tests/testthat/progresstest/src/test.cpp) that
266+
is[included](tests/testthat/progresstest) within`progress`. Here is a short excerpt
267267
that shows how it works:
268268

269269
```CPP

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp