Hello there,
Let’s say I have developed some packages which I can collect in a vector of UUIDS:
packages = [
"634d3b9d-ee7a-5ddf-bec9-22491ea816e1",
"61744808-ddfa-5f27-97ff-6e42cc95d634",
]
What I’d like to do is get an accurate estimate of just how many users these packages have. I guess the most logical thing is how many times pkg> add
was done on these packages.
For someone in their early career stages, like myself, including such information in a grant application can be paramount. Github stars is something I could measure, but it doesn’t actually say much about how many people use the packages, and only allow for speculations…
So, is there a way to get an accurate answer?