symengine.R icon indicating copy to clipboard operation
symengine.R copied to clipboard

A R interface to the symbolic manipulation library SymEngine.

Results 20 symengine.R issues
Sort by recently updated
recently updated
newest added

Dear All, I'm trying to install symengine for our R-Server on Ubuntu 20.04 LTS, but I get the error message: CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find MPFR (missing:...

Why is the license for the R bindings of symengine GPL? Ideally it should be under the same license as symengine itself

We can use SymPy to provide missing functionalities in SymEngine. ```R s4basic_as_py

See https://community.rstudio.com/t/deployment-fails-with-missing-cmake/92668/3

I tried out the new github runner and have the following when loading `symengine` on mac: ``` *** caught illegal operation *** address 0x106a04ed5, cause 'illegal opcode' Traceback: 1: dyn.load(file,...

@mattfidler Derivative on `atan2` is working on my side. Do you have a code snippet? _Originally posted by @Marlin-Na in https://github.com/symengine/symengine.R/issues/96#issuecomment-646412606_ ``` r library(symengine) #> SymEngine Version: 0.4.1 #> _____...

I would've put this one on StackOverflow but this package seems pretty new so I thought asking you guys would be the best. I'm trying to solve a function that...

A msys2-based build system is used starting R 4.0. This brings hope that we can compile from source on Windows without downloading any binaries.

Hello, Is there an equivalent of the factor function provided by in sympy package (i.e. the opposition of the expand function? https://www.geeksforgeeks.org/python-sympy-factor-method/ ? If not, is there plan to implement...