John Muschelli

Results 93 issues of John Muschelli

row/col Scale functions implement a faster version of scaling than `scale` in R. They have slightly different behavior than scale when `center = FALSE`, which is in the notes.

https://builder.r-hub.io/status/read.cwa_0.2.1.tar.gz-838da0d484404da4a29992ef8bcabcfc#L653 ``` 648#> trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.1/GGIR_2.1-0.zip' 649#> Content type 'application/zip' length 3342257 bytes (3.2 MB) 650#> ================================================== 651#> downloaded 3.2 MB 652#> Error in unzip(zipname, exdir = dest) : 653#>...

I'm trying to auth with a cached token, while on GCE. I have an OAuth token, which I read in and then pass into `token_fetch` (technically @MarkEdmondson1234 `googleAuthR` is inherently...

Topic: Ingest Functions R script may need revision/developer adaptation for some Google APIs. Issue: Some Google APIs are now using a different URL for Discovery documents. For example, [Retail](https://cloud.google.com/retail/docs/reference/rest) lists...

Issue: xzip decompression and compression. I was going to send a PR, but it looks like this was thought of and discarded: https://github.com/HenrikBengtsson/R.utils/blob/develop/R/compressFile.R#L19. I guess the question is whether to...

enhancement
help wanted
feature request

Should help fix #172 with allowing regexes.

Point of this PR: 1. Add `cr_buildtrigger_build`, which alllows us to construct buildtrigger objects. This is crucial when running the same code, but you don't want to replace a buildtrigger...

The goals of this PR are: 1. to not fail if `email` is not set and you're using `pubsubTarget`. 2. Allow you to construct `pubsub_target` from `create_pubsub_target` if not passed...

This is a check in case someone has a set of `buildsteps` and passes in a subset list of them into `pre_steps` or `post_steps`, such as: ```r res = cr_buildstep_bash("echo...

Added `full` argument to be able to merge in the information for each build.