Skip to content

Commit 23c2057

Browse files
committed
hide installation msg
1 parent aa227ae commit 23c2057

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install.packages("devtools")
2929
devtools::install_github("labasim/lavaanPlot")
3030
```
3131

32-
```{r, echo=FALSE}
32+
```{r, include=FALSE}
3333
install.packages("webshot", repos = "http://cran.us.r-project.org")
3434
webshot::install_phantomjs()
3535

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ install.packages("devtools")
4343
devtools::install_github("labasim/lavaanPlot")
4444
```
4545

46-
## Installing package into 'C:/Users/lapto/AppData/Local/R/win-library/4.5'
47-
## (as 'lib' is unspecified)
48-
49-
## package 'webshot' successfully unpacked and MD5 sums checked
50-
##
51-
## The downloaded binary packages are in
52-
## C:\Users\lapto\AppData\Local\Temp\RtmpcvxvaF\downloaded_packages
53-
54-
## It seems that the version of `phantomjs` installed is greater than or equal to the requested version.To install the requested version or downgrade to another version, use `force = TRUE`.
55-
5646
## Examples
5747

5848
Here’s a quick example using the `mtcars` data set.

0 commit comments

Comments
 (0)