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

Export windows functions directly from hermod #18

Merged
merged 8 commits into from
Dec 13, 2023
Merged

Conversation

richfitz
Copy link
Member

This package prevents users needing to interact at all with hermod.windows - hermod becomes the wrapper for the call

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7726afd) 100.00% compared to head (773bdc8) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         9    +1     
  Lines          354       357    +3     
=========================================
+ Hits           354       357    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@richfitz richfitz marked this pull request as ready for review December 13, 2023 12:48
@weshinsley weshinsley self-requested a review December 13, 2023 12:50
Copy link
Contributor

@weshinsley weshinsley left a comment

Choose a reason for hiding this comment

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

Looks good - one drive-by edit on the docs

R/windows.R Outdated Show resolved Hide resolved
R/windows.R Outdated Show resolved Hide resolved
##' @param drive_remote The place to mount the drive on the cluster.
##' We're probably going to mount things at Q: and T: already so
##' don't use those. And things like C: are likely to be used.
##' Perhaps there are some guidelines for this somewhere?
Copy link
Contributor

Choose a reason for hiding this comment

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

Future to-dos -

  • Should we have a ticket to write this guidance and improve that last sentence!
  • Should we outlaw I: here?
  • I slightly feel we should drift away from the temp drive, but perhaps not quite ready to shout that yet.

Copy link
Member Author

Choose a reason for hiding this comment

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

For the temp drive we can probably just softly move away from it?

"only need to call 'library(hermod)'")
packageStartupMessage(paste(strwrap(msg), collapse = "\n"))
# nocov end
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

@richfitz richfitz merged commit 0e52b7c into main Dec 13, 2023
14 checks passed
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