Luke Smith

Results 9 comments of Luke Smith

* [R-hub CRAN check](https://r-hub.github.io/rhub/reference/check_for_cran.html) * [CRAN checklist](https://cran.r-project.org/web/packages/submission_checklist.html)

It should be a matter of logic in ‘guess_operator()’ and then writing an ‘alignAssignZeallot()’ function for the addin.

Thanks. I’ll use this as a starting off point for getting the package CRAN-ready.

I don't use rhs assign enough to justify implementing this feature. Though, I wonder how the alignment rules would work for rhs assignment and what issues, if any, would arise...

I have not been able to duplicate this issue myself. The only remedies I can think of right now are to make sure your installation of the `rstudioapi` package is...

In many cases, there is actually less typing involved for the actual function vs the alias function (`[` vs `extract`; `[[` vs `extract2`; and the equality comparison operators). I think...

@msteijaert I resolved a file path error by setting `mode = "wb"` in `download.file()`. Thank you, for the function. OS: Windows 7 R: 3.4.4

Have you seen the [RANN](https://cran.r-project.org/web/packages/RANN/index.html) package? I don't know too much about it but I know [nngeo](https://cran.r-project.org/web/packages/nngeo/index.html) uses RANN to implement nearest-neighbors.

From D3 https://observablehq.com/@d3/line-with-missing-data ![image](https://user-images.githubusercontent.com/16291809/75097788-5347c080-5574-11ea-873b-40e7f53b031f.png)