v1.1.0
Release Notes
-
package_info()
now has adependencies
argument, to filter the type
of dependent packages in the output (#22). -
session_info()
andpackage_info()
now show the library search path,
and also which library each package was loaded from. They also warn
if the on-disk version of the package has a different path than the
loaded version (#9, #20). -
package_info()
'sondiskversion
entry is now correct. -
session_info()
andpackage_info()
now verify the MD5 hashes of DLL
files on Windows, and warns for micmatches, as these are usually
broken packages (#12, #16). -
We use now the cli package, instead of clisymbols, and this fixes
printing bugs in LaTeX documents (#14). -
session_info()
andplatform_info()
now include theLC_CTYPE
locale category (@patperry, #11) -
session_info()
andpackage_info()
now print source of the CRAN
packages in uppercase, always, even if they were installed by devtools. -
session_info()
andplatform_info()
now handle the case when
utils::sessionInfo()$running
isNULL
(@HenrikBengtsson, #7). -
session_info()
andpackage_info()
now only list loaded versions
for namespaces which are already loaded. This only makes a difference
if thepkgs
argument is given (#4). -
Do not consult the
max.print
option, for platform and package info
(@jennybc, #13).