Package sessioninfo. June 21, 2017

Similar documents
Package spark. July 21, 2017

Package rcmdcheck. R topics documented: November 10, 2018

Package filelock. R topics documented: February 7, 2018

Package remotes. December 21, 2017

Package zip. R topics documented: March 11, Title Cross-Platform 'zip' Compression Version 2.0.1

Package sankey. R topics documented: October 22, 2017

Package knitrprogressbar

Package cli. November 5, 2017

Package available. November 17, 2017

Package desc. May 1, 2018

Package rhub. November 1, 2017

Package goodpractice

Package fastdummies. January 8, 2018

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package datasets.load

Package pkgbuild. October 16, 2018

Package BiocManager. November 13, 2018

Package crossword.r. January 19, 2018

Package messaging. May 27, 2018

Package pkgload. July 8, 2018

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

Package validara. October 19, 2017

Package styler. December 11, Title Non-Invasive Pretty Printing of R Code Version 1.0.0

Package regexselect. R topics documented: September 22, Version Date Title Regular Expressions in 'shiny' Select Lists

Package ECctmc. May 1, 2018

Package gtrendsr. August 4, 2018

Package repec. August 31, 2018

Package callr. August 29, 2016

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package clipr. June 23, 2018

Package gtrendsr. October 19, 2017

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption

Package kirby21.base

Package RPostgres. April 6, 2018

Package memoise. April 21, 2017

Package wrswor. R topics documented: February 2, Type Package

Package SEMrushR. November 3, 2018

Package canvasxpress

Package spelling. December 18, 2017

Package tiler. June 9, 2018

Package deductive. June 2, 2017

Package qualmap. R topics documented: September 12, Type Package

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package cli. March 19, 2019

Package shinytest. May 7, 2018

Package tidyselect. October 11, 2018

Package tidyimpute. March 5, 2018

Package covr. October 18, 2018

Package io. January 15, 2018

Package purrrlyr. R topics documented: May 13, Title Tools at the Intersection of 'purrr' and 'dplyr' Version 0.0.2

Package librarian. R topics documented:

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package tibble. August 22, 2017

Package githubinstall

Package readxl. April 18, 2017

Package docxtools. July 6, 2018

Package editdata. October 7, 2017

Package aws.transcribe

Package mdftracks. February 6, 2017

Package jstree. October 24, 2017

Package sfc. August 29, 2016

Package WordR. September 7, 2017

Package benchmarkme. R topics documented: February 26, Type Package Title Crowd Sourced System Benchmarks Version 0.2.

Package shinyhelper. June 21, 2018

Package slickr. March 6, 2018

Package svglite. September 11, 2017

Package raker. October 10, 2017

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package dbx. July 5, 2018

Package sfdct. August 29, 2017

Package strat. November 23, 2016

R topics documented: 2 checkpoint-package

Package tm.plugin.lexisnexis

Package vesselr. R topics documented: April 3, Type Package

Package ecoseries. R topics documented: September 27, 2017

Package autocogs. September 22, Title Automatic Cognostic Summaries Version 0.1.1

Package farver. November 20, 2018

Package barcoder. October 26, 2018

Package opencage. January 16, 2018

Package calpassapi. August 25, 2018

Package texpreview. August 15, 2018

Package TVsMiss. April 5, 2018

Package semver. January 6, 2017

Package shiny.router

Package SFtools. June 28, 2017

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava'

Package snakecase. R topics documented: March 25, Version Date Title Convert Strings into any Case

Package condusco. November 8, 2017

Package robotstxt. November 12, 2017

Package bisect. April 16, 2018

Package wdman. January 23, 2017

Package datapasta. January 24, 2018

Package projector. February 27, 2018

Package wikitaxa. December 21, 2017

Package crayon. September 16, 2017

Package data.world. April 5, 2018

Package rbraries. April 18, 2018

Package darksky. September 20, 2017

Transcription:

Title R Session Information Version 1.0.0 Package sessioninfo June 21, 2017 Author Gábor Csárdi, R core, Hadley Wickham, Winston Chang, Robert M Flight, Kirill Müller Maintainer Gábor Csárdi <csardi.gabor@gmail.com> Query 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. License GPL-2 LazyData true URL https://github.com/r-lib/sessioninfo#readme BugReports https://github.com/r-lib/sessioninfo/issues RoxygenNote 6.0.1.9000 Suggests covr, mockery, testthat Imports clisymbols, tools, utils, withr Encoding UTF-8 NeedsCompilation no Repository CRAN Date/Publication 2017-06-21 15:26:18 UTC R topics documented: os_name........................................... 2 package_info........................................ 2 platform_info........................................ 3 session_info......................................... 4 Index 5 1

2 package_info os_name Human readable name of the current operating system For example Windows 8.1 instead of Windows version 6.3.9600. On macos it includes the code names, on Linux it includes the distribution names and codenames if appropriate. os_name() Details It uses [utils::sesssioninfo()], but simplifies its output a bit on Windows, to make it more concise. A character scalar. package_info Information about the currently loaded packages, or about a chosen set Information about the currently loaded packages, or about a chosen set package_info(pkgs = NULL, include_base = FALSE) Arguments pkgs include_base Either a vector of package names or NULL. If NULL, displays all loaded packages. If a character vector, also, includes all dependencies of the package. Include base packages in summary? By default this is false since base packages should always match the R version.

platform_info 3 A data frame with columns: * package : package name. * loadedversion : package version. This is the version of the loaded namespace if pkgs is NULL, and it is the version of the package on disk otherwise. The two of them are almost always the same, though. * ondiskversion : package version (on the disk, which is sometimes not the same as the loaded version). * path : path to the package on disk. * attached : logical, whether the package is attached to the search path. * is_base : logical, whether the package is a base package. * date : the date the package was installed or built. * source : where the package was installed from. E.g. CRAN, GitHub, local (from the local machine), etc. See [session_info()] for the description of the *printed* columns by package_info (as opposed to the *returned* columns). package_info() package_info("sessioninfo") platform_info Information about the current platform Information about the current platform platform_info() A list with elements: * version : the R version string. * os : the OS name in human readable format, see [osname()]. * system : CPU, and machine readable OS name, separated by a comma. * ui : the user interface, e.g. Rgui, RTerm, etc. see GUI in [base::.platform]. * language : The current language setting. The LANGUAGE environment variable, if set, or (EN) if unset. * collate : Collation rule, from the current locale. * tz : The current time zone. * date : The current date. See Also Similar functions and objects in the base packages: [base::r.version.string], [utils::sessioninfo()], [base::version], [base::.platform], [base::sys.getlocale()], [base::sys.timezone()]. platform_info()

4 session_info session_info Print session information This is [base::sessioninfo()] re-written from scratch to both exclude data that s rarely useful (e.g., the full collate string or base packages loaded) and include stuff you d like to know (e.g., where a package was installed from). session_info(pkgs = NULL, include_base = FALSE) Arguments pkgs include_base Either a vector of package names or NULL. If NULL, displays all loaded packages. If a character vector, also, includes all dependencies of the package. Include base packages in summary? By default this is false since base packages should always match the R version. Details Columns in the *printed* package list: * package : package name * * : whether the package is attached to the search path * version : package version. If the version is marked with (!) that means that the loaded and the on-disk version of the package are different. * date : when the package was built, if this information is available. This is the Date/Publication or the Built field from DESCRIPTION. (These are usually added automatically by R.) Sometimes this data is not available, then it is NA. * source : where the package was built or installed from, if available. : CRAN (R 3.3.2), Github (r-lib/pkgbuild@8aab60b), Bioconductor, local. See [package_info()] for the list of columns in the data frame that is *returned* (as opposed to *printed*). session_info() session_info("sessioninfo")

Index os_name, 2 package_info, 2 platform_info, 3 session_info, 4 5