Skip to content

Commit

Permalink
disable another test requiring internet access on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed May 25, 2021
1 parent 17d9c63 commit d50cdd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/gifti_writer.R
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,11 @@ gifti_xml_write <- function(filepath, xmltree, options=c('as_xml', 'format')) {
#' @references \url{https://www.nitrc.org/frs/download.php/2871/GIFTI_Surface_Format.pdf}
#'
#' @examples
#' \dontrun{
#' outfile = tempfile(fileext = '.gii');
#' dataarrays = list(rep(3.1, 3L), matrix(seq(6), nrow=2L));
#' gifti_writer(outfile, dataarrays, datatype=c('NIFTI_TYPE_FLOAT32', 'NIFTI_TYPE_INT32'));
#' }
#'
#' @export
gifti_writer <- function(filepath, ...) {
Expand Down
2 changes: 2 additions & 0 deletions man/gifti_writer.Rd

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

0 comments on commit d50cdd3

Please sign in to comment.