Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1bc856d
Add files for webstie
llrs-roche Feb 20, 2025
c04c9bd
Remove PATS
llrs-roche Feb 20, 2025
18ed893
Add new test
llrs-roche Feb 20, 2025
2f8345c
Update
llrs-roche Feb 20, 2025
bb6835c
Close #27
llrs-roche Feb 20, 2025
d2a47bd
Update links
llrs-roche Feb 21, 2025
ea8d723
Add email for R validation hub
llrs-roche Mar 6, 2025
84d4c96
Improve the looks of the report (#19)
llrs-roche May 27, 2025
bb6ff8a
Fix html format and content (#35)
osenan Jun 9, 2025
df30dbb
Update documentation
llrs-roche Jun 19, 2025
5cec8b3
Add manual trigger to verify it works well
llrs-roche Jun 19, 2025
f8d4781
custom report
Jul 10, 2025
2d62ed6
merge custom report to report
Jul 10, 2025
55fa00c
update example
Jul 10, 2025
37ce5d4
change R version to 4.5.1 to pass the build check
Jul 10, 2025
721dd9c
change R version to 4.5.0 to pass the build check
Jul 10, 2025
6b26d2d
added logo remove to clean up the rendering folder.
Jul 10, 2025
3961796
Update vignettes/articles/Generate-Customized-Report.Rmd
Zhenglei-BCS Jul 10, 2025
2898e81
Fix typo
llrs-roche Jul 17, 2025
99fe0a3
If missing field is attempted return FALSE
llrs-roche Jul 17, 2025
fb19bf0
try the branding.yml approach
Aug 11, 2025
0b56952
Merge branch 'main' into branding
Aug 11, 2025
2c20ddb
copy all includeing logo subfolder
Zhenglei-BCS Aug 11, 2025
504524f
revert back to custom_package_report and original package_report
Aug 11, 2025
42bbffa
there are still warning of missing .js resources for the react tables…
Aug 11, 2025
c4b1d01
Use private function if not available
llrs-roche Sep 18, 2025
9d674ca
Lower R requirements to 4.3
llrs-roche Oct 2, 2025
390e205
Merge pull request #42 from pharmaR/increase_back_compatibility
Zhenglei-BCS Oct 2, 2025
1ce7f8d
added devcontainer configuration for VS Code
Zhenglei-BCS Oct 9, 2025
bf1ac56
modify vignettes/articles/Generate-Customized-Report.Rmd to set the o…
Zhenglei-BCS Oct 9, 2025
1cd97f7
Merge branch 'main' into branding
Zhenglei-BCS Oct 9, 2025
f0add03
Example generation
Zhenglei-BCS Oct 9, 2025
5e5321f
ignore all dev/TMP_tests
Zhenglei-BCS Oct 9, 2025
5547d38
delete the files in dev/TMP_tests from the repository but keep them o…
Zhenglei-BCS Oct 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ inst/source/Library
inst/source/*Rcheck
inst/source/*tar.gz
inst/*.rds
-tests$
^validation_report_*.html$
^\.github$
^_pkgdown\.yml$
^docs$
^pkgdown$
validation_report_*
_pkgdown.yaml
pkgdown
.github
^vignettes/articles$
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"image": "ghcr.io/rocker-org/devcontainer/tidyverse:4.3",
"name": "GitHub-Copilot Workshop",
"postCreateCommand": "sudo cp --force ./.devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
"customizations": {
"codespaces": {
"openFiles": ["README.md"]
},
"vscode": {
"settings": {
"r.rterm.linux": "/usr/local/bin/radian",
"r.bracketedPaste": true,
"r.plot.useHttpgd": true,
"[r]": {
"editor.wordSeparators": "`~!@#%$^&*()-=+[{]}\\|;:'\",<>/?"
},
"editor.wordWrap": "on"
},
"extensions": [
"github.copilot",
"reditorsupport.r"
]
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:

name: R-CMD-check.yaml

Expand Down Expand Up @@ -32,7 +33,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tinytex: true
version: 1.7.13

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.Ruserdata
riskreports.Rproj
inst/doc
vignettes/articles/Generate-Customized-Report_gbbfx.Rmd
inst/assessments
inst/source/Outputs/
inst/source/Library
Expand All @@ -12,3 +13,4 @@ inst/source/*tar.gz
inst/source/
inst/checks/
docs
inst/dev/TMP_tests
19 changes: 11 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
Package: riskreports
Title: Package Validation Reports
Version: 0.0.0.9003
Version: 0.0.0.9006
Authors@R: c(
person("Lluís", "Revilla Sancho", , "lluis.revilla_sancho@roche.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9747-2570")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
person("R Validation Hub", role = "cph", email = "r-val-hub-maintainers@lists.r-consortium.org")
)
Description: Documents package checks for validation in a pharmaceutic
Description: Documents package checks for validation in a pharmaceutic
context.
License: MIT + file LICENSE
URL: https://github.com/pharmaR/riskreports, https://pharmar.github.io/riskreports/
BugReports: https://github.com/pharmaR/riskreports/issues
Depends:
R (>= 4.4.0)
Imports:
R (>= 4.3.0)
Imports:
methods,
quarto (>= 1.4.4)
htmltools,
quarto (>= 1.4.4),
reactable
Suggests:
knitr,
riskmetric (>= 0.2.4),
rmarkdown,
spelling,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
withr (>= 3.0.2)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

export(assessment)
export(check_reporter)
export(custom_package_report)
export(environ_report)
export(is_risk_error)
export(options_report)
export(package_report)
export(summary_table)
importFrom(htmltools,div)
importFrom(methods,is)
importFrom(tools,check_packages_in_dir_details)
importFrom(utils,getFromNamespace)
6 changes: 1 addition & 5 deletions R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ environ_report <- function(show = NULL, exclude = NULL) {
return(NULL)
}


env <- fill_in(environ, keep_names)

# TODO: See note on truncated variables on Windows
env
environ[keep_names]
}

#' Export options
Expand Down
Loading