Skip to content

Commit

Permalink
Fixed the examples for download kirby data github.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Aug 28, 2018
1 parent be8e3c4 commit c58deb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ VignetteBuilder: knitr
BugReports: https://github.com/muschellij2/robex/issues
URL: https://www.nitrc.org/projects/robex
SystemRequirements: git, cmake
RoxygenNote: 6.0.1.9000
RoxygenNote: 6.1.0
2 changes: 1 addition & 1 deletion R/robex.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' if (requireNamespace("kirby21.t1")) {
#' infile = kirby21.t1::get_t1_filenames(id = "113", visit = 1)
#' if (is.null(infile)) {
#' kirby21.t1::download_t1_data()
#' try({kirby21.t1::download_t1_data()})
#' }
#' infile = kirby21.t1::get_t1_filenames(id = "113", visit = 1)
#' if (!is.null(infile)) {
Expand Down
3 changes: 2 additions & 1 deletion man/robex.Rd

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

0 comments on commit c58deb8

Please sign in to comment.