We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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) : /tmp/RtmpafO9XW/Rbuild84c567e69b58/SeuratObject/R/assay5.R:108:13: unexpected input 107: expr = Layers(object = object, search = layer), 108: error = \
The text was updated successfully, but these errors were encountered:
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
layer <- tryCatch( expr = Layers(object = object, search = layer), error = function(e) { expr <- NULL })
error = \(...) NULL
Sorry, something went wrong.
utils.R/ seurat.R/ assay5.R they all have a similar writing style, using "" instead of "functon"; someone answer for me?
No branches or pull requests
Error in parse(outFile) : /tmp/RtmpafO9XW/Rbuild84c567e69b58/SeuratObject/R/assay5.R:108:13: unexpected input 107: expr = Layers(object = object, search = layer), 108: error = \
The text was updated successfully, but these errors were encountered: