petab_python_setup | R Documentation |
if petab virtualenv not present:
sets up a virtualenv called "petab"
pip installs petab
uses "petab" virtual env
imports and returns petab
petab_python_setup(FLAGreturnpetabSelect = FALSE)
FLAGreturnpetabSelect |
use as pe <- petab_python_setup()
If this function fails, try one of these:
Restart RStudio from your terminal
petab::petab_python_installPackages(TRUE)
Recreate the *.Rproj file of your current project
python module, see reticulate::import()
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other pepy:
pepy_sample_parameter_startpoints()
,
petab_python_installPackages()
pepy <- petab_python_setup() # pepy$lint(pe) peps <- petab_python_setup(FLAGreturnpetabSelect = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.