-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using diagonal_arrangement function #2
Comments
Hi ThiagoOliveira, Thank you for your time dedicated to testing FielDHub. I ran the same example, and it works well. I wonder if you generated the synthetic data before running the example. Just like in the documentation example,
then, the example runs well,
[1] 725
$checks $RepChecks $percentChecks $Fillers $seed Please, let me know if you can run it. Thanks |
I tested it again using the Linux terminal, and the same problem has happened, as you can see in my log file. Some other problems arise from other examples, but I am still verifying what is happening. Could you, please, use the function devtools::check() to check your package dependencies and function, and leave here the logfile? (or R CMD check --as-cran package_name) |
Actually, FielDHub passed all tests and ran the examples in win 10 and centos 7 using R Version 4.0. But let me check it in Linux and R 3.6 version. I am going to check the function |
Ok. If the package is working using R version 4.0, I suggest you include |
Thanks for the suggestions. I will do the changes about dependencies. |
I fixed some bugs of FielDHub at R Version 3.6. Now, all examples are running well and the R CRAN check is successful. Please, let me know anything that you need from me. Thank you! |
I confirm all bugs were fixed. Thanks! |
Dear authors,
I have been testing all examples provided in the package. However, this particular example using the function
diagonal_arrangement()
has reported an issue due to thegetData()
function. The issue starts in line 169 of functiondiagonal_arrangement()
regardinggetData()
function output, which returns that it produces NAs by coercion. However, when I checked the dataset generated bygetData()
, no NA was introduced by coercion. Perhaps, some minor changes in thegetData()
function will correct this issue.Please test the example below:
The text was updated successfully, but these errors were encountered: