Dan Hicks
Dan Hicks
Since no one had any suggestions here, I've been writing my own. Currently it's available here:
I'm not really an expert on the topic. But I'm the closest thing my organization has at the moment to a "data science ethicist," so I've been paying some attention...
Sorry, what do you mean by "use Advanced"? I don't see an "Advanced" menu under settings.
It looks like the URLs are constructed inconsistently across different functions. In `get_submission()` the URL is constructed as ``` url
`file.path()` is platform-specific — it's intended to be used for constructing paths for the local OS. The function `make_canvas_url()` constructs Unix-style paths that are what you want for URLs.
@daranzolin Depends on whether I use this for a big course in the fall. Right now I'm just trying to efficiently pull down grades and comments on papers to prepare...
I created `~/.R/Makevars`, and added the line SHLIB_LIBADD=-Wl,-rpath,/usr/local/bin/openssl with the path for openssl. But I'm still receiving the same error.
Sorry, would those be the same as the openssl paths? `which libssl` doesn't turn up any matches.
The snapshot file *does* distinguish NYC and NYS. NYS is `NA` for both city and county; NYC is `NA` for county and has `city == 'New York City'`.
I've switched to a different data source. Based on a quick check, it seems like the NYC rows now have `city` set to `'New York City'`. So this issue seems...