Skip to content

Commit

Permalink
Merge pull request #47 from USCbiostats/gw-pkgdown-update
Browse files Browse the repository at this point in the history
update readme and pkgdown site
  • Loading branch information
gmweaver authored Jun 26, 2024
2 parents 30138bb + 70fab3e commit ca4f1a8
Show file tree
Hide file tree
Showing 27 changed files with 2,204 additions and 3,761 deletions.
5 changes: 1 addition & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,13 @@ install.packages("xrnet")

1. OS-specific prerequisites
+ *Windows*: Install [RTools](https://cran.r-project.org/bin/windows/Rtools/) (not an R package)
+ *Mac*: If using R version >= 3.6.0, verify your GNU Fortran version is >= 6.1. If you have an older version, go [here](https://cran.r-project.org/bin/macosx/tools/) to install the required version
+ *Mac*: Verify your GNU Fortran version is >= 6.1. If you have an older version, go [here](https://cran.r-project.org/bin/macosx/tools/) to install the required version.
2. Install the R package [devtools](https://github.com/hadley/devtools)
3. Install the **xrnet** package with the *install_github()* function (optionally install potentially unstable development branch)

```{r, eval = FALSE}
# Master branch
devtools::install_github("USCbiostats/xrnet")
# Development branch
devtools::install_github("USCbiostats/xrnet", ref = "development")
```

# A First Example
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,17 @@ install.packages("xrnet")
- *Windows*: Install
[RTools](https://cran.r-project.org/bin/windows/Rtools/) (not an R
package)
- *Mac*: If using R version \>= 3.6.0, verify your GNU Fortran
version is \>= 6.1. If you have an older version, go
- *Mac*: Verify your GNU Fortran version is \>= 6.1. If you have an
older version, go
[here](https://cran.r-project.org/bin/macosx/tools/) to install
the required version
the required version.
2. Install the R package [devtools](https://github.com/hadley/devtools)
3. Install the **xrnet** package with the *install_github()* function
(optionally install potentially unstable development branch)

``` r
# Master branch
devtools::install_github("USCbiostats/xrnet")

# Development branch
devtools::install_github("USCbiostats/xrnet", ref = "development")
```

# A First Example
Expand Down
183 changes: 61 additions & 122 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca4f1a8

Please sign in to comment.