Results 83 comments of Deemah

I just want to link a few things here. - A discussion on SO related to various ways [to put comment in the markdown](https://stackoverflow.com/questions/4823468/comments-in-markdown). - Archived unimplemented [issue] (ropensci/unconf17#86) in...

Current system of caching the default useragent might be a little bit problematic as well. I see why you would want to cache (potentially expensive) sourcing of version numbers, but...

Google API is definitely well developed and relatively clean. I am working on some bizzare wrappers, where consistency is not the most remarkable feature. Having sad that, we definitely need...

My argument, then, is that there's no such thing as "beginner programmer in R". There's only "beginner analyst in R". It is very rare instance when for-loops need to be...

R is evolving so fast that I no longer want to stand by `base::apply()`. It should be `purrr::map()` all the way. We tried teaching it in SWC Oslo and it...

I believe this is {robotstxt} issue. @petermeissner can you please look into it?

I am closing the issue, as the feature has been merged to the main repo. Feel free to open another one if you notice some other strange behavior.

May I suggest that `excel_ranges()` return a tibble with **name**, **scope**(named ranges can be local or workbook-scoped) and **reference**(in $A$1 format). There are a few issues I noticed while digging...

Just want to mention here that I really admire how slick the visual is. Really wish we could do it in other domains and with another type of data. Thank...