-
Notifications
You must be signed in to change notification settings - Fork 4
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
Usability Fixes #10
Comments
Thank you for the valuable comments. It seems there was some confusion caused by the
Please note that
As explained, the
Good catch! Writing out intermediate data to
Package checking errors have been addressed. Thank you! |
I installed the package from scratch following the instructions in the documentation. I am not very familiar with the renv package beforehand, so this could also be a user error. However, when I follow the instructions for using renv here I am not able to get the packages needed to run the application. Can you please check if following these steps gives you the expected outcome? I can make a new issue about this, but first I would like to clarify how it should work. |
@HenriKajasilta Thank you! I believe |
Yes @realxinzhao , I have the same error as mentioned earlier on issue 8, that is why I wanted to proceed with
|
@HenriKajasilta Thank you, and apologies for the inconvenience. I think the issue came from either |
@realxinzhao Thank you for taking a look. It seems that the problem still remains for me. I started with the Nevertheless, if I continue with |
Thank you so much! @HenriKajasilta And after updating packages, I did see the error... which indeed because your packages (likely I'm running a |
Dear @HenriKajasilta We have now fixed the bug which seems to be environment related ( |
Hi @realxinzhao Thank you for taking care of the issues. Everything seems to work as expected now. |
Followed the code junks in the process flow and visualisation sections: in both, the bottleneck seemed to be the
load_from_cache()
function, which produced an error. If I understand correctly, the primary problem is with thedriver_drake()
function, as it produced the error mentioned in this #8 issue. Sincedriver_drake()
is not working as expected, there is also problem what is stored in cache. Calling adriver()
function seems to work and downloads a bunch of different files, but doesn't seem to produce a data trace.I would prefer examples in functions. Especially since the driver() function has many options, it would be beneficial to have an option set, that is easy and fast to run, so that the user gets a better illustration of what data has been processed.
Changing the output directory to where the csv files are written (as mentioned here, will produce some of the outputs in the specified location, but will also produce the same files under the
./output
. I assume this is not intended.There are packages, which are not mentioned in DESCRIPTIONS. They may not be necessary for the package to work in some parts, but when working for example with the visualizations more packages were necessary to install. Take care that at least
devtools::check()
will not produce any errors and warnings.The text was updated successfully, but these errors were encountered: