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(text = elt) : <text>:1:7: unexpected symbol #53

Open
mmotoc opened this issue Oct 14, 2022 · 2 comments
Open

Error in parse(text = elt) : <text>:1:7: unexpected symbol #53

mmotoc opened this issue Oct 14, 2022 · 2 comments

Comments

@mmotoc
Copy link

mmotoc commented Oct 14, 2022

Hello,

Here is my code:

protein_sequences <- "/Users/michael/Desktop/Lab/RHG/grim/Grim_drosophilidae_protein_mel.fasta"
ggmsa(protein_sequences, 300, 350, color = "Clustal", font = "DroidSansMono", char_width = 0.5, seq_name = TRUE, use_dot = TRUE)

And I get this output:

Error in parse(text = elt) : :1:7: unexpected symbol
1: Using an
^
In addition: Warning message:
In rbind(c("M", "A", "I", "A", "Y", "F", "I", "P", "D", "Q", "A", :
number of columns of result is not a multiple of vector length (arg 1)

Any tips?

@yxb-cn
Copy link

yxb-cn commented Jan 15, 2023

Have you solved it? I meet the same error.

Here is my code:

selfesteem %>% group_by(time) %>% get_summary_stats(score,type = "full")

And I get this output:

Error in parse(text = elt) : :1:7: unexpected symbol
1: Using an
^

@yxb-cn
Copy link

yxb-cn commented Jan 15, 2023

I update the version of the package "lifecycle" to 1.0.3, then the problem is solved.

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