diff --git a/DESCRIPTION b/DESCRIPTION index 9b957f1..4b0474f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,6 +10,7 @@ Encoding: UTF-8 URL: https://github.com/dfsp-spirit/freesurferformats BugReports: https://github.com/dfsp-spirit/freesurferformats/issues Imports: + utils, pkgfilecache (>= 0.1.1), xml2 Suggests: @@ -20,4 +21,4 @@ Suggests: gifti (>= 0.7.5), cifti (>= 0.4.5) VignetteBuilder: knitr -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.3 diff --git a/NAMESPACE b/NAMESPACE index 498aada..d402e0b 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -162,7 +162,6 @@ importFrom(pkgfilecache,erase_file_cache) importFrom(pkgfilecache,get_filepath) importFrom(pkgfilecache,get_pkg_info) importFrom(pkgfilecache,list_available) -importFrom(rmarkdown,pandoc_available) importFrom(stats,dist) importFrom(stats,na.omit) importFrom(utils,read.table)