-
Notifications
You must be signed in to change notification settings - Fork 0
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
Handle multiple files analyses in IFCshiny #2
Comments
Apology for the late test, but not functional for me:
et IFCshiny 0.1.3
IFCshiny::runIFCshinyApp() Thanks |
Hi @HXB2AG, Sorry for that. Could you please try with the recent updates: # remove former versions
try(remove.packages("IFC"))
try(remove.packages("IFCip"))
try(remove.packages("IFCshiny"))
# then in a fresh session
remotes::install_github(repo = "gitdemont/IFC", ref = "master", dependencies = FALSE, force = TRUE)
remotes::install_github(repo = "gitdemont/IFCip", ref = "master", dependencies = FALSE, force = TRUE)
remotes::install_github(repo = "gitdemont/IFCshiny", ref = "batch", dependencies = FALSE, force = TRUE)
# then once packages installed
IFCshiny::runIFCshinyApp() |
I have now a new problem, precisely with plot_rasterization ? : Avis dans if (.libPaths() %in% dirname(dirname(dirname(.rundir)))) .passphrase = "" : With |
This is quite weird. try(remove.packages("IFC"))
try(remove.packages("IFCshiny"))
# then in a fresh session
remotes::install_github(repo = "gitdemont/IFC", ref = "master", dependencies = FALSE, force = TRUE)
remotes::install_github(repo = "gitdemont/IFCshiny", ref = "batch", dependencies = FALSE, force = TRUE) This should allow you to run IFCshiny::runIFCshinyApp() If it is not working could you tell me what are the results of utils::packageVersion("IFC")
# expected: ‘0.1.2.103’
utils::packageVersion("IFCshiny")
# expected: ‘0.1.2.103’
try(invisible(getFromNamespace("plot_raster", "IFC")))
# expected: no error should be thrown |
Batch branch has now been merged with master |
IFCshiny
(v <= 0.1.3) can be used to treat one file at a time.The idea is to allow user to perform thier analyses on multiple files.
Tasks to accomplish are:
Others ?
In dev branch for this can be installed by:
-installing new dependencies (in addition to the one in
IFCshiny
readme:-installing IFCshiny with multiple files capability:
The text was updated successfully, but these errors were encountered: