Hi,
I am trying to learn how to plot sequence data using -ggseqplot- I have read through the documentation and examples on several website. However, I can't get any of the -ggseqplot- commands to work. I continue to receive the same errors. I have posted the code below with the error message and I would appreciate any help.
Mary
ggseqiplot(actcal.seq, sortv = "from.end")
Error indplyr::mutate()
:
In argument:states = forcats::fct_na_value_to_level(.data$states, level = "Missing")
.
Caused by error:
! 'fct_na_value_to_level' is not an exported object from 'namespace:forcats'
Runrlang::last_trace()
to see where the error occurred.
rlang::last_trace()
<error/dplyr:::mutate_error>
Error indplyr::mutate()
:
In argument:states = forcats::fct_na_value_to_level(.data$states, level = "Missing")
.
Caused by error:
! 'fct_na_value_to_level' is not an exported object from 'namespace:forcats'
Backtrace:
▆
- └─ggseqplot::ggseqiplot(actcal.seq, sortv = "from.end")
- ├─base::suppressMessages(...)
- │ └─base::withCallingHandlers(...)
- ├─dplyr::rename(...)
- ├─dplyr::as_tibble(...)
- ├─dplyr::mutate(...)
- ├─dplyr::group_by(...)
- ├─dplyr::mutate(...)
- └─dplyr:::mutate.data.frame(...)
-
└─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
-
├─base::withCallingHandlers(...)
-
└─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
-
└─mask$eval_all_mutate(quo)
-
└─dplyr (local) eval()
Run rlang::last_trace(drop = FALSE) to see 3 hidden frames.