@@ -18,7 +18,7 @@ project (SESSION)
1818add_subdirectory (workers)
1919
2020# verify that install-dictionaries, install-mathjax, install-pandoc,
21- # and install-rmarkdown have been run
21+ # and install-rmarkdown have been run as required
2222if (NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR} /common/dictionaries" )
2323 message (FATAL_ERROR "Dictionaries not found (re-run install-dependencies script to install)" )
2424endif ()
@@ -28,9 +28,9 @@ endif()
2828if (NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR} /common/pandoc" )
2929 message (FATAL_ERROR "pandoc not found (re-run install-dependencies script to install)" )
3030endif ()
31- if (NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR} /common/rmarkdown" )
32- message (FATAL_ERROR "rmarkdown package not found (re-run install-dependencies script to install)" )
33- endif ()
31+ # if(NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR}/common/rmarkdown")
32+ # message(FATAL_ERROR "rmarkdown package not found (re-run install-dependencies script to install)")
33+ # endif()
3434if (NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR} /common/rsconnect" )
3535 message (FATAL_ERROR "rsconnect package not found (re-run install-dependencies script to install)" )
3636endif ()
@@ -470,9 +470,9 @@ if (NOT RSTUDIO_SESSION_WIN64)
470470 DESTINATION ${RSTUDIO_INSTALL_BIN} /pandoc)
471471
472472 # install rmarkdown package
473- file (GLOB RMARKDOWN_PACKAGE "${RSTUDIO_DEPENDENCIES_DIR} /common/rmarkdown*.tar.gz" )
474- install (FILES ${RMARKDOWN_PACKAGE}
475- DESTINATION ${RSTUDIO_INSTALL_SUPPORTING} /R/packages)
473+ # file(GLOB RMARKDOWN_PACKAGE "${RSTUDIO_DEPENDENCIES_DIR}/common/rmarkdown*.tar.gz")
474+ # install(FILES ${RMARKDOWN_PACKAGE}
475+ # DESTINATION ${RSTUDIO_INSTALL_SUPPORTING}/R/packages)
476476
477477 # install rsconnect package
478478 file (GLOB RSCONNECT_PACKAGE "${RSTUDIO_DEPENDENCIES_DIR} /common/rsconnect*.tar.gz" )
0 commit comments