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

Fix R CMD examples in the contributing guide #175

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

manuteleco
Copy link
Contributor

R build and check tools are lowercased. Trying to invoke them with uppercased names does not work. For example:

$ R CMD BUILD
/usr/local/lib/R/bin/Rcmd: 64: exec: BUILD: not found

R `build` and `check` tools are lowercased. Trying to invoke them with
uppercased names does not work. For example:

```
$ R CMD BUILD
/usr/local/lib/R/bin/Rcmd: 64: exec: BUILD: not found
```
@manuteleco
Copy link
Contributor Author

From what I can tell, docs/CONTRIBUTING.html should also be generated again to account for these changes. But I'm not sure if this is something I'm supposed to do as part of this PR or not.

I did try running pkgdown::build_site() (if that's event the right thing to do), but it failed with:

✖ Missing topics: googleCloudStorageR

I'm in the process of preparing another PR, where I'm actually adding documentation to vignettes, and I'm also facing the same question/challenge around pkgdown.

Let me know how I should proceed.

@MarkEdmondson1234 MarkEdmondson1234 merged commit 4f13a73 into cloudyr:master Jul 26, 2023
@MarkEdmondson1234
Copy link
Collaborator

Weird, sure it worked before but all good - thanks

@manuteleco manuteleco deleted the lowercase_cmds branch November 30, 2023 14:56
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