NEWS.md
data(transplant)
to data("transplant", package = "survival")
README
links.view_in_excel()
function to view/open a data frame in excel in the middle of a pipe chain without disturbing the execution of the chain itself. (#49)tidy_summary
explicitly stated that the output is supposed to be used as input to pander
(#50).pkg_utils
; ggpubr to pkg_docs
; ggeffects, and dlnm to pkg_stat
; tarchetypes, and checkmate, removing fs (included in tarchetypes), from pkg_devel
. (#47, #48)$
extraction in [[
.digits = 3
option to tidy_sumamry()
.tidy_summary()
(#38).adjust_p()
when tidy_summary()
is called without prtest = TRUE
option.paired_test_categorical()
that happen when only one value is zero from one group to another (#24).summary_interact()
after stop of support from broom to summary.rms
objects (#27).paired_test_categorical()
to work properly when (possibly unnamed) matrices are provided to it instead of tables (#22, #23).as_tibble
, that prevent to variables names used in summary()
to be showed when passed to tidy_summary()
(#17).use_ui
now use its own R/utils-depigner.R
template which incorporate the roxygen2 comments to update the NAMESPACE
by depigner. Currently this is used to activate the usethis’ User Interface functions only (fixes #18).use_ui
that prevents it to work correctly (#18).installed.packages()
using find.package()
to speed up the evaluation considerably, especially when thousand of packages are installed into the system. In the README
’s example is still used installed.packages()
because that example have to know all the names of the installed packages.\dontrun{}
with \donttest{}
in the examples which can “run” but should not be tested. Telegram’s related examples and the use_ui()
one still report \dontrun{}
because they require special environments (Telegram configuration and package-like project) to be executed without errors (#16)if (interactive())
only, the gdp()
examples.imported_from()
function to get the list of imported packages by a package.pkg_*
sets, changed check_pkg()
to install_pkg_set()
, exported please_install()
README
including a table of contents, some badges, and reordering the sectionsfs
to Imports{Formula}
, which Hmisc
depends on (require for checks).README
.use_ui()
from unexported functions of usethis package.DESCRIPTION
purging some unused imports dependencies, and rewriting pkg title and description accordingly to the new corresponding entries in the README
tidy_summary()
, and refactor it tidy_summary.summary.formula.reverse()
method.README
.README
including examples for all the exported functions.Htypes()
, Htype()
and complementary functions and relative. tests, to get/check when a variable is considered categorical or continuous by the Hmisc ecosystem.rlang::.data
to remove notes on CMD check for tidyeval missing variables.ci2p()
(issue #6).use_ui()
to add what is necessary to use the usethis’ user interfaces in a package.tick()
as a wrapper to update a progress bar.pb_len()
as a wrapper to progress::progress_bar()
for a quick and ready to use progress bar with default options.adjust_p()
function to adjust the P-values from a tidy_summary
summary using methods provided by p.adjust()
.errors_to_telegram()
function to automatically parrot all the error messages to a chat from a Telegram bot.start_bot_for_chat()
function, send_to_telegram()
generics with methods for string and ggplot plots, and not exported functionalities as a wrappers to the main functions of the telegram.bot package.paired_test_categorical()
function to implement paired test for categorical variable accordingly to the number of groups, in a suitable way to be used in the Hmisc summary()
with method = "reverse"
.paired_test_continuous()
function to implement paired test for continuous variable accordingly to the number of groups, in a suitable way to be used in the Hmisc summary()
with method = "reverse"
.summary_interact()
.tibble
s.tidy_summary()
generics function and method for Hmisc summary()
with method = "reverse"
.summary_interact()
function.gdp()
function.