<div dir="ltr"><div><div><div><div>I have installed the ndnSIM as explained in the link below. <br><br><a href="https://github.com/cawka/ndnSIM-nom-rapid-car2car/blob/master/README.md">https://github.com/cawka/ndnSIM-nom-rapid-car2car/blob/master/README.md</a><br>
<br></div>I could compile all the code and was able to run the scenario -- ./run.py -s figure-4-data-propagation-vs-distance<br><br></div>However this ended up with the following error... <br><br><div style="margin-left:40px">
./build/car-relay --run=1 --distance=155<br>./build/car-relay --run=2 --distance=155<br>./build/car-relay --run=3 --distance=155<br>./build/car-relay --run=4 --distance=155<br>./build/car-relay --run=5 --distance=155<br>./build/car-relay --run=6 --distance=155<br>
./build/car-relay --run=7 --distance=155<br>./build/car-relay --run=8 --distance=155<br>./build/car-relay --run=9 --distance=155<br>./build/car-relay --run=10 --distance=155<br>Error in library(doBy) : there is no package called ‘doBy’<br>
Calls: suppressMessages -> withCallingHandlers -> library<br>Execution halted<br></div><br></div>I have installed the 'R' with version - 3.0.2-1ubuntu1 on Ubuntu 14.04 as follows.<br></div><div><br>sudo apt-get install r-base<br>
sudo R<br>install.packages ('proto')<br>install.packages ('ggplot2')<br>install.packages ('doBy')<br><br></div><div>Is this issue with the version of the R or something else? <br><br></div><div>/anil.<br>
<br></div></div>