YuLab-SMU/ggmsa

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

Opened this issue · 2 comments

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?

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
^

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