cicdguy
cicdguy
Yeah it's my bad. Need to fix
Ok should be fixed now.
Yes, change your tag/DESCRIPTION to the correct version: https://github.com/pharmaverse/admiral/blob/v1.2.0/DESCRIPTION#L4 v1.2.0 has 1.2.0.9000 in the DESCRIPTION file :)
Hi @gowerc - I no longer work at Genentech/Roche. You might want to ask the new owners of those workflows.
For the Windows R CMD check, correct? Yes it looks like one or more system dependencies are missing on Windows and `pak` is unable to install them. I'd say just...
The `roxygen` and `style` updates can be applied by running: ``` roxygen2::roxygenize('.', roclets = c('rd', 'collate', 'namespace')) styler::style_file() ```
@1mgroot - which version of `roxygen2` are you using? The GH Actions workflow uses 7.3.2: https://github.com/pharmaverse/admiral/actions/runs/14687609862/job/41218356276?pr=2709#step:11:67
Simply run: `install.packages("roxygen2")` That will install the latest version from CRAN which is 7.3.2. And then run the roxygenize command.
@venkatesh588 - looks like the package installation failed. Make sure you're installing dependencies needed for the package prior to running the action.