akdess / CaSpER

77 stars 28 forks source link

"forward_backward" not available for .Call() for package "CaSpER" #56

Open amcruise opened 3 years ago

amcruise commented 3 years ago

Hi,

I am trying to run CaSpER with the Yale meningioma data set. I am following the tutorial and the following error pops up: "forward_backward" not available for .Call() for package "CaSpER"

Please see attached screenshot:

Screen Shot 2021-03-19 at 3 37 39 PM

I would appreciate any help with this issue! Thanks.

Anthony

amcruise commented 3 years ago

Update: I tried a clean install of R and CaSpER. I was unable to download CaSpER using the install_github function from devtools. It downloaded all of the dependencies but failed to install CaSpER. Instead I ran "install.packages("CaSpER-2.0.tar.gz")" which installed successfully. When I load the CaSpER library, it now indicates a few warnings with packages but indicates that it replaced them.

I cannot get the program to run, please help!

Screen Shot 2021-03-22 at 5 06 16 PM