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

added new function here::u_r #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

beevabeeva
Copy link

Not sure if you will like this.
But I really find it useful.
Judging from the amount of questions I have seen about it all over the internets, others might find it useful too.

Please note; I have not added a test yet. It should be pretty straight forward to do when I get the chance. Just wanted some feedback from the devs first.

@beevabeeva beevabeeva mentioned this pull request Dec 11, 2021
#' }
u_r <- function(target_wd=getwd()){
detach("package:here", unload=TRUE)
if(target_wd==getwd()){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if is unnecessary? setwd(getwd()) is a no-op and doesn't need to be guarded against?

Copy link
Contributor

aviator-app bot commented Jun 22, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants