DistanceDevelopment / readdst

Convert Distance for Windows projects into R code/data
GNU General Public License v3.0
1 stars 2 forks source link

Error message I can't translate #46

Closed erex closed 5 years ago

erex commented 5 years ago

New session running 32-bit R 3.6.1

> library(readdst) 
> library(RODBC) 
> proj <- "C:\\Users\\erexs\\Documents\\My Distance Projects\\sara\\Campanha Nereide 2019 2.0" 
> problem <- convert_project(project = proj) 
Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length

Running debug on convert_project produces:

debug: R_analyses <- dlply(analyses, .(ID), make_analysis, model_definitions, 
    data_filters, data = data, transect = transect)
Browse[2]> n
Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length

Zip file containing Distance project is attached. Análise Campanha Nereide 2019 2.0.zip

Distance project browser contents looked like this when I was trying to convert: image

dill commented 5 years ago

4a93ab2 should handle is issue.

erex commented 5 years ago

yes, complaint on that Distance project has gone away:

> hey_dave <- convert_project(project)
> str(hey_dave)
List of 11