Skip to content

Commit

Permalink
Use CRAN nanonext 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed May 29, 2023
1 parent ac85148 commit 34800d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Description: In computationally demanding analysis projects,
'clustermq' by Schubert (2019) <doi:10.1093/bioinformatics/btz284>),
and 'batchtools' by Lang, Bischel, and Surmann (2017)
<doi:10.21105/joss.00135>.
Version: 0.2.1.9001
Version: 0.2.1.9002
License: MIT + file LICENSE
URL: https://wlandau.github.io/crew/, https://github.com/wlandau/crew
BugReports: https://github.com/wlandau/crew/issues
Expand All @@ -42,7 +42,7 @@ Depends:
Imports:
getip,
mirai (>= 0.8.4),
nanonext (>= 0.8.3),
nanonext (>= 0.9.0),
processx,
ps,
R6,
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# crew 0.2.1.9001 (development)
# crew 0.2.1.9002 (development)

* Track warnings properly (#81, @brendanf).
* Optimize heavily (#81, #83, @shikokuchuo, @brendanf).
* Use CRAN `nanonext` 0.9.0.

# crew 0.2.1

Expand Down
5 changes: 0 additions & 5 deletions R/utils_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# At that point, update the required versions of those packages.
# nocov start
.onLoad <- function(libname, pkgname) {
package_version_check(
package = "nanonext",
version = "0.8.3.9010",
repo = "https://shikokuchuo.r-universe.dev"
)
package_version_check(
package = "mirai",
version = "0.8.7.9013",
Expand Down

0 comments on commit 34800d9

Please sign in to comment.