Alex Chubaty

Results 28 comments of Alex Chubaty

@tonytonov Vectorizing the code is a good start but Andrie's points above still hold. For me, I would want unused dependencies to also be removed. PRs welcome!

- `addLocalPackage` (#23) needs documentation/examples. - I have a version of a document (and script) that provides instructions for setting up http miniCRAN server using nginx, but I haven't updated...

we are using `write_packages` as a wrapper for `tools::write_PACKAGES` to create the PACKAGES files. To work around this (within `write_packages`) using the approach suggested above, we would need to add...

@andrie we should add this to an example/vignette. I'll add it to my to do list, but I don't know when I'll get to it.

@pat-s just to followup: `bionic` doesn't work for travis. it will still use `xenial`: > Without going into too much detail, I will say that there is currently no Bionic...

While I can get jobs to run using `bionic`, they fail when trying to install R: ``` curl: (22) The requested URL returned error: 403 The command "eval curl -fLo...

It's official: RandomFields is no longer maintained. > Dear Users of RandomFields(Utils), > > it is a de facto decision of CRAN that CRAN does not support any further updates...

> could we just pull the specific source code we actually need from RandomFields and include it directly into NLMR? I don't think that will be very straightforward (and certainly...

> I updated the installation section in the README.md, do people do know how to install NLMR until we solved the issue. @bitbacchus need to also install an archived version...

digging into this further, it looks like `RandomFieldsUtils` is also a dependency of `spatstat.random`: ```r ── Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ───────── Error: The package 'RandomFieldsUtils' is required...