The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The Certara.DarwinReporter
package provides a Shiny
application, in addition to various plotting and data summary functions
for analyzing results of a pyDarwin
automated model search.
install.packages("Certara.DarwinReporter",
repos = c("https://certara.jfrog.io/artifactory/certara-cran-release-public/",
"https://cloud.r-project.org"), method = "libcurl")
library(Certara.DarwinReporter)
<- darwin_data(project_dir = "./darwin_search_01") |>
ddb import_key_models("./darwin_search_01/key_models")
darwinReportUI(ddb)
In order to render reports to pdf
, the
rmarkdown
package requires a LaTeX
distribution available on the system. You can easily install this in R
using the command below:
install.packages('tinytex')
::install_tinytex() tinytex
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.