You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first result returned shoud be ``R:/Prospect Development/Prospect Analysis/pd-shared-r-packages''. If it's not, follow the steps below to change your default library path.
337
+
The first result returned should be "\\\\ur2.urel.berkeley.edu/ur_unitshares/Prospect Development/Prospect Analysis/pd-shared-r-packages". If it's not, follow the steps below to change your default library path.
338
338
339
339
Step 1: Open a new RStudio session and run the following script:
340
340
341
341
\begin{Shaded}
342
342
\begin{Highlighting}[]
343
343
\CommentTok{# the first part sets up the new package directory}
Find the newly created .Renviron file. It will be in your P drive.
361
-
362
-
Step 3:
363
-
364
-
Move the .Renviron file to your Documents folder. This should be located in D:\textbackslash Users\textbackslash{[}username{]}\textbackslash Documents. Simply drag and drop.
365
-
366
-
Step 4:
367
-
368
360
Quit your current RStudio session and open a new one. Try running the following test again:
369
361
370
362
\begin{Shaded}
@@ -380,7 +372,6 @@ \section{Before you continue}\label{before-you-continue}}
380
372
381
373
At this point, you should have already:
382
374
- tested your CDW connection
383
-
- installed \texttt{getcdw}
384
375
- run a test query
385
376
386
377
If you haven't completed all of those items, head over to section \protect\hyperlink{test-cdw}{Test CDW} and complete those steps, and then return here.
@@ -392,7 +383,7 @@ \section{A disco test}\label{a-disco-test}}
392
383
393
384
\begin{Shaded}
394
385
\begin{Highlighting}[]
395
-
\CommentTok{# you'll always load the discoveryengine package before doing anythying else}
386
+
\CommentTok{# you'll always load the discoveryengine package before doing anything else}
396
387
\KeywordTok{library}\NormalTok{(discoveryengine)}
397
388
\CommentTok{# make sure we can create a disco definition}
<p>Discoveryengine (and all packages we use in Prospect Developmemt) is installed on the R drive. The most important step to make sure you can access these packages is to set up your default library path to the shared packages repository.</p>
284
284
<p>Run a quick test to see your current library path:</p>
<p>The first result returned shoud be “R:/Prospect Development/Prospect Analysis/pd-shared-r-packages”. If it’s not, follow the steps below to change your default library path.</p>
286
+
<p>The first result returned shoud be “\\\\ur2.urel.berkeley.edu/ur_unitshares/Prospect Development/Prospect Analysis/pd-shared-r-packages”. If it’s not, follow the steps below to change your default library path.</p>
287
287
<p>Step 1: Open a new RStudio session and run the following script:</p>
288
288
<preclass="sourceCode r"><codeclass="sourceCode r"><spanclass="co"># the first part sets up the new package directory</span>
<p>If the PD shared packages depository is returned, you are ready to start using Disco Engine. If not, contact the Analytics Team to troubleshoot your situation.</p>
0 commit comments