euba / BacArena

agent based modelling
GNU General Public License v3.0
26 stars 11 forks source link

HeatMapFeeding is missing #91

Closed maringos closed 7 years ago

maringos commented 7 years ago

Dear All,

I have installed the latest version of BacArena, but I cannot find the function HeatMapFeeding.

>install_github(repo = "euba/BacArena")
Skipping install of 'BacArena' from a github remote, the SHA1 (a907513d) has not changed since last install.
  Use `force = TRUE` to force installation
>HeatMapFeeding()
Error in HeatMapFeeding() : could not find function "HeatMapFeeding"
euba commented 7 years ago

Hi,

The function is there. You just need to call the library after installing the package:

install_github(repo = "euba/BacArena")
library(BacArena)
HeatMapFeeding
maringos commented 7 years ago

Well something went wrong the other day. Now it works fine. Maybe my BacArena was somehow corrupted.Many thanks indeed.