From f8f11107dcf81bf5536b9290a829bfa2f9026adb Mon Sep 17 00:00:00 2001 From: Henrik Bengtsson Date: Sat, 11 Jan 2025 16:19:41 -0800 Subject: [PATCH] Package has move to the 'futureverse' GitHub organization --- .github/.travis.yml | 67 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- DESCRIPTION | 2 +- README.md | 2 +- pkgdown/_pkgdown.yml | 2 +- pkgdown/_pkgdown.yml.rsp | 2 +- tests/future_lapply,globals.R | 2 +- vignettes/future.apply-1-overview.md.rsp | 2 +- 10 files changed, 9 insertions(+), 76 deletions(-) delete mode 100644 .github/.travis.yml diff --git a/.github/.travis.yml b/.github/.travis.yml deleted file mode 100644 index d7be4b3..0000000 --- a/.github/.travis.yml +++ /dev/null @@ -1,67 +0,0 @@ -#---------------------------------------------------------------- -# Travis-CI configuration for R packages -# -# REFERENCES: -# * Travis CI: https://docs.travis-ci.com/user/languages/r -# * covr: https://github.com/jimhester/covr -# -# YAML validated using http://www.yamllint.com/ -#---------------------------------------------------------------- -language: r -cache: packages -warnings_are_errors: false -r_check_args: --as-cran -latex: false - -jobs: - include: - - os: linux - r: oldrel - - os: linux - r: release - - os: linux - r: release - env: - - R_FUTURE_FORK_ENABLE=false - - os: linux - r: release - env: - - R_FUTURE_PLAN=multisession - - os: linux - r: release - r_github_packages: - - HenrikBengtsson/future@develop - env: - - R_FUTURE_GLOBALS_ONREFERENCE=warning - - R_FUTURE_RNG_ONMISUSE=error - - os: linux - r: devel - env: - - R_KEEP_PKG_SOURCE=yes - - _R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_=true - - _R_S3_METHOD_LOOKUP_USE_TOPENV_AS_DEFENV_=true - - _R_CHECK_CONNECTIONS_LEFT_OPEN_=true - - _R_CHECK_LENGTH_1_CONDITION_=true - - _R_CHECK_LENGTH_1_LOGIC2_=true - - _R_CLASS_MATRIX_ARRAY_=true -# - os: osx -# r: oldrel -# - os: osx -# r: release - - os: linux - r: release - r_packages: - - covr - script: - - R CMD build --no-build-vignettes --no-manual . - - Rscript -e 'covr::codecov(quiet=FALSE)' - env: NB='w/ covr' ## Just a label - -before_install: - - Rscript -e 'c(physical = parallel::detectCores(logical = FALSE), logical = parallel::detectCores())' - - export _R_CHECK_TIMINGS_=0 - -notifications: - email: - on_success: change - on_failure: change diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dde0fb6..20649a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ labels: '' assignees: '' --- -(Please use for Q&A) +(Please use for Q&A) **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index db92180..069f09a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bb86260..72a81d4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,7 +6,7 @@ labels: '' assignees: '' --- -(Please use for Q&A) +(Please use 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 ... diff --git a/DESCRIPTION b/DESCRIPTION index ad61b2b..f197cd6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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), diff --git a/README.md b/README.md index d00b536..c44fce2 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Bioconductor's parallel mappers:
bpvec() -All future backends via doFuture (because it supports foreach) or via BiocParallel.FutureParam (direct BiocParallelParam support; prototype) +All future backends via doFuture (because it supports foreach) or via BiocParallel.FutureParam (direct BiocParallelParam support; prototype) diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index ffd6b63..9d8b569 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -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: diff --git a/pkgdown/_pkgdown.yml.rsp b/pkgdown/_pkgdown.yml.rsp index fe85ef5..001043a 100644 --- a/pkgdown/_pkgdown.yml.rsp +++ b/pkgdown/_pkgdown.yml.rsp @@ -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: diff --git a/tests/future_lapply,globals.R b/tests/future_lapply,globals.R index 33657e2..5e642e7 100644 --- a/tests/future_lapply,globals.R +++ b/tests/future_lapply,globals.R @@ -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)) diff --git a/vignettes/future.apply-1-overview.md.rsp b/vignettes/future.apply-1-overview.md.rsp index 65944ba..c7e6f77 100644 --- a/vignettes/future.apply-1-overview.md.rsp +++ b/vignettes/future.apply-1-overview.md.rsp @@ -128,7 +128,7 @@ Bioconductor's parallel mappers:
bpvec() -All future backends via doFuture (because it supports foreach) or via BiocParallel.FutureParam (direct BiocParallelParam support; prototype) +All future backends via doFuture (because it supports foreach) or via BiocParallel.FutureParam (direct BiocParallelParam support; prototype)