You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> usethis::create_package(path = "~/Desktop/regexcite")
✔ Setting active project to '/Users/[username]/Desktop/regexcite'
Error in read.dcf(con) :
Line starting 'c("aut", "cre"), ...' is malformed!
✔ Setting active project to '<no active project>'
This happens in many subdirectories and with many package names.
what I'm looking for
some sense of what's causing this error? I don't see, in this package's internals, what function is being called that creates this message. The folder regexcite is being created, as is the subdirectory R, but no .Rproj or anything else.
I fixed it by editing my .Rprofile. I deciphered the error message after thinking about it for a while but overall, I think the messaging could be clearer. Thanks!
what I'm trying to do
Follow the directions in https://r-pkgs.org/whole-game.html
what's happening
This happens in many subdirectories and with many package names.
what I'm looking for
some sense of what's causing this error? I don't see, in this package's internals, what function is being called that creates this message. The folder
regexcite
is being created, as is the subdirectoryR
, but no.Rproj
or anything else.Is it a problem with putting it in a subfolder?
session info
The text was updated successfully, but these errors were encountered: