Skip to content

Releases: weecology/portalcasting

portalcasting v0.35.0

07 Apr 20:40
0ddfa6c
Compare
Choose a tag to compare

Updating model controls

  • time
  • response with type and link

Developing evaluate

  • evaluate_casts and evaluate_cast currently just placeholders

portalcasting v0.34.0

07 Apr 19:06
e25aee8
Compare
Choose a tag to compare

Removing tmp sub

  • No longer used, internal R code (e.g., tempdir) provides needed functionality
  • Also removing clear_tmp and cleanup arg in settings

portalcasting v0.33.0

07 Apr 18:16
947765c
Compare
Choose a tag to compare

setup_production defaults to verbose = TRUE

  • Facilitates fuller log

portalcasting v0.32.0

06 Apr 05:27
f06f490
Compare
Choose a tag to compare

Relocation of prefab controls

  • Moved from source code scripts to .yaml files in inst/extdata
  • read_ and write_ functions for both rodent and model controls lists

Updating / rectifying terminology

  • "data_set" -> "dataset"

portalcasting v0.31.0

02 Apr 03:40
883e313
Compare
Choose a tag to compare

tidying documentation
fixing test bug

portalcasting v0.30.0

02 Apr 01:46
393b7be
Compare
Choose a tag to compare

Settings list

  • setup_dir now takes a settings argument that is a list of the arguments
  • directory_settings function now quickly and cleanly collapses the settings that go into setup_dir

Generalized functionality for models and rodent data sets

  • Control lists are now structured for use with do.call

Codebase formatting [work in progress]

  • No longer concerned about the 80 char line limit
  • Long argument lists, etc. are now formatted for quick top-to-bottom reading, via alignment on the ( and =

Removal of superfluous _path functions

  • Use of base R functions is sufficient

arg_checks removed

  • Internalized auto-checking relieves user of need to dictate checking

Temporary removal of "adding a model and data" vignette

  • Need to update with new API
  • Also need to add alt-text to all images

portalcasting v0.29.0

30 Mar 16:42
d864b35
Compare
Choose a tag to compare

Patch bline bug

  • Argument needed to be removed still

portalcasting v0.28.0

29 Mar 05:02
4807f59
Compare
Choose a tag to compare

messageq

  • Function redesigned to align with message directly argument for argument with the addition of the quiet argument.
  • Now allows for multiple message arguments via ... that become pasted together

Removal of specialized message functions

  • Minimize unnecessary functions

portalcasting v0.27.0

29 Mar 03:25
9a25f8f
Compare
Choose a tag to compare

Simplified directory creation function pipeline

  • Now just create_dir

v0.26.0

02 Mar 21:38
313e5ca
Compare
Choose a tag to compare

jags_logistic model added

  • invoked as jags_logistic like jags_RW, applied to DM controls dataset.
  • Building upon the jags_RW model, jags_logistic expands upon the "process model" underlying the Poisson observations.
  • There are four process parameters: mu (the density of the species at the beginning of the time series) and tau (the precision (inverse variance) of the random walk, which is Gaussian on the log scale) for the starting value and r (growth rate) and K (carrying capacity) of the dynamic population. The observation model has no additional parameters.