bholtdwyer
bholtdwyer
Here's what happens when I try to run menotexport: First, I have to manually install pdfminer.six and bs4 Then, when I run it: `(menotexport) Cu-Chulainn:Menotexport-master holtdwyer$ python menotexport.py -pmnrz ~/Documents/mendeley_backups/backupSlot4/[email protected]@www.mendeley.com.sqlite...
Hi! I'm trying to plot some data from a Haven labelled dataset using ggplot2. I'm grouping by "sex", a labelled int column. However, I get the following: ```r ggplot() +...
Hi! I've been trying to run code similar to the following example: ``` sysuse citytemp.dta, clear reghdfe heatdd tempjuly, absorb(division, savefe) avplot tempjuly ``` However, when I try to run...
Just a quick note: I found that if you mistakenly input an invalid date (like September 31), landsat_search just prints "Error: 400" a bunch of times. As a suggestion, it...
I open R (4.0.4) on Mac (10.15.7) and run "library(updateR)" and "updateR()". I then see the following after entering my password: ``` Updated ~/.Rprofile Password:trying URL 'http://cran.rstudio.com/bin/macosx/base/R-4.1.0.pkg' Content type 'application/octet-stream'...
I try to run UpdateR, `updateR()` and get the following output in Rstudio: > Enter password for holtdwyer: [censored] Updated ~/.Rprofile Password:Installing R-4.0.4...please wait Password:Package "R-4.0.4.pkg": Status: signed by a...
### What is the bug or the crash? There's no Vector menu in QGIS 3.22.5 on MacOS 10.15.7. I've tried re-installing the program twice, but the menu continues to just...
On Mac, the command ``` pip3 install -U layoutparser[ocr] ``` doesn't work (returns "zsh: no matches found: layoutparser[ocr]"), you need to do ``` pip3 install -U "layoutparser[ocr]" ```
# Before submitting the bug report Verify that you are using the latest versions of reghdfe and ftools (`which reghdfe`). Note that the latest version is usually on Github and...
When you apply "expand" to data that has been grouped, a somewhat confusing error message suggests incorrectly that the variable being expanded on does not exist. A more helpful error...