Skip to content

Commit

Permalink
document hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Dec 11, 2017
1 parent 172880c commit 81f120f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Renamed column "memory" in the status table to "mem.used" to avoid name clashes with the resource specification.
* Exported function `assertRegistry()`.
* Registries now contain a unique hash which is updated each time the registry is altered.
Can be utilized to invalidate caches, e.g. the cache of knitr.

# batchtools 0.9.7

Expand Down
1 change: 1 addition & 0 deletions R/Registry.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
#' \item{\code{status} [data.table]:}{Table holding information about the computational status. Also see \code{\link{getJobStatus}}.}
#' \item{\code{resources} [data.table]:}{Table holding information about the computational resources used for the job. Also see \code{\link{getJobResources}}.}
#' \item{\code{tags} [data.table]:}{Table holding information about tags. See \link{Tags}.}
#' \item{\code{hash} [character(1)]:}{Unique hash which changes each time the registry gets saved to the file system. Can be utilized to invalidate the cache of \pkg{knitr}.}
#' }
#' @aliases Registry
#' @family Registry
Expand Down
1 change: 1 addition & 0 deletions man/makeRegistry.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81f120f

Please sign in to comment.