Skip to content

Commit

Permalink
how to check on rhub
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhomeexperiments committed Oct 14, 2020
1 parent f75330c commit 6373799
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,13 @@ checking on R hub
platform="windows-x86_64-devel",
env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always")
)`

```{r eval=FALSE, include=FALSE}
rhub::check_on_fedora(show_status = FALSE,
env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always"))
```


`devtools::check_rhub(interactive = F)`

checking with release
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ library(readr)

#generate 8digit password for trading platform
util_generate_password(salt = 'random text')
#> .
#> 1 ae1643FE
```

## Example - generate initialization files for MT4 platform
Expand Down Expand Up @@ -508,6 +510,7 @@ spelling `devtools::spell_check()`
checking on R hub `rhub::validate_email()` `rhub::check(
platform="windows-x86_64-devel",
env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always") )`

`devtools::check_rhub(interactive = F)`

checking with release `devtools::check_win_release()`
Expand Down

0 comments on commit 6373799

Please sign in to comment.