Filename conventions error stays after renaming #181
Unanswered
ElsLommelen
asked this question in
Q&A
Replies: 1 comment 3 replies
|
Note that the error mentions the file extension not the filename. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm not sure if my problem is related to checklist or RStudio, that's why I put it in the discussions section.
My package has a name including a symbol, and the project had the same name. As checklist gave a filename conventions error (
File extension must be all lower case or numbers.), I changed the filename of the.Rprojfile to a name that is allowed (but I kept the original name for the project folder and package name). I first restarted RStudio and ended up restarting my computer to make sure no leftovers of the original project name are present, but the error keeps appearing, and strangely it keeps mentioning the old.Rprojfilename that doesn't exist anymore (as I changed it).As in the header of RStudio the old name is also still present, I'm not sure this is an RStudio or a checklist issue. So I'm wondering: what is the best way to solve this? Is there a way to do it without changing the package name or folder name (which are more drastic changes).
As an additional test, I ran function
check_package()in RGui, but this gave problems building the vignettes as Pandoc is apparently not available there.All reactions