Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 7 additions & 12 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
^README\.Rmd$
^codecov\.yml$
^val.report\.Rproj$
inst/source/Outputs
inst/checks/*
inst/source/*
inst/source/Library
inst/source/*Rcheck
inst/source/*tar.gz
inst/*.rds
validation_report_*
_pkgdown.yaml
pkgdown
.github
docs
^inst/report/\.git
^inst/report/\.quarto
^_pkgdown.yml$
^_pkgdown.yaml$
^pkgdown
^.github
^\.github$
^docs
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
12 changes: 2 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
.Rproj.user
*.Rproj
*.Rproj.user
.Rhistory
.RData
.Ruserdata
val.report.Rproj
inst/doc
inst/assessments
inst/source/Outputs/
inst/source/Library
inst/source/*Rcheck
inst/source/*tar.gz
inst/source/
inst/checks/
docs
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# to use ssh credentials, run:
# git config url."ssh://git@".insteadOf https://

[submodule "inst/report"]
path = inst/report
url = https://github.com/pharmaR/rvalhub-report-quarto.git
14 changes: 8 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,27 @@ BugReports: https://github.com/pharmaR/val.report/issues
Depends:
R (>= 4.3.0)
Imports:
grDevices,
callr,
knitr,
methods,
htmltools,
quarto (>= 1.4.4),
reactable,
S7,
tools,
utils,
val.meter,
yaml
Suggests:
knitr,
riskmetric (>= 0.2.4),
rmarkdown,
S7,
spelling,
testthat (>= 3.0.0),
withr (>= 3.0.2)
Remotes:
val.meter=github::pharmaR/val.meter
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3
15 changes: 7 additions & 8 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
# Generated by roxygen2: do not edit by hand

export(assessment)
export(check_reporter)
export(environ_report)
export(is_risk_error)
export(knit_print.knitr_log)
export(knitr_logger)
export(knitr_mutable_header)
export(knitr_update_options)
export(options_report)
export(package_report)
export(session)
export(summary_table)
importFrom(S7,convert)
importFrom(callr,r)
importFrom(grDevices,grSoftVersion)
importFrom(htmltools,div)
importFrom(methods,is)
importFrom(quarto,quarto_render)
importFrom(quarto,quarto_version)
importFrom(tools,check_packages_in_dir_details)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,packageName)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(val.meter,metrics)
importFrom(val.meter,pkg)
importFrom(yaml,yaml.load)
74 changes: 0 additions & 74 deletions R/check.R

This file was deleted.

28 changes: 0 additions & 28 deletions R/render_table.R

This file was deleted.

90 changes: 0 additions & 90 deletions R/render_utils.R

This file was deleted.

Loading
Loading