Path to this page:
./
devel/R-sessioninfo,
R session information
Branch: CURRENT,
Version: 1.2.3,
Package name: R-sessioninfo-1.2.3,
Maintainer: pkgsrc-usersQuery and print information about the current R session. It is similar
to 'utils::sessionInfo()', but includes more information about
packages, and where they were installed from.
Required to run:[
math/R] [
devel/R-cli] [
devel/R-withr]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2025-02-08) Updated to version: R-sessioninfo-1.2.3
- (2022-04-30) Updated to version: R-sessioninfo-1.2.2
- (2019-08-09) Package added to pkgsrc.se, version R-sessioninfo-1.1.1 (created)
CVS history: (Expand)
2025-02-08 08:45:46 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-sessioninfo) Updated 1.2.2 to 1.2.3
(pkgsrc)
correction of TEST_DEPENDS+= lines location (pkglint did not warn)
(upstream)
# sessioninfo 1.2.3
* `session_info()` no longer produces an error when `info` has length > 1
(@nash-delcamp-slp, #96).
* Update pkgdown url to sessioninfo.r-lib.org.
* `session_diff()` now accepts the URL to a GitHub Actions log as the
source for `new` and/or `old` (@jennybc, #68).
* `session_info()` output now includes an explanation for symbol
highlighting packages attached to the search path (@IndrajeetPatil).
* `session_info()` and `platform_info()` now print the host name if the
`sessioninfo.include_hostname` global option is set to `TRUE`
(@certara-jcraig, #99).
* sessioninfo now does not leave behind detritus in the temporary
directory.
|
2022-04-30 10:40:06 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-sessioninfo) Updated 1.1.1 to 1.2.2
# 1.2.2
* This version does not add an emoji hash to the output.
* The `source` column of the output data frame of `package_info()` (also
part of `session_info()`), now contains the full SHA for packages installed
from GitHub, instead of only the first seven characters. This makes it
easier to use the SHA programmatically. Note that this does not affect
formatting and printing, which still use the abbreviated SHA.
(@muschellij2, #61).
* RStudio Package Manager (RSPM) and other repository sources are
now shown in the `source` column, if they set the `Repository`
field in `DESCRIPTION`.
# 1.2.1
* `package_info()` and `session_info()` now do not fail if the version
number of an installed package is invalid.
* Better aliases for the list of attached, loaded and installed packages
in `package_inf()` and `session_info()`.
# 1.2.0
* New function `external_info()`, information about external software.
It can be also requested with the new `info` argument of
`session_info()` (@llrs).
* New function `python_info()`, information about Python configuration.
It is automatically included in `session_info()` if the reticulate
package is loaded and Python is available. You can also request it
manually via the new `info` argument of `session_info()` (#33).
* The output of `session_info()` now has an emoji hash, consisting of
three emojis. This allows quick comparison of two session infos (#26).
* All `*_info()` functions use ANSI colors on systems that support them.
In particular, it highlights unusual package versions and sources,
and possible package problems (#3).
* New `session_diff()` function, to compare two session infos from
various sources (#6).
* `session_info()` has a new argument named `info`, to select which parts
of the session information should be printed.
* `session_info()` now has a `to_file` argument, to write the output to a
file (#30).
* `session_inf()` has a `dependencies` argument now, and passes it to
`package_info()`.
* `package_info()` and `session_info()` can now list the attached or
installed packages, see the `pkgs` argument in the manual for
details (#42).
* `platform_info()` and `session_info()` now include the Windows build
number in the output (#40).
* sessioninfo now never wraps the output if the screen is too narrow (#31).
* All `*_info()` functions have a `format()` S3 method now.
* `platform_info()` and `session_info()` now include the RStudio version if
the R session is in RStudio (#29).
* The `source` column of the package list is now more informative.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|