Skip to content

Commit 27271b8

Browse files
Adjust ignore file + fix README
1 parent a484a77 commit 27271b8

File tree

2 files changed

+6
-50
lines changed

2 files changed

+6
-50
lines changed

.Rbuildignore

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
#----------------------------
22
# Git and SVN related
33
#----------------------------
4-
^.svn
54
^.git
65
^.make
7-
^INSTALL[.]md$
8-
^OVERVIEW[.]md$
9-
^README.*[.]md$
106
^CONDUCT[.]md$
117
^CONTRIBUTING[.]md$
128
^docs
@@ -17,47 +13,14 @@
1713
#----------------------------
1814
revdep
1915

20-
#----------------------------
21-
# Travis-CI et al.
22-
#----------------------------
23-
^[.]travis[.]yml$
24-
^travis-tool[.]sh$
25-
^pkg-build[.]sh$
26-
^appveyor[.]yml$
27-
^covr-utils.R$
28-
^[.]covr[.]R$
29-
^[.]covr[.]rds$
30-
3116
#----------------------------
3217
# R related
3318
#----------------------------
3419
Rplots.pdf$
3520
^cran-comments[.].*$
3621
^vignettes/.*[.](pdf|PDF)$
3722
^vignettes/.*[.](r|R)$
38-
^vignettes/[.]install_extras$
3923
^Makefile$
4024
^incl
41-
^NAMESPACE,.*[.]txt$
42-
^nohup.*$
43-
^[.]R
44-
^[.]benchmark
45-
^[.]devel
46-
^[.]test
47-
^[.]check
4825
^[.]local
4926
^.*[.]tar[.]gz$
50-
51-
#----------------------------
52-
# Package specific
53-
#----------------------------
54-
^[.]BatchJobs[.]R$
55-
^[.]future
56-
57-
#----------------------------
58-
# Miscellaneous
59-
#----------------------------
60-
^.ghi
61-
^.issues
62-
^last.dump*
63-
[.]Rdump

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<div id="badges"><!-- pkgdown markup -->
2-
<a href="https://github.com/HenrikBengtsson/progressify/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/progressify/actions/workflows/R-CMD-check.yaml/badge.svg?branch=main" alt="R CMD check status"/></a>
3-
<!--
4-
<a href="https://app.codecov.io/gh/HenrikBengtsson/progressify"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/progressify/branch/main/graph/badge.svg" alt="Coverage Status"/></a>
5-
-->
6-
</div>
7-
81
# progressify: Progress Updates Everywhere
92

103
<img src="man/figures/progressify-logo.png" alt="The hexlogo for the 'progressify' package" style="width: 120px; float: right; margin-right: 1ex; margin-left: 1ex
@@ -143,15 +136,15 @@ forest <- partykit::cforest(dist ~ speed, data = cars, ntree = 50L) |> progressi
143136
```
144137

145138

146-
[futurize]: https://futurize.futureverse.org
147139
[futureverse]: https://www.futureverse.org
148-
[progressr]: https://progressr.futureverse.org
149-
[future.apply]: https://future.apply.futureverse.org
150140
[crossmap]: https://cran.r-project.org/package=crossmap
151-
[purrr]: https://purrr.futureverse.org
141+
[doFuture]: https://doFuture.futureverse.org
142+
[foreach]: https://cran.r-project.org/package=foreach
143+
[future.apply]: https://future.apply.futureverse.org
144+
[futurize]: https://futurize.futureverse.org
152145
[furrr]: https://furrr.futureverse.org
153146
[partykit]: https://cran.r-project.org/package=partykit
154-
[doFuture]: https://doFuture.futureverse.org
155-
[foreach]: https://foreach.futureverse.org
156147
[plyr]: https://cran.r-project.org/package=plyr
148+
[progressr]: https://progressr.futureverse.org
149+
[purrr]: https://cran.r-project.org/package=purrr
157150
[supported progressr handlers]: https://progressr.futureverse.org/articles/progressr-11-handlers.html

0 commit comments

Comments
 (0)