Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 1, 2019
1 parent aa754f6 commit 311dfd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/pirouette.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
#' )
#'
#' errors <- NA
#' if (is_on_ci() && is_beast2_installed()) {
#' if (rappdirs::app_dir()$os != "win" &&
#' is_on_ci() && is_beast2_installed()
#' ) {
#' errors <- pir_run(
#' phylogeny = phylogeny,
#' pir_params = pir_params
Expand Down
4 changes: 3 additions & 1 deletion man/pirouette.Rd

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

2 comments on commit 311dfd0

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/create_all_experiments.R:99:3: warning: no visible global function definition for ‘check_experiments’

​  check_experiments(all_experiments)
  ^~~~~~~~~~~~~~~~~

R/est_evidences.R:56:30: warning: no visible global function definition for ‘to_evidence_filename’

evidence_fasta_filename <- to_evidence_filename(fasta_filename)
                             ^~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/create_all_experiments.R:99:3: warning: no visible global function definition for ‘check_experiments’

​  check_experiments(all_experiments)
  ^~~~~~~~~~~~~~~~~

R/est_evidences.R:56:30: warning: no visible global function definition for ‘to_evidence_filename’

evidence_fasta_filename <- to_evidence_filename(fasta_filename)
                             ^~~~~~~~~~~~~~~~~~~~

Please sign in to comment.