Skip to content

Commit

Permalink
log the package version to be installed
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87548 00db46b3-68df-0310-9c12-caf00c1e9a41
smeyer committed Jan 9, 2025

Verified

This commit was signed with the committer’s verified signature.
trim21 Trim21
1 parent 0804121 commit c18e5d6
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -215,7 +215,7 @@
\subsection{PACKAGE INSTALLATION}{
\itemize{
\item .
\item Source installs now report the package version in the log.
}
}
5 changes: 5 additions & 0 deletions src/library/tools/R/install.R
Original file line number Diff line number Diff line change
@@ -1019,6 +1019,11 @@ if(FALSE) {

stars <- "**"

starsmsg(stars,
sprintf("this is package %s version %s",
sQuote(desc["Package"]),
sQuote(desc["Version"])))

res <- checkMD5sums(pkg_name, getwd())
if(!is.na(res) && res) {
starsmsg(stars,

0 comments on commit c18e5d6

Please sign in to comment.