I got this error.
I solved it by manually copying and renaming C:/Users/ward_langeraert/AppData/Roaming/R/data/R/checklist/author.txt
to C:\Users\ward_langeraert\AppData\Roaming/R/data/R/citeme/individual.txt
> flandersqmd::create_report(reportname = "test")
<<...>>
Please select the corresponding author
1: Langeraert, Ward
2: Van Daele, Toon
3: Onkelinx, Thierry
4: new person
Selection: 1
given name: Ward
family name: Langeraert
e-mail: ward.langeraert@inbo.be
orcid: 0000-0002-5900-8109
affiliation: Instituut voor Natuur- en Bosonderzoek (INBO)
1: use
2: update
3: other
Selection: 1
Error in file(file, ifelse(append, "a", "w"), encoding = fileEncoding) :
cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w"), encoding = fileEncoding) :
cannot open file 'C:\Users\ward_langeraert\AppData\Roaming/R/data/R/citeme/individual.txt': No such file or directory
I got this error.
I solved it by manually copying and renaming
C:/Users/ward_langeraert/AppData/Roaming/R/data/R/checklist/author.txtto
C:\Users\ward_langeraert\AppData\Roaming/R/data/R/citeme/individual.txtI guess this is a bug in the citeme package?