chartgerink

Results 65 comments of chartgerink

Thanks @arfon and @danielskatz for your feedback! 🙏 Maybe add three items to the checklist in total, two for data and one as suggested by @danielskatz? 1. Data sharing: If...

I've been playing around and tested it both your way and the one below. It doesn't work even when `dat-storage` is eliminated, so it seems to originate from `hyperdrive` and...

Just stumbled upon this while doing some API queries of my own, and wanted to say thanks! I was getting a bit frustrated with the nested API calls to get...

Oh great. I need to get back to [this](https://github.com/chartgerink/osfr) project this week anyway so I'll try it out with your code and share my experiences. 😅

@sckott The OSF API requires a lot of nested requests, it seems to me (although [embedded requests](https://github.com/osfclient/osfclient/issues/36) seem to be available to reduce this). With the OSF API I get...

```R test_that('chi2 extraction', { expect_error(statcheck('ρ(44) = .349, p = .017')) }) ``` Would need to ignore this for CRAN (`skip_on_cran`) given that the rho is a non-alphanumeric character.

It seems like [Dat](https://github.com/datproject/dat) uses [Dat-node](https://github.com/datproject/dat-node) as its fundamentals, so it could be worthwhile to check that out and work with that at some point for improved efficiency and resolve...

Thanks for the suggestion. Will definitely check it out. And thank you so much for the PR, I love that you're contributing! :heart_eyes:

@all-contributors please add @chartgerink for maintenance, code design

@all-contributors please add @hrbrmstr for code