Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set LOGNAME in setup-r (or check-r-package?) #651

Closed
gaborcsardi opened this issue Oct 26, 2022 · 3 comments
Closed

Set LOGNAME in setup-r (or check-r-package?) #651

gaborcsardi opened this issue Oct 26, 2022 · 3 comments
Labels
feature a feature request or enhancement

Comments

@gaborcsardi
Copy link
Member

Because if it is not set, then the detritus detection in R CMD check does not work properly. We can set it with something like:

cat("LOGNAME=", Sys.info()[["user"]], "\n", sep = "", file = Sys.getenv("GITHUB_ENV"), append = TRUE)
@gaborcsardi gaborcsardi added the feature a feature request or enhancement label Oct 26, 2022
@gaborcsardi
Copy link
Member Author

Potentially solved by 50d1eae

@gaborcsardi
Copy link
Member Author

Just updated v2.

@github-actions
Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant