Skip to content

issues running archaic_fit() #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BelenJM opened this issue Feb 12, 2019 · 9 comments
Open

issues running archaic_fit() #6

BelenJM opened this issue Feb 12, 2019 · 9 comments

Comments

@BelenJM
Copy link

BelenJM commented Feb 12, 2019

Hi, I have been trying the package with an example of 3 datasets from old fish. I have included the datasets in the folders inside aRchaic. When running archaic_fit(), I get this notification:

model <- archaic_fit(out, K = 2, output_dir = output_dir) The data is read as a list of matrices - processed by archaic_prepare() Fitting the Grade of Membership Model - independent version - due to Y. Shiraichi and M. Stephens Estimating on a 3 document collection. Error in tpxSelect(X, K, bf, initopics, alpha = shape, tol, kill, verb, : unused arguments (model = "full", signatures = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
--

Any hint on what is going on?

@kkdey
Copy link
Owner

kkdey commented Feb 12, 2019

Hi @BelenJM,

Did you install the maptpx from Github as specified in README?

devtools::install_github("TaddyLab/maptpx")

If not, can you please check if that fixes the issue? This error seems to be generated because of rhe older version of the maptpx package on CRAN .

@jelissa03
Copy link

Hi @kkdey,

I am having the same error and I installed the maptpx from Github as specified in README.

How can I resolve the issue?

@grenaud
Copy link

grenaud commented Dec 29, 2020

same as jelissa03

1 similar comment
@cdelaf
Copy link

cdelaf commented Jan 14, 2021

same as jelissa03

@UrskaGeric
Copy link

Hello, I am running the same issue as jelissa03. Do you maybe find any other solution, because I tried with installing maptpx via github

@halasadi
Copy link
Collaborator

halasadi commented Feb 7, 2024

I don't have R installed on my computer, but perhaps you can try to install the version of maptx from 2019 if the error is related to version #?

i.e. something like this?
devtools::install_github("TaddyLab/maptpx", ref = "38f34d9")

@UrskaGeric
Copy link

I tried but then I run at the issue with the compatibility with other packages. So, as I understand the problem is with maptpx?

@UrskaGeric
Copy link

I got this error and I don't know how to resolve this. I would really like to run your package to test some of the my ancient samples for my PhD. I would really appreciate your help.

C:/RBuiltTools/4.0/mingw64/bin/gcc -I"C:/PROGRA1/R/R-401.2/include" -DNDEBUG -DRPRINT -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
/bin/sh: line 1: C:/RBuiltTools/4.0/mingw64/bin/gcc: No such file or directory
make: *** [C:/PROGRA1/R/R-401.2/etc/i386/Makeconf:222: init.o] Error 127
ERROR: compilation failed for package 'maptpx'

  • removing 'C:/Users/Lenovo/Documents/R/win-library/4.0/maptpx'

@pcarbo
Copy link
Collaborator

pcarbo commented Feb 12, 2024

@UrskaGeric To install maptpx you will need the appropriate compiler tools for your platform. Please click on the "Rtools" link here for more information.

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

No branches or pull requests

8 participants