attachment
attachment copied to clipboard
Tools to deal with dependencies in scripts, Rmd and packages
I'd like `set_remotes_to_desc()` to account for source branch when asked ## Problem ```r structure(list(Package = "notionR", Title = "R interfase for Notion API", Version = "0.0.0.9001", Author = "Eduardo Flores",...
The modification introduced enables the function `create_renv_for_dev` to generate a renv.lock file even when executed outside of a package. The purpose is to allow this function to read a directory...
As user, I don't want to have to think if I need `inside_rmd` or not when using `att_from_rmd()`, so that the same function can be presented in help as in...
When I run `attachment::att_amend_desc()` , it now removes the lines corresponding to Bioconductor packages in the Remotes field. Before running it: ``` Remotes: bioc::frma, bioc::gcrma, bioc::genefilter, bioc::limma, github::mycompany/internalpkg ``` After...
## Validation - [ ] att_amend_desc() adds the dependencies of a package only used for its data like in examples: ``` data("example", package = "mypkgperso") example ```
fix issue #101
## Validation - [ ] If I give an example with a package not needed anywhere else, I'd like this package to appear in "Suggests" in DESCRIPTION file ## Tech...
``` ── R CMD check results ────────────────────── golem 0.4.12 ──── Duration: 2m 49s ❯ checking top-level files ... NOTE Non-standard file/directory found at top level: ‘dev’ ```
> attachment::create_renv_for_prod() Loading required namespace: renv ℹ No DESCRIPTION file found ℹ we wil parse qmd files,Rmd files and R scripts from /home/vincent/restore_riskapp . Error in eval(x, envir = envir)...
When using any `att_from_*` function on a script containing double colons, it identifies packages that aren't packages. This subsequently breaks any combination with `att_to_desc_from_is` or similar utility function. Examples with...