Zhian N. Kamvar

Results 178 issues of Zhian N. Kamvar

I use Nvim-R for all my package development needs, but ~ 3 months ago (maybe longer), I started noticing this error popping up whenever I would load a package: ```r...

Hello, I'm working on a package that would use oxygen documentation for processing and need to include oxygen syntax inside my oxygen documentation like so: ```r #' @examples #' #...

During the June Maintainer meeting, we asked for comments and experiences with the migration to R 4.0 so that we could create guidance for maintainers and instructors. We have drafted...

I have a situation where we need to build a general system for parsing dates and we are running into the situation where something like "example_data_2019-02-19.xlsx" doesn't correctly parse. I've...

bug
parser :carrot:

This is related to #572, but essentially, I've found an issue where parsing a clear `dby` date with the orders `dOmy` and `Omdy` takes `Omdy` precedence unless the leading zero...

bug
parser :carrot:

Whenever I see a new version of viridis, I always wonder what the changes were. A NEWS.md or ChangeLog would be helpful here. Thank you!

My package uses cli to pass the output of a modified call to the user, which often has arguments wrapping to the next line. Version 3.2.0 now throws an error...

bug

I'm not exactly sure if this is fixable, but I've discovered that the function union from igraph errors when passed a list of igraph objects. I think what's happening is...

Given this from the README: > Developed by the ODI as a proof of concept, it has now been replaced by Data Curator (GitHub). I think it would be a...