gesistsa / rang

🐶 (Re)constructing R computational environments
https://gesistsa.github.io/rang/
GNU General Public License v3.0
79 stars 3 forks source link

resolve is not deterministic #152

Closed chainsawriot closed 1 year ago

chainsawriot commented 1 year ago
Rscript -e "rang::resolve('rtoot', '2023-01-01')"

Running this multiple time (this has nothing to do with cache) gives different results.

149 #150

Running this sometimes gives errors

pkgsearch::cran_package_history("rtoot")
Error: parse error: premature EOF

                     (right here) ------^
chainsawriot commented 1 year ago

r-hub/pkgsearch#117

chainsawriot commented 1 year ago

91f1b9f should at least make this less problematic.