Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
welcome_installer_5 [2020/12/04 00:13]
admin
welcome_installer_5 [2020/12/04 03:01]
admin
Line 3: Line 3:
 Congratulations! You have successfully installed [[what_is_new_5|Dinamica EGO 5]]! Congratulations! You have successfully installed [[what_is_new_5|Dinamica EGO 5]]!
  
-(See the changelog specific for [[what_is_new_5_2_1|version 5.2.1]] and [[what_is_new_5_2_1|version 5.2.1]])+(See the changelog specific for [[what_is_new_5_2_0|version 5.2.0]] and [[what_is_new_5_2_1|version 5.2.1]])
  
 <note important>​Model execution might fail, if you are upgrading from a previous version of Dinamica EGO with the //​Enhancement Plugin// [allowing the use of R as part of a Dinamica EGO model] installed and there are R packages that were downloaded by Dinamica itself. <note important>​Model execution might fail, if you are upgrading from a previous version of Dinamica EGO with the //​Enhancement Plugin// [allowing the use of R as part of a Dinamica EGO model] installed and there are R packages that were downloaded by Dinamica itself.
Line 41: Line 41:
    * Improved integration with R: It is now possible to install packages even if R is being provided by the Enhancement Plugin. Just replace the typical import statement '​library (NAME)'​ with '​dinamicaPackage("​NAME"​)'​ when importing packages from your scripts. By doing so, packages will be automatically downloaded and installed, if necessary. An option in the Tools->​Options dialog defines the mirror repository from where R packages are downloaded by Dinamica EGO.     * Improved integration with R: It is now possible to install packages even if R is being provided by the Enhancement Plugin. Just replace the typical import statement '​library (NAME)'​ with '​dinamicaPackage("​NAME"​)'​ when importing packages from your scripts. By doing so, packages will be automatically downloaded and installed, if necessary. An option in the Tools->​Options dialog defines the mirror repository from where R packages are downloaded by Dinamica EGO. 
  
-   * Integration with Python: Python can now be used to create functors, via [[calculate_python_expression_pt]] as part of the models. It is now possible to install packages by using '​dinamica.package("​NAME"​)'​ when importing packages. Similarly how it works for R, Python packages will be automatically downloaded and installed from the PIP repository, if necessary. Packages can also be installed from custom locations. And unlike R, the Python interpreter is deployed with Dinamica EGO, so it is possible to use Python to create functors out of the box.+   * Integration with Python: Python can now be used to create functors, via [[Calculate Python Expression]] as part of the models. It is now possible to install packages by using '​dinamica.package("​NAME"​)'​ when importing packages. Similarly how it works for R, Python packages will be automatically downloaded and installed from the PIP repository, if necessary. Packages can also be installed from custom locations. And unlike R, the Python interpreter is deployed with Dinamica EGO, so it is possible to use Python to create functors out of the box.
  
 {{:​screens:​python1.png?​link&​400|}} {{:​screens:​python1.png?​link&​400|}}