-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm using the trackit interface as part of Wildlife Computers DAP Global
Position Estimator using data for PSAT tags. The exports DAP text file then
give a list of code to link to SST server and generate trackit results.
However I'm getting continued error messages with the code:
"prep.track<-prepit(track,sst=sst,fix.first=c(0,99,2015,3,17,16,0,0),fix.last=c(
0,99,2015,5,2,15,0,0), scan=F)"
I have got as far as fix(prepit), replacing the defunct .path.package with
path.package and the code
"file.copy(paste(path.package("trackit"), "/admb/bin/prepro", sep = "/"),
"prepro", TRUE)"
with
"file.copy(paste(path.package("trackit"), "/admb/prepro", sep = ""), "prepro",
TRUE)"
However I am still getting the error:
Writing to temp files ... Done.
'prepro.exe' is not recognized as an internal or external command,
operable program or batch file.
Error in file(con, "r") : cannot open the connection
In addition: Warning messages:
1: running command 'C:\Windows\system32\cmd.exe /c prepro.exe' had status 1
2: In shell(cmd, invisible = TRUE) :
'prepro.exe' execution failed with error code 1
3: In file(con, "r") :
cannot open file 'ukf.dat': No such file or directory
Has anyone had a similar issue and if so any solution?
(I'm using R 3.2.0 for Windows)
Many thanks
Andy
Original issue reported on code.google.com by andy.jam...@gmail.com on 18 Jun 2015 at 11:59