Kara Woo
Kara Woo
I know there will be a number of metadata nerds in attendance, this one's for you 😀 [CEDAR](https://metadatacenter.org/) provides tools for capturing metadata through templates and forms that can reduce...
## Bug description If no suitable markets are found at line 1993, the function will print the message but then throw a separate error at line 1998: https://github.com/facebookincubator/GeoLift/blob/9722f4f295205c0e5a1c7e434cb5ab972cf23675/R/pre_test_power.R#L1993-L1998 ## Session...
This PR makes a small change to the DESCRIPTION file so that augsynth will be installed automatically, with no need for a separate call to `install_github()`. With `Remotes: ebenmichael/augsynth` in...
I'm adding ExtendedTasks to a module that has testServer tests for some of the reactives. I'm curious if there's any way to test the outputs of an ExtendedTask in testServer?...
tl;dr: rsconnect should require a requirements.txt for reticulated content, and offer some guidance about how to generate it. background: `py_require()` is the recommended way for reticulated projects to declare dependencies....
Creates new S3 classes `connect_user` and `connect_users`. Functions that previously took a user GUID as an argument now can take either the GUID or the `connect_user` object. This is still...