Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Trouble reproducing tutorial on README.md. Using Windows 10, RStudio. #6

Open
Falnesio opened this issue Jan 29, 2019 · 2 comments
Open

Comments

@Falnesio
Copy link

Falnesio commented Jan 29, 2019

Thanks for this software!

I have been following the step by step on a .xls dataframe (2 col and 720 rows) I have.

Everything was fine until output gave me an error.

output <- simplex(dat,
                  lib = lib, pred = lib,
                  E = 1:10)
Error in model$set_time(time) : 
  Not compatible with requested type: [type=list; target=double].

What could it be?
Thanks in advance.

@Falnesio Falnesio changed the title Trouble reproducing tutorial on README.md. Using Windows, RStudio. Trouble reproducing tutorial on README.md. Using Windows 10, RStudio. Jan 29, 2019
@Falnesio
Copy link
Author

Falnesio commented Jan 29, 2019

I think I fixed it specifying what column to use to pull the data:

output <- simplex(dat$column_with_data,
                  lib = lib, pred = lib,
                  E = 1:10)

@ha0ye
Copy link
Owner

ha0ye commented May 4, 2019

@Falnesio - can you check my question on version in #8? I've added in several checks for input formatting that might resolve this issue now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants