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
but that either didn't change the behavior, or it stopped any editor window from opening. The latter seems less user-friendly, so I left #67 as it were.
Update
In a Debian installation, no editor window opened, and file.edit(file.path(Sys.getenv('HOME'), '.Renviron')) yielded a semi-error about the file being open already.
try the install again after deleting utils.R entirely
Find difference between .onLoad & .onAttach
The text was updated successfully, but these errors were encountered:
A minor issue remains after #62: 2 editor windows are opened, upon
devtools::install_github("tibhannover/BacDiveR")
when no.Renviron
file is present.This is not very user-friendly. I already tried deleting:
BacDiveR/R/prepare_Renviron.R
Line 46 in 6e02a7b
and
BacDiveR/R/utils.R
Line 14 in 6e02a7b
but that either didn't change the behavior, or it stopped any editor window from opening. The latter seems less user-friendly, so I left #67 as it were.
Update
In a Debian installation, no editor window opened, and
file.edit(file.path(Sys.getenv('HOME'), '.Renviron'))
yielded a semi-error about the file being open already.utils.R
entirely.onLoad
&.onAttach
The text was updated successfully, but these errors were encountered: