Hi R Studio folks.
I am trying to build a website using R blogdown. However, I when I try to render it it does not. The following outcome pops-up when I try to render.
blogdown::serve_site()
Building sites … ERROR 2020/07/07 09:08:10 unexpected data type string in file AGENT.csv
ERROR 2020/07/07 09:08:10 unexpected data type string in file GROUPS.csv
ERROR 2020/07/07 09:08:10 unexpected data type string in file XXX_BASE_GROUPS.csv
ERROR 2020/07/07 09:08:10 unexpected data type string in file XXXX_BASE_WORKS.csv
Total in 433 ms
Error: Error building site: failed to render pages: write C:\Users\bapti\OneDrive - XXX\XXX@WEB\public\tags\ai\index.html: Incorrect function.
Building sites … ERROR 2020/07/07 09:08:11 unexpected data type string in file AGENT.csv
ERROR 2020/07/07 09:08:11 unexpected data type string in file GROUPS.csv
ERROR 2020/07/07 09:08:11 unexpected data type string in file XXXXX_BASE_GROUPS.csv
ERROR 2020/07/07 09:08:11 unexpected data type string in file PROSUL_BASE_WORKS.csv
Total in 479 ms
Error: Error building site: failed to render pages: write C:\Users\bapti\OneDrive - XXXX, LDA\XXXXXXX\public\tags\ai\index.html: Incorrect function.
The system cannot find the path specified.
Error in shell(cmd, mustWork = TRUE, intern = intern) :
Did anyone get the same error? How did you overcome it?
Regards