-
Notifications
You must be signed in to change notification settings - Fork 13
Some refactoring around tests #275
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
base: main
Are you sure you want to change the base?
Conversation
…t delete what's self-cleaning
@mpadge I didn't even get to the OS-specific stuff. 🤪 |
|
||
h <- readLines (f) | ||
# href | ||
h[grep("Click to see", h)] <- "<p>Clickety clop</p>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this and the package version thingie above is annoying, as I suspect it should be handled by the existing code?
For the href I think you were trying to very deterministically replace the temporary directory, this is more hacky.
@@ -188,6 +188,102 @@ <h3>2. Package Dependencies</h3> | |||
</tbody> | |||
</table> | |||
<p>Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running ‘s <- pkgstats::pkgstats(<path to repo>)’, and examining the ‘external_calls’ table.</p> | |||
<details> | |||
<summary>base</summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that expected?
Not ready!