Adam Black
Adam Black
> And who can create a service account for that? @paulnagy I believe.
This conversation might be better framed as a tradeoff between "build yourself" vs "borrow and share", a decision that [Stephen Wali outlined](https://youtu.be/PZMhVnEK3gs?t=5695) in the open source workshop earlier this year....
Awesome @gkovaig! I like your idea of using the namespace file so we can track which functions are being imported. I found some ideas on how to quickly list all...
Law of dependent (software) origination: "All programs arise in dependence upon other programs" 😆
renv is used to reproducibly run R analysis scripts/projects and is not intended to be used as a way to capture R package dependencies. > The renv package is a...
@gkovaig Here are some resources that might be helpful. RUniverse: technical, social, and scientific indicators of the health of open source R packages. https://www.rstudio.com/resources/rstudioglobal-2021/monitoring-health-and-impact-of-open-source-projects/ https://r-universe.dev/ CRAN downloads app https://hadley.shinyapps.io/cran-downloads/ As...
> should we move these notes and discussion into Teams for easier editing, commenting, etc.? My vote would be to keep the progress updates and topic specific discussion in this...
Hi @gkovaig, I think you're correct that the first step is to create a list of all Hades R package dependencies. I think the code example above that uses the...
@gkovaig This package might be helpful for enumerating function use https://brshallo.github.io/funspotr/
> 4\. The signature of the function `Eunomia::getConnectionDetails()` has changed. v1.x supported the following signature: > > ```r > getEunomiaConnectionDetails ``` > > v2.x removes the `databaseFile` parameter when calling...