gRAN
gRAN copied to clipboard
Repository-based tools for reproducibilty at the system-wide installation and individual analysis levels for R
@gmbecker Currently the staging/ directory is wiped when the builds complete (migrateToFinalRepo()) so those products are not available for troubleshooting. We'd like to instead cleanse staging/ in makeRepo() when the...
In the commit https://github.com/gmbecker/gRAN/commit/5eee55e0fe6a824a71095ca11a43a7a9c5f559d1 the function .to_gran_url was added which adds the code: `stopifnot(grepl(dest_base(repo), path, fixed = TRUE))` In buildBadge, if (is.na(status) || status == "NA"), log/path = "" so...
First of: kudos for trying to ensure reproducibility! Forgive me if I might have overlooked it, but I think you forgot to document some prerequisites that must be met in...
The package vignette fails in windows, in the step `makeSingleGRANRepo()`. I traced the first problem to `normalizePath2()`, where the code makes some assumptions about path names that don't seem to...
In the function `GRANonGRAN()` the following lines fail: ``` res = file.copy(system.file("GRAN", package="GRANBase"), normalizePath2(repobase(repo)), recursive=TRUE, overwrite=TRUE) if(any(!res)) stop("copy failed") ``` The reason is that the file "GRAN" doesn't seem to...