James J Balamuta

Results 79 comments of James J Balamuta

@stuvet I tried out the development version of `batchtools` with the proposed change. However, when I/O is lagged on a distributed system like so: ![screenshot of cluster load](https://user-images.githubusercontent.com/833642/135797846-12bb1fec-9f03-4783-91b4-7bc656d8d4fe.png) The job...

llvm mirror on github w/ Format: https://github.com/llvm-mirror/clang/tree/master/lib/Format https://github.com/llvm-mirror/clang/blob/master/include/clang/Format/Format.h Might be easiest to link to a system installation vs. including sources in the package.

How about also handling boolean logic? ```r X[X[, 1] >=2, ] ``` ```cpp arma::mat y = X.rows(find(X.col(0) >= 2)); ```

I think this should be good to go onto CRAN once the following are addressed: 1. #32 / #68 2. #64 3. #67 In addition, maybe trim the `README.md` file...

@dirkschumacher how about a loop structure instead? I think `fun` here should have decent coverage under the pre-mapping of _R_ functions and the lambda conversion introduced to handle anonymous functions.

I love the idea. I might try to add in the magnifying glass from font-awesome.

Hi @mine-cetinkaya-rundel. Great to hear! The package's main goal was to provide structure so that undergrad students felt confident to search errors that came up in their code and save...

#### RE: `officehour` After a quick discussion with @daviddalpiaz in coatless/errorist#2 and your comments here, I think it might make sense to spin up a third package called `officehour` that...

RE: `officehour` Agreed. Earlier today, @daviddalpiaz and I chatted briefly about an idea to provide diagnostics messages for the _R_ environment when an `officehour` package would be loaded. The idea...