Scott Chamberlain

Results 410 issues of Scott Chamberlain

# Expectation / Proposal We're using the `ShellOperation` class from this library for all of our Prefect tasks. It works great. However, some of our team would like to suppress...

- http://www.guggenheim.org/new-york - http://www.artic.edu/ **DONE** - http://arcade.nyarc.org/search - http://www.getty.edu/art/ - **DONE** - http://www.nga.gov/content/ngaweb.html - **DONE**

https://en.wikipedia.org/wiki/Mutation_testing adding to list of mutation testing pkgs

Right now `write_mutated_pkg` makes completely new R files, and writes the mutated fxns into those files. Maybe copy over R files from original location, and use line number/column position to...

`covr` does not have the ability to produce this mapping. if desired, we'd need to build this ourselves. possibly like ```r test_file = "tests/testthat/test-geo_linestring.R" x = covr::file_coverage("R/geo_linestring.R", test_file) df =...

incremental

python https://cosmic-ray.readthedocs.io/en/latest/index.html# ruby https://github.com/mbj/mutant

https://github.com/r-lib/callr/ tests for examples https://github.com/r-lib/callr/blob/feature/session-improvements/tests/testthat/test-r-session.R ```r library(callr) # start session rs output error process #> "nopipe" "nopipe" "ready" ```

Perhaps https://github.com/dropbox/json11