Skip to content

Commit

Permalink
rename function visualreport to visualReport #967
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Jul 18, 2024
1 parent b6a0864 commit 1c79a8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export(g.analyse, g.calibrate,
g.part5_analyseSegment, g.part5_initialise_ts,
g.part5.analyseRest, part6AlignIndividuals,
part6PairwiseAggregation, g.part6, g.report.part6, check_log, g.report.part5_dictionary,
visualreport)
visualReport)


importFrom("grDevices", "colors", "dev.off", "pdf",
Expand Down
2 changes: 1 addition & 1 deletion R/GGIR.R
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ GGIR = function(mode = 1:5, datadir = c(), outputdir = c(),
includenightcrit = params_cleaning[["includenightcrit"]],
verbose = TRUE)
# The new visual report
visualreport(metadatadir = metadatadir,
visualReport(metadatadir = metadatadir,
f0 = f0, f1 = f1,
overwrite = params_general[["overwrite"]],
desiredtz = params_general[["desiredtz"]],
Expand Down
2 changes: 1 addition & 1 deletion R/visualReport.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
visualreport = function(metadatadir = c(),
visualReport = function(metadatadir = c(),
f0 = c(), f1 = c(), overwrite = FALSE,
desiredtz = "",
verbose = TRUE,
Expand Down
6 changes: 3 additions & 3 deletions man/visualreport.Rd → man/visualReport.Rd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\name{visualreport}
\alias{visualreport}
\name{visualReport}
\alias{visualReport}
\title{
Generate visualisation of time series produced by part 5.
}
Expand All @@ -8,7 +8,7 @@
for direct use by user
}
\usage{
visualreport(metadatadir = c(),
visualReport(metadatadir = c(),
f0 = c(), f1 = c(), overwrite = FALSE,
desiredtz = "",
verbose = TRUE,
Expand Down

0 comments on commit 1c79a8a

Please sign in to comment.