Skip to content

Commit

Permalink
Fixing warning after cran submission
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Jun 27, 2023
1 parent c8130f5 commit 812027d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: pbapply
Type: Package
Title: Adding Progress Bar to '*apply' Functions
Version: 1.7-1
Date: 2023-06-26
Version: 1.7-2
Date: 2023-06-27
Authors@R:
c(person(given = "Peter",
family = "Solymos",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.7-2, June 27, 2023

* Documented `.pb_env` environment to address WARNING after CRAN submission.

# Version 1.7-1, June 26, 2023

* Future backend not working on Windows (#63), implemented fix similar to PR #64.
Expand Down
2 changes: 2 additions & 0 deletions man/pbapply.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
\alias{pbvapply}
\alias{pbby}
\alias{pbMap}
\alias{.pb_env}
\title{
Adding Progress Bar to '*apply' Functions
}
Expand All @@ -29,6 +30,7 @@ pbsapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE, cl = NULL)
pbvapply(X, FUN, FUN.VALUE, ..., USE.NAMES = TRUE, cl = NULL)
pbreplicate(n, expr, simplify = "array", cl = NULL)

.pb_env
pbmapply(FUN, ..., MoreArgs = NULL, SIMPLIFY = TRUE, USE.NAMES = TRUE)
pb.mapply(FUN, dots, MoreArgs)
pbMap(f, ...)
Expand Down

0 comments on commit 812027d

Please sign in to comment.