Releases: rdinnager/slimr
Releases · rdinnager/slimr
slimr 0.4.0
- Updated
slimr
to be fully compatible with SLiM v4.1 updates - Changed
SLIM_HOME
environmental variable toSLIMR_PATH
, which now should be
set with the full path to the SLiM executable, not just the directory containing it - Updated
slim_setup()
function which now provides cross-platform automatic installation using conda via thereticulate
package. Now it should not be necessary for users to manually install SLiM anymore
And for missed 0.3.0 release:
slimr 0.3.0
- Added
slim_auto()
function to automatically insertr_template()
andr_inline()
statement in useful places in aslimr_script
, based on computational graph analysis - Added
as_slimr_code()
function, which is similar toas_slimr_script()
, which converts SLiM code as a character vector into aslimr_script
object, butas_slimr_code()
returns the code necessary to create theslimr_script
instead. this allows copy and pasting the text into the R console or IDE so that it can be subsequently edited and modified. - Added vignette showing how to create a multispecies model in
slimr
, and documented the multispecies feature in the documentation forslim_block()
slimr v0.2.1
Minor patch on last release.
slimr v0.2.0
Package lifecycle is maturing. API is mostly stable and is now in production use by the developers.
slim-windows-executable
fixed slim-simulator package name
v0.1.0
Experimental Release v0.0.0.9001
This is an early release of slimr which is still in an experimental stage. Not ready for production, but ready for testing.