gama-platform / gama

Main repository for developing the 2024+ versions of GAMA
https://gama-platform.org
GNU General Public License v3.0
11 stars 4 forks source link

Add support for R files: rds #191

Open lesquoyb opened 1 month ago

lesquoyb commented 1 month ago

Is your request related to a problem? Please describe. There is a lot of demand for interaction between R and GAMA, one easy thing we could do to smooth those interactions would be to support the R format for data serialization, rds. I'm sure reading and writing that format has already been implement in many java libraries so we could easily add operators to serialize matrices or list of agents into rds files and conversely.