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

Error in parse(outFile) #137

Open
yanwuanxin opened this issue Oct 12, 2023 · 2 comments
Open

Error in parse(outFile) #137

yanwuanxin opened this issue Oct 12, 2023 · 2 comments

Comments

@yanwuanxin
Copy link

Error in parse(outFile) : /tmp/RtmpafO9XW/Rbuild84c567e69b58/SeuratObject/R/assay5.R:108:13: unexpected input 107: expr = Layers(object = object, search = layer), 108: error = \

@yanwuanxin
Copy link
Author

Replace lines 106-109:
layer <- tryCatch( expr = Layers(object = object, search = layer), error = function(e) { expr <- NULL })
but what kind of writing is this? error = \(...) NULL

@yanwuanxin
Copy link
Author

utils.R/ seurat.R/ assay5.R they all have a similar writing style, using "" instead of "functon"; someone answer for me?

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

1 participant