Skip to content

Commit

Permalink
Package has move to the 'futureverse' GitHub organization
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 12, 2025
1 parent 57e7857 commit f8f1110
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 76 deletions.
67 changes: 0 additions & 67 deletions .github/.travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: ''
assignees: ''

---
(Please use <https://github.com/HenrikBengtsson/future/discussions> for Q&A)
(Please use <https://github.com/futureverse/future/discussions> for Q&A)

**Describe the bug**
A clear and concise description of what the bug is.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lank_issues_enabled: true
contact_links:
- name: Support & Discussions
url: https://github.com/HenrikBengtsson/future/discussions/
url: https://github.com/futureverse/future/discussions/
about: Got a question? Something is not working? Want to share an idea?
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: ''
assignees: ''

---
(Please use <https://github.com/HenrikBengtsson/future/discussions> for Q&A)
(Please use <https://github.com/futureverse/future/discussions> for Q&A)

**Wish or feature request**
A clear and concise description of what the problem is. For example, I would like to be able to ...
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: future.apply
Version: 1.11.3-9000
Version: 1.11.3-9001
Title: Apply Function to Elements in Parallel using Futures
Depends:
R (>= 3.2.0),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Bioconductor's parallel mappers:<br>
<code>bpvec()</code>
</td>
<td>
All <strong>future</strong> backends via <a href="https://cran.r-project.org/package=doFuture"><strong>doFuture</strong></a> (because it supports <strong>foreach</strong>) or via <a href="https://github.com/HenrikBengtsson/BiocParallel.FutureParam"><strong>BiocParallel.FutureParam</strong></a> (direct BiocParallelParam support; prototype)
All <strong>future</strong> backends via <a href="https://cran.r-project.org/package=doFuture"><strong>doFuture</strong></a> (because it supports <strong>foreach</strong>) or via <a href="https://github.com/futureverse/BiocParallel.FutureParam"><strong>BiocParallel.FutureParam</strong></a> (direct BiocParallelParam support; prototype)
</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ home:
- text: The Futureverse Project
href: https://www.futureverse.org/
- text: Futureverse User Forum
href: https://github.com/HenrikBengtsson/future/discussions
href: https://github.com/futureverse/future/discussions

navbar:
structure:
Expand Down
2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ home:
- text: The Futureverse Project
href: https://www.futureverse.org/
- text: Futureverse User Forum
href: https://github.com/HenrikBengtsson/future/discussions
href: https://github.com/futureverse/future/discussions

navbar:
structure:
Expand Down
2 changes: 1 addition & 1 deletion tests/future_lapply,globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ for (strategy in supportedStrategies()) {
stopifnot(identical(z1, z0))

message("- future_lapply(x, ...) - passing '...' as a global ...")
## https://github.com/HenrikBengtsson/future/issues/417
## https://github.com/futureverse/future/issues/417
fcn0 <- function(...) { lapply(1, FUN = function(x) list(...)) }
z0 <- fcn0(a = 1)
str(list(z0 = z0))
Expand Down
2 changes: 1 addition & 1 deletion vignettes/future.apply-1-overview.md.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Bioconductor's parallel mappers:<br>
<code>bpvec()</code>
</td>
<td>
All <strong>future</strong> backends via <a href="https://cran.r-project.org/package=doFuture"><strong>doFuture</strong></a> (because it supports <strong>foreach</strong>) or via <a href="https://github.com/HenrikBengtsson/BiocParallel.FutureParam"><strong>BiocParallel.FutureParam</strong></a> (direct BiocParallelParam support; prototype)
All <strong>future</strong> backends via <a href="https://cran.r-project.org/package=doFuture"><strong>doFuture</strong></a> (because it supports <strong>foreach</strong>) or via <a href="https://github.com/futureverse/BiocParallel.FutureParam"><strong>BiocParallel.FutureParam</strong></a> (direct BiocParallelParam support; prototype)
</td>
</tr>

Expand Down

0 comments on commit f8f1110

Please sign in to comment.