Skip to content

Commit a5a3248

Browse files
The 'future' package has been moved to the GitHub 'futureverse' organization
1 parent 568e39a commit a5a3248

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future
2-
Version: 1.34.0-9002
2+
Version: 1.34.0-9003
33
Title: Unified Parallel and Distributed Processing in R for Everyone
44
Imports:
55
digest,

README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_This is a translation of [README.md](https://github.com/futureverse/future/blob/develop/README.md) as of [2023-06-17](https://github.com/futureverse/future/blob/2a675abff2e3a729e6108d40710d0dcb22cc705b/README.md) done by [hoxo_m](https://github.com/hoxo-m)._
22

33
<div id="badges"><!-- pkgdown markup -->
4-
<a href="https://CRAN.R-project.org/web/checks/check_results_future.html"><img border="0" src="https://www.r-pkg.org/badges/version/future" alt="CRAN check status"/></a> <a href="https://github.com/futureverse/future/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/futureverse/future/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://github.com/futureverse/future/actions?query=workflow%3Arevdepcheck-top"><img border="0" src="https://github.com/futureverse/future/actions/workflows/revdepcheck-top.yaml/badge.svg?branch=develop" alt="Top reverse-dependency checks status"/></a> <a href="https://github.com/futureverse/future/actions?query=workflow%3Afuture_tests"><img border="0" src="https://github.com/futureverse/future/actions/workflows/future_tests.yaml/badge.svg?branch=develop" alt="future.tests checks status"/></a> <a href="https://app.codecov.io/gh/HenrikBengtsson/future"><img border="0" src="https://codecov.io/gh/futureverse/future/branch/develop/graph/badge.svg" alt="Coverage Status"/></a>
4+
<a href="https://CRAN.R-project.org/web/checks/check_results_future.html"><img border="0" src="https://www.r-pkg.org/badges/version/future" alt="CRAN check status"/></a> <a href="https://github.com/futureverse/future/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/futureverse/future/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://github.com/futureverse/future/actions?query=workflow%3Arevdepcheck-top"><img border="0" src="https://github.com/futureverse/future/actions/workflows/revdepcheck-top.yaml/badge.svg?branch=develop" alt="Top reverse-dependency checks status"/></a> <a href="https://github.com/futureverse/future/actions?query=workflow%3Afuture_tests"><img border="0" src="https://github.com/futureverse/future/actions/workflows/future_tests.yaml/badge.svg?branch=develop" alt="future.tests checks status"/></a> <a href="https://app.codecov.io/gh/futureverse/future"><img border="0" src="https://codecov.io/gh/futureverse/future/branch/develop/graph/badge.svg" alt="Coverage Status"/></a>
55
</div>
66

77
# future: Rにおける統一的な並列分散処理 <img border="0" src="man/figures/logo.png" alt="The 'future' hexlogo" align="right" />

tests/dotdotdot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ for (cores in 1:availCores) {
5858
y
5959
}
6060

61-
## Issue: https://github.com/HenrikBengtsson/globals/issues/72
61+
## Issue: https://github.com/futureverse/globals/issues/72
6262
sum_fcns$F <- function(x, y) {
6363
message("Using '...' in a formula")
6464

vignettes/future-6-future-api-backend-specification.md.rsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A supplement to the specification herein is the 'Test Suite for Future API Backe
3232

3333
## Feedback
3434

35-
If you find that something in this document to be missing, unclear, or faulty, please report your feedback using the official issue tracker for the 'future' package at <https://github.com/futureverse/future>. If you have feedback that is specific to the test suite, please use the official issue tracker for the 'future.tests' package at <https://github.com/HenrikBengtsson/future.tests>
35+
If you find that something in this document to be missing, unclear, or faulty, please report your feedback using the official issue tracker for the 'future' package at <https://github.com/futureverse/future>. If you have feedback that is specific to the test suite, please use the official issue tracker for the 'future.tests' package at <https://github.com/futureverse/future.tests>
3636

3737

3838

0 commit comments

Comments
 (0)