Re: [R] Funky calculations

2022-02-01 Thread Mark Fowler
Sorry, last post I meant not > 1 Sent from Mail for Windows From: Nathan Boeger Sent: Tuesday, February 1, 2022 12:28 PM To: r-help@r-project.org Subject: [R] Funky calculations Hello, I

Re: [R] Help with strange RGui behavior? Will not consistently run source.

2021-11-17 Thread Mark Fowler
Hi, This issue bears some similarity to a problem I�ve been experiencing over the last few days. R 4.0.3, Windows 10, RGui. My ability to adjust window dimensions took a serious slide (cursor on edge or corner, click and tug). Usually only works now if I pause for awhile after the click before

Re: [R] Generate oauth token using HTTR package in R

2021-08-03 Thread Mark Fowler
Hi Lac, The status code means that you were not authorized to access the site, perhaps reflecting some problem with your syntax or your permissions. I note that attempting to simply go to the link to check on it gives status code 405, meaning the typical click on the hypertext is not an

Re: [R] Help with map()

2020-05-14 Thread Mark Fowler
Any chance you forgot to load a library (e.g. maps) for the second round, or maybe changed a loading sequence and overwrote the intended map function? Looks like #2 might be trying to use a purrr-style map function. Sent from Mail for Windows 10