From f94818372a410add2256ca270ebb27cc2c19f596 Mon Sep 17 00:00:00 2001 From: nperez Date: Thu, 26 Nov 2020 13:09:08 +0100 Subject: [PATCH] Move faq 22to section 2 --- inst/doc/faq.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/inst/doc/faq.md b/inst/doc/faq.md index 329fea3..24e7acb 100644 --- a/inst/doc/faq.md +++ b/inst/doc/faq.md @@ -25,7 +25,6 @@ This document intends to be the first reference for any doubts that you may have 19. [Get metadata when the first file does not exist](#19-get-metadata-when-the-first-file-does-not-exist) 20. [Use 'metadata_dims' to retrieve variable metadata](#20-use-metadata_dims-to-retrieve-variable-metadata) 21. [Retrieve the complete data when the dimension length varies among files](#21-retrieve-the-complete-data-when-the-dimension-length-varies-among-files) - 22. [Start() fails retrieving data](#22-start-fails-retrieving-data) 2. **Something goes wrong...** @@ -35,6 +34,7 @@ This document intends to be the first reference for any doubts that you may have 4. [My jobs work well in workstation and fatnodes but not on Power9 (or vice versa)](#4-my-jobs-work-well-in-workstation-and-fatnodes-but-not-on-power9-or-vice-versa) 5. [Errors related to wrong file formatting](#5-errors-related-to-wrong-file-formatting) 6. [Errors using a new cluster (setting Nord3)](#6-errors-using-a-new-cluster-setting-nord3) + 7. [Start() fails retrieving data](#7-start-fails-retrieving-data) ## 1. How to @@ -825,20 +825,6 @@ adopt the provided ones and use the first valid file to decide the rest of dimen By this means, the efficiency can be similar to `largest_dims_length = FALSE`. -### 22. Start() fails retrieving data - -If you get the following error message: - -``` -Exploring files... This will take a variable amount of time depending -* on the issued request and the performance of the file server... -Error in R_nc4_open: No such file or directory -Error in file_var_reader(NULL, file_object, NULL, var_to_read, synonims) : - Either 'file_path' or 'file_object' must be provided. -``` - -check if your path contains the label $var$ in the path. If not, try to added it as part of the path or the file name. Where $var$ is the variable to retrieve from files. - # Something goes wrong... ### 1. No space left on device @@ -969,4 +955,16 @@ cannot read workspace version 3 written by R 3.6.2; need R 3.5.0 or newer change the R version used in your workstation to one newer. +### 7. Start() fails retrieving data + +If you get the following error message: +``` +Exploring files... This will take a variable amount of time depending +* on the issued request and the performance of the file server... +Error in R_nc4_open: No such file or directory +Error in file_var_reader(NULL, file_object, NULL, var_to_read, synonims) : + Either 'file_path' or 'file_object' must be provided. +``` + +check if your path contains the label $var$ in the path. If not, try to added it as part of the path or the file name. Where $var$ is the variable to retrieve from files. -- GitLab