Skip to content

Commit

Permalink
resolved cran checks issues with roxygen tags and title case. Holding…
Browse files Browse the repository at this point in the history
… values added until NW updates branch to latest version
  • Loading branch information
chrismainey committed Feb 2, 2025
1 parent 54ac13c commit ecbf2e8
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: NHSRwaitinglist
Title: R-package to implement a waiting list management approach
Title: R-Package to Implement a Waiting List Management Approach
Version: 0.0.0.9001
Authors@R: c(
person("Neil", "Walton", ,"neil.walton@durham.ac.uk", c("cre", "aut"), comment = c(ORCID ="0000-0002-5241-9765")),
Expand Down
3 changes: 2 additions & 1 deletion NHSRwaitinglist.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: c6f34204-d9e5-409f-833b-27f86afb2e08

RestoreWorkspace: Default
SaveWorkspace: Default
Expand All @@ -15,6 +16,6 @@ LaTeX: pdfLaTeX
StripTrailingWhitespace: Yes

BuildType: Package
PackageCleanBeforeInstall: No
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace,vignette
10 changes: 7 additions & 3 deletions R/data_OPCS.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
#'
#' @usage data(OPCS4)
#'
#' @format
#' @format Data frame with 9 columns
#' \describe{
#' \item{code_1digit}{The firt digit of the OPCS4 code, or 'chapter'}
#' \item{name_1digit}{The name/group of 'chapter' of the OPCS4 code}
#' \item{...}{Others to do with file is updated}
#' }
#'
#' @keywords datasets
#'
#' @references
#' @keywords datasets
#'
#' @source https://biobank.ndph.ox.ac.uk/ukb/coding.cgi?id=240
#'
Expand Down
10 changes: 6 additions & 4 deletions R/data_demographic.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#'
#' @usage data(demographic_data)
#'
#' @format
#' @format Data frame with 9 columns
#' \describe{
#' \item{hospital_site}{ODS hosptial site code}
#' \item{...}{Others to do with file is updated}
#'}
#'
#' @keywords datasets
#'
#' @references
#'
#'
#' @examples
#' \dontrun{data(demographic_data)}
"demographic_data"
"demographic_data"
2 changes: 1 addition & 1 deletion R/sim_patients.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @export sim_patients
#' @import randomNames
#' @examples
#'
#' sim_patients()



Expand Down
7 changes: 6 additions & 1 deletion man/OPCS4.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion man/demographic_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/sim_patients.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ecbf2e8

Please sign in to comment.