Skip to content

Commit

Permalink
Added command to check RStudio version (jennybc#147)
Browse files Browse the repository at this point in the history
* Added command to check RStudio version

Added the R command to check RStudio version

* Update to current Preview
  • Loading branch information
chsafouane authored and jennybc committed Jul 29, 2019
1 parent 8de8cee commit df0547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage-rmd-and-github.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ __Make sure RStudio and the `rmarkdown` package (and its dependencies) are up-to

* rmarkdown version `r packageVersion("rmarkdown")`. Use `packageVersion("rmarkdown")` to check yours.
* `r R.version.string`. Use `R.version.string` to check yours.
* RStudio IDE 1.1.383. Use *RStudio > About RStudio* to check yours.
* RStudio IDE 1.2.1555. Use *RStudio > About RStudio* or `RStudio.Version()$version` to check yours.

__Get rid of your `.Rprofile`__, at least temporarily. I have found that a "mature" `.Rprofile` that has accumulated haphazardly over the years can cause trouble. Specifically, if you've got anything in there relating to `knitr`, `markdown`, `rmarkdown` and RStudio itself, it may be preventing the installation or usage of the most recent goodies. Comment the whole file out or rename it something else and relaunch or even re-install RStudio.

Expand Down

0 comments on commit df0547d

Please sign in to comment.