Shiny unable to deploy - parse_con error

I'm running into errors publishing an application due to credits for a library (is my assumption).

i Capturing R dependencies
Error in parse_con(txt, bigint_as_char) :
lexical error: invalid bytes in UTF8 string.
ut"), person("Kirill", "M�ller", , "kirill@cynkra.com
(right here) ------^
Calls: ... parse_json -> parse_and_simplify -> parseJSON -> parse_con
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Execution halted

I'm using the following libraries in the app:

library(ggplot2)
library(dplyr)
library(DT)
library(lubridate)
library(shiny)
library(shinyWidgets)
library(shinyjs)
library(shinyalert)
library(tidyverse)
library(DBI)
library(odbc)
library(pool)
library(janitor)
library(glue)
library(openxlsx)
library(stringr)
library(shinycssloaders)
library(bslib)
library(magrittr)
library(sqldf)
library(rclipboard)
library(RSQLite)
library(shinydisconnect)
library(shinyRatings)
library(shinyalert)

I've tried finding the email address in my library folder, but don't get any results. The name itself is often mentioned in packages, but I can't seem to find the full string that creates the error.

Has anyone been able to find a solution to this?

I had the same issue.

Fixed by downgrading the renv package from 1.1.0 to 1.0.11

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.