<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div style="word-wrap:break-word">Hello,
<div><br>
</div>
<div>I’ve successfully installed ReddyProc package in R. The script run fluently the dummy dataset provided (“Example_DETha98.txt"). However, I am on trouble when I try to run my own dataset (please find it attached). If I run the code in such a way that….</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>#+++ Simple example code for using the sEddyProc reference class +++</div>
<div>  </div>
<div>  if( TRUE ) { #Do not always execute example code (e.g. on package installation)</div>
<div>    </div>
<div>    #+++ Load data with one header and one unit row from (tab-delimited) text file</div>
<div>    Dir.s <- paste(system.file(package='REddyProc'), 'examples', sep='/')</div>
<div>    #Dir.s <- setwd("/Users/elb/Downloads/REddyProc/inst/examples")</div>
<div>    EddyData.F <- fLoadTXTIntoDataframe(‘<font color="#e32400">EC_2010.txt</font>', Dir.s)</div>
<div>    #+++ If not provided, calculate VPD from Tair and rH</div>
<div>    EddyData.F <- cbind(EddyData.F,VPD=fCalcVPDfromRHandTair(EddyData.F$rH, EddyData.F$Tair)) ….</div>
<div>    </div>
</div>
<div><br>
</div>
<div>I got an error message:</div>
<div><br>
</div>
<div>
<div><font color="#e32400">Error in fSetFile(FileName.s, Dir.s, T, "fLoadTXTIntoDataframe") : </font></div>
<div><font color="#e32400">  fLoadTXTIntoDataframe:::fSetFile::: File does not exist or has no read permission: /Users/elb/Library/R/3.1/library/REddyProc/examples/EC_2010.txt</font></div>
</div>
<div><br>
</div>
<div>Where shall I allocate my EC_2010.txt file? .../REddyProc/inst/examples?</div>
<div><br>
</div>
<div>Shall I set up anything else?</div>
<div><br>
</div>
<div>Best,</div>
<div>Efren</div>
<div><br>
</div>
<div></div>
</div>
<div style="word-wrap:break-word">
<div></div>
<div><br>
</div>
</div>
</body>
</html>