Skip to content

Commit 1cac95d

Browse files
update CRAN installation method
1 parent 7f54539 commit 1cac95d

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33

44
---
55

6+
[![](https://www.r-pkg.org/badges/version/Certara.R?color=green)](https://cran.r-project.org/package=Certara.R)
7+
68
`Certara.R` provides a collection of packages and Shiny applications designed for Pharmacometric workflows in R. Shiny applications provide the ability to generate R code given point-and-click operations, enabling a reproducible and extensible workflow from Shiny GUI to RStudio.
79

810
[Why should I learn R?](https://certara.github.io/R-Certara/articles/why_learn_r.html)
911

1012
### Installation and Running Information
1113

1214
``` r
13-
remotes::install_github("certara/R-Certara")
15+
install.packages("Certara.R")
1416

1517
library(Certara.R)
1618

docs/index.html

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ articles:
1010
rsnlme_tutorial: rsnlme_tutorial.html
1111
webinars: webinars.html
1212
why_learn_r: why_learn_r.html
13-
last_built: 2022-02-09T16:29Z
13+
last_built: 2022-02-14T18:23Z
1414

0 commit comments

Comments
 (0)