Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

RStudio Connect is a publishing platform for the work your teams create in R and Python. ... Use push-button publishing from the RStudio IDE, scheduled execution of reports, and flexible security policies to bring the power of data science to your entire enterprise.

...

Contents

Table of Contents

Glossary

...

On newer versions of macOS, you shouldn't need to install any additional security certificates. On older versions, you may need to do so. If you use an older Mac and need to install the security certificate run this command:

Code Block
languager
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/InCommonRSAServerCA.crt

Ubuntu

You may need to have an administrator (root) permissions to complete the following.

...

Redhat/Centos/Scientific Linux

You may need to have adminsitrator administrator (root) permissions to complete the following.

...

Example Output:

Code Block
languager
Preparing to deploy document...DONE
Uploading bundle for document: 9...Error: 
* Document depends on package "leafpop" but it is not installed.
   Please resolve before continuing.

* Document depends on package "mapview" but it is not installed.
   Please resolve before continuing.

* Document depends on package "sf" but it is not installed. Please
   resolve before continuing.
In addition: Warning messages:
1: In FUN(X[[i]], ...) :
  Failed to infer source for package 'leafpop'; using latest available version on CRAN instead
2: In FUN(X[[i]], ...) :
  Failed to infer source for package 'mapview'; using latest available version on CRAN instead
3: In FUN(X[[i]], ...) :
  Failed to infer source for package 'sf'; using latest available version on CRAN instead
4: In FUN(X[[i]], ...) :
  Failed to infer source for package 'sf'; using latest available version on CRAN instead
5: In FUN(X[[i]], ...) :
  Failed to infer source for package 'sf'; using latest available version on CRAN instead
6: In FUN(X[[i]], ...) :
  Failed to infer source for package 'leafpop'; using latest available version on CRAN instead
7: In FUN(X[[i]], ...) :
  Failed to infer source for package 'sf'; using latest available version on CRAN instead
8: In FUN(X[[i]], ...) :
  Failed to infer source for package 'sf'; using latest available version on CRAN instead
9: In FUN(X[[i]], ...) :
  Failed to infer source for package 'sf'; using latest available version on CRAN instead
10: Unable to package DESCRIPTION files: Couldn't find DESCRIPTION file for leafpop 
Execution halted

...