From 7ed55a02dd6c1c0eb2aa48e0331d80afc1912e4c Mon Sep 17 00:00:00 2001 From: Karl Broman Date: Mon, 5 Feb 2024 09:37:45 -0600 Subject: [PATCH] update objectsizes.Rd; bump version --- DESCRIPTION | 6 +++--- NEWS.md | 5 +++++ man/objectsizes.Rd | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e49bf80..bc6d654 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: broman -Version: 0.80 -Date: 2022-07-08 +Version: 0.81-1 +Date: 2024-02-05 Title: Karl Broman's R Code Description: Miscellaneous R functions, including functions related to graphics (mostly for base graphics), permutation tests, running @@ -31,5 +31,5 @@ BugReports: https://github.com/kbroman/broman/issues Encoding: UTF-8 ByteCompile: true LazyData: true -RoxygenNote: 7.2.0 +RoxygenNote: 7.3.1 Roxygen: list(markdown=TRUE) diff --git a/NEWS.md b/NEWS.md index 860978f..0604da4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ Revision history for the R/broman package ----------------------------------------- +## Version 0.81-1, 2024-02-05 + +- Small change to documentation for `objectsizes()` (Mb -> MB) + + ## Version 0.80, 2022-07-08 - Include in a C file, for upcoming change to R. diff --git a/man/objectsizes.Rd b/man/objectsizes.Rd index 501a2b4..f121f8f 100644 --- a/man/objectsizes.Rd +++ b/man/objectsizes.Rd @@ -14,7 +14,7 @@ names.} } \value{ A data frame with the only column being the size of each object in -megabytes (Mb). The row names are the names of the objects. +megabytes (MB). The row names are the names of the objects. } \description{ Calculate the sizes of all of the objects in one's workspace.