Skip to content
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

cisTopicObject <- selectModel(cisTopicObject) Error in .Call("rs_createGD") : C symbol name "rs_createGD" not in load table #75

Open
yuxuanChen777 opened this issue Jun 16, 2022 · 1 comment

Comments

@yuxuanChen777
Copy link

cisTopicObject <- createcisTopicObject(mix_atac,min.cells = 10)

cisTopicObject <- runCGSModels(cisTopicObject, topic=c(2, 5, 10, 15, 20, 25, 30, 35, 40), seed=987, nCores=9, burnin = 120, iterations = 150, addModels=FALSE)

cisTopicObject <- selectModel(cisTopicObject, type="maximum")

image

Why does this error occur? Please tell me, thank you.

@sforteva
Copy link

sforteva commented Oct 21, 2022

I have the same problem on my RStudio Server. I can't ploting. Here the short example:
dd <- data.frame(
x = c( 1, 2, 3, 4, 5, 6, 7, 8),
y = c( 3, 2, 4, 4, 6, 8, 9, 8),
g = c(rep('m', 4), rep('f', 4))
)
pplot <- ggplot()
pplot + geom_point(data=dd, aes(x=x, y=y))

pplot + geom_point(data=dd, aes(x=x, y=y))
Error in .Call("rs_createGD") :
C symbol name "rs_createGD" not in load table

Please let me know if you solved the problem, thank you.

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

2 participants