I am doing
to update community-contributed packages. In a first run of this, several packages were updated. Subsequently however, when I re-run the command, I am told there are packages that need to be updated, but when it tries to do so, it finds the packages are already up-to-date. Here is the relevant output:
As further info, I get
if I check which colorpalette
What might be the problem, and what would be a way out?
Code:
ado update, update verbose
Code:
ado update, update verbose ... list of packages and their status ... Packages to be updated are [26] palettes -- 'PALETTES': module to provide color palettes, symbol palettes, and line pattern palettes [27] colrspace -- 'COLRSPACE': module providing a class-based color management system in Mata [68] pr0046 -- SJ9-1 pr0046. Row rank and sort a set of variables Installing updates ... [26] palettes ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -> . net set ado PLUS -> . ssc install palettes, replace checking palettes consistency and verifying not already installed... all files already exist and are up to date. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [27] colrspace ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -> . net set ado PLUS -> . ssc install colrspace, replace checking colrspace consistency and verifying not already installed... all files already exist and are up to date. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [68] pr0046 using pr0046_1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -> . net set ado PLUS -> . net install pr0046_1, from(http://www.stata-journal.com/software/sj20-2) replace force nothing to install ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Cleaning up ... Done
Code:
*! version 1.2.7 23may2024 Ben Jann
What might be the problem, and what would be a way out?
Comment