Displaying 2 results from an estimated 2 matches for "tempir".
Did you mean:
tempdir
2025 Jan 29
1
Improving messaging on successful binary package installation
...no confirmation that the package
installation was successful. Instead we get a message that download
binary packages are to be found in a temporary directory, making it
seem as if the user has to do something with this? This is confusing.
Perhaps the messaging could be improved by not showing this tempir.
Instead install.packages() could end with a short success summary
like:
Successfully installed packages 'V8', 'Rcpp' in
/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library
Or we could not show any directory at all. But at least the user knows
installation...
2025 Jan 29
1
Improving messaging on successful binary package installation
...do something with this? This is confusing.
You may have forgotten to mention above that the output also says:
package 'V8' successfully unpacked and MD5 sums checked
which means the installation was successful.
Tomas
>
> Perhaps the messaging could be improved by not showing this tempir.
> Instead install.packages() could end with a short success summary
> like:
>
> Successfully installed packages 'V8', 'Rcpp' in
> /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library
>
> Or we could not show any directory at all. But at...